去除Chrome浏览器表单自动填充默认样式

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

 

posted @ 2018-03-07 16:47  QueenyL  阅读(164)  评论(0编辑  收藏  举报