关于输入框在谷歌浏览器中 黄色背景的去除

谷歌有自己对input 的填充色,加上下面的css 就可以了

input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus {

 -webkit-box-shadow: 0 0 0px 1000px white inset !important;

}

  

原文地址:https://www.cnblogs.com/ycg-myblog/p/9679026.html