input框记住密码之后样式取消

input:-webkit-autofill {
-webkit-text-fill-color: #fff !important;/*记住密码的字的颜色*/
transition: background-color 5000s ease-in-out 0s;/*延时渲染背景色来去除背景色*/
caret-color: #fff;/*光标颜色*/
}

input:focus { /*外边框线去除*/
outline: none;
}
posted @ 2023-06-07 11:28  xyyyy  阅读(32)  评论(0编辑  收藏  举报