a链接点击有一层阴影解决方案
2016-12-23 本文已影响31人
菲龍探雲
body{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a{
outline:none;
-moz-outline-style:none;
}
图片点击有一层阴影
a {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
}