Css 1)text-indent:;首行缩进 2)disabled="true"设置input框不可以点击 3)Css:xx!important;声明提前优先级最高。。!important优先级最高 4)readonly="true"设置input框不可以点击(用disabled设置之后不能获取表单值) 转载于:https://www.cnblogs.com/zxcc/p/7427764.html