2019-11-19 11:21:55

去掉input文本框记住密码后默认的底色

/*清除谷歌记住密码后input改变样式*/
 input:-webkit-autofill {
    /*input 背景色     #0C2034根据自己需要替换*/
    transition: background-color 5000s ease-in-out 0s;
    /*input字体颜色 颜色根据自己要求替换*/
    -webkit-text-fill-color: #FFFFFF !important;
}
当前文章内容为原创转载请注明出处:http://www.good1230.com/detail/2019-11-19/498.html
最后生成于 2023-06-18 18:35:12
此内容有帮助 ?
0