去掉谷歌浏览器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;
}

浙公网安备 33010602011771号