只需要给input标签加一个 outline:none 的样式就可以了实现了
<style>
input {
outline:none
}
</style>
还有一种方法,直接控制input标签聚焦是不出现默认边框,代码如下:
input:focus{ outline:none; }
这样大概就可以解决!!!!
只需要给input标签加一个 outline:none 的样式就可以了实现了
<style>
input {
outline:none
}
</style>
还有一种方法,直接控制input标签聚焦是不出现默认边框,代码如下:
input:focus{ outline:none; }
这样大概就可以解决!!!!
2024-05-20 15:05:09
2024-05-20 15:05:56
2024-05-20 15:05:56
2024-05-20 15:05:52
2024-05-20 15:05:18
2024-05-20 15:05:17
2024-05-20 15:05:15
2024-05-20 15:05:57
2024-05-20 15:05:42