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;}
时间: 2024-10-12 07:42:12