取消移动端a标签点击变色

在做移动端开发时,发现a标签点击时,背景色会发生变化。当网页在PC端运行时没有该问题发生。

经过上网搜索,找到了解决问题的一行代码。加上此代码后,问题就解决了。

 

 

给整个html加上下列标签。

-webkit-tap-highlight-color: rgba(2552552550);

-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
posted @ 2017-05-05 16:21  熊大黑吖  阅读(2059)  评论(1编辑  收藏  举报