登录时 密码提示 触摸 样式更改 如何恢复设置的样式

https://blog.csdn.net/weixin_42432439/article/details/105043309

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill{
  -webkit-text-fill-color: #ccc !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 @ 2023-04-12 10:25  zongkm  阅读(16)  评论(0)    收藏  举报