首页 > 技术文章 > 移动端常见问题

handsome-jm 2017-07-05 13:44 原文

移动端点击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;  
}
复制代码

 

推荐阅读