修改input的placeholder的字体颜色

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

 

你可能感兴趣的:(CSS/CSS3/LESS)