移动端常见问题

移动端点击a链接出现蓝色背景问题解决

a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
复制代码

 

posted @ 2017-07-05 13:44  潇影D  阅读(131)  评论(0编辑  收藏  举报