input:-webkit-autofill {
box-shadow: 0 0 0px 1000px 背景色 inset !important;
-webkit-text-fill-color: 字的颜色 !important;
-webkit-background-clip: text;
}
光标颜色:
input{
caret-color: white; /*光标颜色*/
}
input:-webkit-autofill {
box-shadow: 0 0 0px 1000px 背景色 inset !important;
-webkit-text-fill-color: 字的颜色 !important;
-webkit-background-clip: text;
}
光标颜色:
input{
caret-color: white; /*光标颜色*/
}