手机上怎么去掉a 标签中的img点击时的阴影?
添加:
<style type="text/css"> a { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; } </style>
添加:
<style type="text/css"> a { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; } </style>