使用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;
}
本文标题:解决chrome浏览器下 input输入框有黄色背景的问题
本文链接:https://www.haomeiwen.com/subject/enipyttx.html
网友评论