输入banner图图片脚本导航/分类

html去掉input获取焦点时的边框

没有加outline:none;属性时,效果如下:

此时只需要在为inpu加上style="outline:none;"属性即可去掉边框。