input默认样式除border外, 还有一个阴影效果box-shadow;选中时同样有阴影效果。

input,input:focus{

border: none !important;

box-shadow: none !important;

}

相关文章: