使用css解决:
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
input[type=text]:focus, input[type=password]:focus, textarea:focus {
outline: 0;
}
使用css解决:
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
input[type=text]:focus, input[type=password]:focus, textarea:focus {
outline: 0;
}