更改input输入框placeholder中默认值得颜色

415 阅读1分钟
input::-webkit-input-placeholder{
    color:red;
}

轻松搞定