input的placeholder颜色修改

input[type=text]::-webkit-input-placeholder { /* WebKit browsers /
color: #999;
}
input[type=text]:-moz-placeholder { /
Mozilla Firefox 4 to 18 /
color: #999;
}
input[type=text]::-moz-placeholder { /
Mozilla Firefox 19+ /
color: #999;
}
input[type=text]:-ms-input-placeholder { /
Internet Explorer 10+ */
color: #999;
}

posted @ 2017-11-22 16:38  chillylight  阅读(207)  评论(0编辑  收藏  举报