<input type="text" placeholder="请输入电话号码" />
input::-webkit-input-placeholder {
color:#F00 ; /*WebKit browsers*/
}
input::-moz-placeholder {
color: #F00 ; /*Mozilla Firefox 4 to 18 */
}
input::-moz-placeholder {
color: #F00 ; /*Mozilla Firefox 19+ */
}
input::-ms-input-placeholder {
color: #F00 ; /*Internet Explorer 10+*/
}