input:-webkit-autofill {
/* 字体颜色,需要设置,否则会变成黑色 */
-webkit-text-fill-color: #808080 !important;
/* 变成透明背景色的固定写法,只针对表单自动填充的背景色 */
transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill {
/* 字体颜色,需要设置,否则会变成黑色 */
-webkit-text-fill-color: #808080 !important;
/* 变成透明背景色的固定写法,只针对表单自动填充的背景色 */
transition: background-color 5000s ease-in-out 0s;
}