浏览代码

移动端点击a标签背景变色bug修复

tanxue 3 年之前
父节点
当前提交
e4834a0f8f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      assets/scss/cus-client/cus-client-common.scss

+ 5 - 0
assets/scss/cus-client/cus-client-common.scss

@@ -693,4 +693,9 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
     // swiper 提示
     .experience-swiper-tip {font-weight: 400;font-size: 14px;color: rgb(96, 96, 96);text-align: center;margin: 0 0 42px;}
   }
+  // 移动端点击a标签背景变色bug修复
+  a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
+    -webkit-user-select: none;
+    -moz-user-focus: none;
+    -moz-user-select: none;}
 }