在谷歌浏览器会出现默认点击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; }
原文:https://www.cnblogs.com/huanghuali/p/9893160.html