gpt4 book ai didi

html - 径向导航 : enlarge the space between the list elements

转载 作者:行者123 更新时间:2023-11-28 16:49:55 25 4
gpt4 key购买 nike

我正在研究这个元素 http://zag-test.nowcommu.myhostpoint.ch/

我需要的是在相同位置“enalrge”整个元素,但通过 CSS 我可以放大中央按钮(CLICK 按钮)。

我该如何解决?

CSS

.cn-button {
position: absolute;
top: 100%;
left: 50%;
z-index: 11;
margin-top: -2.25em;
margin-left: -3.78em;
padding-top: 0em;
width: 7.5em;
height: 7.5em;
border: none;
border-radius: 50%;
background: none;
background-color: #000;
color: #f9d70a;
text-align: center;
font-weight: 700;
font-size: 1.3em;
text-transform: uppercase;
cursor: pointer;
-webkit-backface-visibility: hidden;

enter image description here

最佳答案

你可以使用带比例的 transform 属性来让一切变大:

#cn-wrapper {
transform: scale(1.4) !important;
}

这用于外部菜单选项,!important 强制使用它

关于html - 径向导航 : enlarge the space between the list elements,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32732383/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com