css去掉input记住密码的黄色

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition-delay: 9999s;
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

posted on 2018-11-09 11:05  -韩帅  阅读(315)  评论(0编辑  收藏  举报

导航