type=color是颜色选择器,不是设置文本框颜色,设置颜色用style,ie不支持这种类型的input。用chrome或者Firefox查看效果
<input style="color:red;"/>