如何去掉input蓝色边框

去掉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;

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

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

js方法:

onclick="this.blur()"

博客内容

你可能感兴趣的:(如何去掉input蓝色边框)