首页
IT
登录
6mi
u
盘
搜
搜 索
IT
a链接点击出现虚线边框的解决办法
a链接点击出现虚线边框的解决办法
xiaoxiao
2021-03-25
95
a链接点击出现虚线边框只需要在CSS加入下列样式,即可消除:
a{ -webkit-tap-highlight-color:transparent; outline:none; blr:expression(this.onFocus = this.blur()); } a:focus{ outline:none; }
转载请注明原文地址: https://ju.6miu.com/read-22662.html
技术
最新回复
(
0
)