谷歌浏览器记住密码后改变input框颜色

input:-webkit-autofill{  
    -webkit-text-fill-color: #13FFFC !important;  
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;  
    background-color:transparent;  
    background-image: none;  
    transition: background-color 50000s ease-in-out 0s;  
}

 

posted @ 2021-04-07 16:58  小熊叶叶  阅读(180)  评论(0)    收藏  举报