Css1)text-indent:;首行缩进2)disabled="true"设置input框不可以点击3)Css:xx!important;声明提前优先级最高。。!important优先级最高4)readonly="true"设置input框不可以点击(用disabled设置之后不能获取表单值)