a元素变成块状元素点击之后删除出现背景

 a {
        text-decoration: none;
        background: none;
        -webkit-tap-highlight-color: transparent;
    }

a:hover {
        -webkit-tap-highlight-color: transparent;
        background: none;
    }

  

posted @ 2017-05-27 13:03  Sentiger  阅读(178)  评论(0)    收藏  举报