ycg-myblog

谷歌有自己对input 的填充色,加上下面的css 就可以了

input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus {

 -webkit-box-shadow: 0 0 0px 1000px white inset !important;

}

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-06-13
  • 2021-06-05
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-05-30
相关资源
相似解决方案