修改chrome记住密码后自动填充表单的黄色背景
2019-08-07 本文已影响0人
弹指一挥间_e5a3
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb(250, 255, 189); /* #FAFFBD; */
background-image: none;
color: rgb(0, 0, 0);
}