标签:cal web style sel 移动端 parent 图片 方法 size
移动端我们在点击页面中的一些图片的时候会出现阴影。处理方法只要给a标签加上
a {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
}
标签:cal web style sel 移动端 parent 图片 方法 size
原文地址:http://www.cnblogs.com/laneyfu/p/6089778.html