阅读背景:

输入框之前输入的内容(不会出现黄色背景)

来源:互联网 
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/*焦点时也加上,不加会出现黄色背景闪动一下*/
input[type=text]:focus, input[type=password]:focus, textarea:focus {
      -webkit-box-shadow: 0 0 0 1000px white inset; 
}input:-webkit-autofill, 
textarea:-webkit-autof



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: