input 改变placeholder默认样式

input::-webkit-input-placeholder {
color: #FFFFFF !important; /* WebKit browsers */
}
input:-moz-placeholder {
color: #FFFFFF !important; /* Mozilla Firefox 4 to 18 */
}
input::-moz-placeholder {
color: #FFFFFF !important; /* Mozilla Firefox 19+*/
}
input:-ms-input-placeholder {
color: #FFFFFF !important; /* Internet Explorer 10+ */
}

  

posted @ 2017-09-05 11:04  民兵谢二蛋  阅读(176)  评论(0编辑  收藏  举报