手机上怎么去掉a 标签中的img点击时的阴影?

添加:

<style type="text/css">
    a {
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
    }
</style>

 

posted @ 2017-09-26 16:33  迷人的智慧  阅读(260)  评论(0编辑  收藏  举报