修改input标签中的placeholder样式

input::-webkit-input-placeholder {
color: #fff !important;
}
input:-moz-placeholder {
color: #fff !important;
}
input::-moz-placeholder {
color: #fff !important;
}
input:-ms-input-placeholder {
color: #fff !important;
}

posted @ 2017-10-25 11:30  Tane  阅读(242)  评论(0编辑  收藏  举报