入力プレースホルダーのフォントの色を変更します

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

 

おすすめ

転載: blog.csdn.net/joyvonlee/article/details/108216358