style 中修改placeholder颜色

#order_day::-webkit-input-placeholder {

color: #666666;

}

#order_day:-moz-placeholder {

color: #666666;

}

#order_day:-ms-input-placeholder {

color: #666666;

}