text 更改Chrome中的自动填充样式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 更改Chrome中的自动填充样式相关的知识,希望对你有一定的参考价值。

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: $white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

以上是关于text 更改Chrome中的自动填充样式的主要内容,如果未能解决你的问题,请参考以下文章

input 在 chrome 下 , 自动填充后,默认样式清除

设置自动填充建议的样式

Chrome表单文本框自动填充黄色背景色样式

Chrome 自动填充黄色背景高于表单字段中的图标

如何避免在 Chrome 中的表单中自动填充用户名/密码?

text Chrome删除自动填充网址