码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-09-27 21:00:40      阅读:323      评论:0      收藏:0      [点我收藏+]

标签:shadow   text   ant   背景   NPU   fill   box   inpu   填充   



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

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 自动填充颜色改变或透明

标签:shadow   text   ant   背景   NPU   fill   box   inpu   填充   

原文地址:https://www.cnblogs.com/chenfanga/p/11600251.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!