placeholder样式

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

原文地址:https://www.cnblogs.com/gaidalou/p/10018690.html