在chrome中,input框老是出现黄底色,使用!important;也很差使,很烦人,下面方法能够解决
css
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; } input[type=text]:focus, input[type=password]:focus{ -webkit-box-shadow: 0 0 0 1000px white inset; }
原文连接:http://blog.jiujiu.vc/49.htmlhtml