Input placeholder 字体颜色更改
/* WebKit browsers */
input::-webkit-input-placeholder {
color: #999;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
color: #999;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
color: #999;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
color: #999;
}