input placeholder样式

	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color:red;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color:red;
    } 
原文地址:https://www.cnblogs.com/zhubangchao/p/7741973.html