gpt4 book ai didi

html - 按钮动画。当:active affects whole page

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

我试图在平面网站上重新制作那个 3D 样式按钮,就像 G+ 上的分享按钮一样,但是当我按下它时,它会通过向所有内容添加 margin-top:3px 来影响整个页面。它以某种方式按照我想要的方式工作,但它不仅仅适用于自己。

这是我的代码:

.button {
width: 100%;
background-color:#f1c40f;
color: #000000;
border: 0;
border-bottom: 3px solid #f39c12;
height: 50px;
font-family: 'Source Sans Pro', Montserrat, Helvetica, sans serif, Arial;
font-size: 24px;
}
.button:active {
border-bottom: 0;
margin-top: 3px;
height: 47px;
outline:0;
}

最佳答案

解决了这个问题。我为表单分配了一个 dip display:inline-block。现在工作!小心那个定位。会引起很多麻烦!

关于html - 按钮动画。当:active affects whole page,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21638840/

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