点击input消除默认背景颜色

Posted huanghuali

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了点击input消除默认背景颜色相关的知识,希望对你有一定的参考价值。

在谷歌浏览器会出现默认点击input框黄色背景,如何去除?

//消除google浏览器黄色框
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow:0 0 0 60px #eee inset;
-webkit-text-fill-color: #878787;
}

 

以上是关于点击input消除默认背景颜色的主要内容,如果未能解决你的问题,请参考以下文章