1 <!DOCTYPE html>
 2 <html>
 3 <head>
 4     <meta charset="utf-8">
 5     <title>文本框鼠标点中时边框不变色</title>
 6 </head>
 7 <body>
 8     <input type="text" />
 9 </body>
10 </html>

360安全浏览器        360极速浏览器             chrome浏览器

去掉input框点击时的默认颜色去掉input框点击时的默认颜色去掉input框点击时的默认颜色

在input里面加class类名,例如:class="style",

.style{outline: none;}

相关文章:

  • 2021-12-14
  • 2022-12-23
  • 2021-12-10
  • 2022-02-07
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
猜你喜欢
  • 2021-12-04
  • 2022-02-07
  • 2022-02-07
  • 2022-02-07
  • 2022-02-07
相关资源
相似解决方案