在chrome中,input框总是出现黄底色,使用!important;也不好使,很烦人,下面方法可以解决input:-webkit-autofill{
-webkit-box-shadow:0001000pxwhiteinset;
}
input[type=text]:focus,input[type=password]:focus{
-webkit-box-shadow:0001000pxwhiteinset;
}
分类:
其他好文 时间:
2017-05-17 23:36:20
阅读次数:
202