阅读背景:

chrome input/textarea/select 输入框去除黄色背景

来源:互联网 

解决原理:使用足够大的纯色内阴影来覆盖input输入框的黄色背景

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
in



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

分享到: