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

 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里面加class类名,例如:class="style",

.style{outline: none;}
posted @ 2016-04-01 19:46  十二分努力  阅读(1435)  评论(0编辑  收藏  举报