去除bootstrap默认的input和选中时的样式

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

input,input:focus{

border: none !important;

box-shadow: none !important;

}

原文地址:https://www.cnblogs.com/cengjingdeshuige/p/css.html