浏览器自带记忆功能,使input颜色和字体丢失
Posted guyuedashu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了浏览器自带记忆功能,使input颜色和字体丢失相关的知识,希望对你有一定的参考价值。
input:-internal-autofill-selected {
/*内置阴影填充 背景颜色*/
box-shadow: inset 0 0 0 1000px #253167! important;
/*只有谷歌兼容 字体颜色*/
-webkit-text-fill-color: #fff !important;
}
上述可以解决,,
可以禁用 input的记忆功能
<input type="text" autocomplete="off">,
以上是关于浏览器自带记忆功能,使input颜色和字体丢失的主要内容,如果未能解决你的问题,请参考以下文章