chrome在填入的时候是白底,但选取记录之后就变成了黄底。以下方法能去除黄底:
方法:
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow:0 0 0 60px #ffffff inset; //设置底色
-webkit-text-fill-color: #333333; //文字颜色,会覆盖color
}
---------------------
【转载,仅作分享,侵删】
作者:Ben 俊
原文:https://blog.csdn.net/qq_21859119/article/details/84024927
版权声明:本文为博主原创文章,转载请附上博文链接!
|
|