摘要:
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers*/ color:red; } input:-moz-placeholder { /* Mozilla Firefox 4 to 18*/ color:red; } input:-moz-placeholder... 阅读全文
posted @ 2018-03-30 11:24
自由飞翔^_^
阅读(276)
评论(0)
推荐(0)
摘要:
解决原理:使用足够大的纯色内阴影来覆盖input输入框的黄色背景 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white i 阅读全文
posted @ 2018-03-30 11:23
自由飞翔^_^
阅读(164)
评论(0)
推荐(0)