input占位符样式修改

input占位符样式调整

1
2
3
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #F97D72;
}