input 自动填充颜色改变或透明

Posted chenfanga

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input 自动填充颜色改变或透明相关的知识,希望对你有一定的参考价值。



设置黄色背景变成白色背景:

input:-webkit-autofill {
box-shadow: 0 0 0px 1000px white inset !important;
}  
input:-webkit-autofill:focus {
box-shadow: 0 0 0px 1000px white inset !important;
}  

设置透明:
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
-webkit-text-fill-color: #FFFFFF !important;
transition: background-color 5000s ease-in-out 0s !important;
}

亲测有效

以上是关于input 自动填充颜色改变或透明的主要内容,如果未能解决你的问题,请参考以下文章

自动填充后设置禁用的输入背景颜色

使用 jQuery css 更改自动填充产生的颜色

excel怎么自动填充颜色

在excel表格中怎么设置双击之后填自动填充颜色?

旋转QImage时如何用透明背景填充空白?

excel怎么设置函数自动填充颜色