Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个带有一些按钮的移动网站。我通过 css 添加了背景渐变,并为#button:active 添加了倒置渐变。当我在我的 iPhone 上打开我的网站并点击按钮时,渐变会发生变化,但也会出现“Mobile-Safari-native”——使按钮变暗/变暗的效果。有没有办法禁用第二个效果?
添加
-webkit-appearance: none;
到按钮的 CSS。
在您的课程中添加border:0;属性.button
border:0;
.button