去掉谷歌浏览器input默认填充时的黄色背景

 
/*去掉input默认填充黄色背景*/
 
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none;
  -webkit-transition-delay: 50000s;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
}
posted @ 2021-05-28 13:46  啥啥也不是  阅读(130)  评论(0)    收藏  举报