CSS移动端去除点击时候的默认背景、不允许长按复制文字
2019-01-16 本文已影响0人
Lia代码猪崽
1.移动端去除点击时候的默认背景
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2.移动端不允许长按复制文字
-webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;