去除火狐和谷歌浏览器的账号密码input默认填充的黄色背景 问题: 火狐浏览器的处理方式 input{ filter: none !important;} 谷歌浏览器的处理方式 input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #fff inset; } 如果用的不是用的不是原生的input,用的是el-input或者其他,需要加上深度作用选择器 深度遍历器参考链接: vue-css深度作用选择器