移动端点击a标签后默认蓝色背景如何去除


在移动端开发时候,f12在电脑端(手机模式下)点击a标签,有个蓝色背景,通过苹果真机查看没有,安卓机也有,我们只需给body添加以下属性即可去除

-webkit-tap-highlight-color: transparent;

等同于

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


本文链接:https://my.lmcjl.com/post/19702.html

展开阅读全文

4 评论

留下您的评论.