移动端点击a标签时总是出现一个背景框
在CSS中添加 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);就可以了
a:active{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
移动端点击a标签时总是出现一个背景框
在CSS中添加 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);就可以了
a:active{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}