修改input的placeholder的字体颜色

input::-webkit-input-placeholder {
    color: #cccccc;
}