gpt4 book ai didi

ios - 苹果手机 :active pseudoclass not working in safari

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

我有一个网页无法在 Safari 中正确显示。

:active 伪类(按下时应该将按钮变成黄色)不起作用。当然,它适用于任何其他浏览器。

应用了这个解决方案,但没有用: :active pseudo-class doesn't work in mobile safari

这是我的例子: https://jsfiddle.net/mt4sf7ov/

button:focus {
-webkit-appearance: none;
border-radius: 0;
background-color: yellow;
font-size: 30px;
padding: 2px 20px;
}

最佳答案

请将如下样式放置在您的 css 文件中。button:active {-webkit-appearance: none;border-radius: 0;background-color: red;font-size: 30px;padding: 2px 20px;}

关于ios - 苹果手机 :active pseudoclass not working in safari,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46444270/

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