zpfqi

看的大神博客,亲测有效

input {
  background-color: rgba(255, 255, 255, 0) !important;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:focus {
  -webkit-text-fill-color: #333 !important;
}

 

分类:

技术点:

相关文章:

  • 2021-10-14
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2021-05-04
  • 2021-12-11
  • 2021-07-05
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案