最近写了个登录记住密码的功能,结果和浏览器自带的记住密码冲突,导致样式变得很糟糕,百度了一堆都不好用,下面这个亲测有效!!!与君共勉~
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
-webkit-transition-delay: 9999s;
}
使用过渡和过渡延时