input背景透明色,谷歌浏览器在默认选中输入项的历史记录后,默认浏览器样式背景变浅蓝色 /* 屏蔽chrome浏览器默认项输入框背景色 */ input:-internal-autofill-previewed, input:-internal-autofill-selected { transition: background-color 999999999s !important; }