/* 消除自动填充的input背景色 */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
}
/* 消除自动填充的input背景色 */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
}
本文标题:消除input自动填充的背景色
本文链接:https://www.haomeiwen.com/subject/dqyeirtx.html
网友评论