移动端去掉a标签点击时出现的背景框

在CSS中添加 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);就可以了

做移动端的,可以试试,我好久不做移动端了... ... 

 

a:active{

     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

 

 
posted @ 2020-04-15 13:58  JS-Feng  阅读(34)  评论(0)    收藏  举报