a、button、input点击获取焦点时出现蓝色边框,如何去掉

a,button,input{

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  -webkit-user-modify: read-write-plaintext-only;

}

可根据实际情况添加

outline: none;

box-shadow: none;

有时候<img />图片放在a标签里也会出现边框,可设置图片的边框为0.

除此之外还要注意其伪类的设置。

 

js方法:

onclick="this.blur()"

posted @ 2018-05-03 18:14  街角的&守望  阅读(3833)  评论(0编辑  收藏  举报