解决input自动填充账号密码时的背景色

发布时间 2023-06-30 19:10:39作者: 吃不棒的胖胖糖
 
input:-webkit-autofill {
box-shadow:0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
transition: background-color 5000s ease-in-out 0s !important;
}