1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > a button input点击出现蓝色边框 如何去掉

a button input点击出现蓝色边框 如何去掉

时间:2020-07-09 17:05:34

相关推荐

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方法:

οnclick="this.blur()"

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。