去除chome表单自动填充样式
CSS:
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { /* 延迟动画 */ -webkit-transition-delay: 9999s; transition-delay: 9999s; -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; transition: color 9999s ease-out, background-color 9999s ease-out; } input:-webkit-autofill { /* 阴影透明,背景色效果 */ -webkit-box-shadow: 0 0 0px 1000px transparent inset; box-shadow: 0 0 0px 1000px transparent inset; border: 1px solid #ccc !important; }
相关推荐
echoes 2020-08-20
bertzhang 2020-06-02
huha 2020-10-16
TLROJE 2020-10-26
nercon 2020-08-01
zhanghaibing00 2020-06-28
Aveiox 2020-06-25
henryzhihua 2020-06-21
zhoutaifeng 2020-06-17
liangzhouqu 2020-06-16
TONIYH 2020-06-11
开心就好 2020-06-10
x青年欢乐多 2020-06-06
KyrieHe 2020-06-03
haokele 2020-05-29
niehanmin 2020-05-28
davidliu00 2020-05-26