桌面:将鼠标悬停在“按钮”或“锚链接”中时,背景颜色已更改。 移动设备:“悬停”或“活动”不会更改背景颜色。
.btn {
background: transparent;
color: #000;
}
.btn:hover,
.btn:active {
background: #bf0;
color: #fff;
}
答案 0 :(得分:0)
这段代码解决了我的问题
document.addEventListener("touchstart", function(){}, true)