/* 记住密码 默认样式修改 begin */
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {

-webkit-text-fill-color: #ededed !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;

}

input {

background-color:transparent;

}
/* 记住密码 默认样式修改 end */

相关文章:

  • 2021-05-20
  • 2022-12-23
  • 2021-07-04
  • 2021-10-28
  • 2021-12-15
  • 2021-12-19
  • 2021-08-27
猜你喜欢
  • 2021-07-11
  • 2021-05-13
  • 2021-07-01
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案