css中input框不可点击+首行缩进
时间:2017-08-25 14:28:38
收藏:0
阅读:333
Css
1)text-indent:;首行缩进
2)disabled="true"设置input框不可以点击
3)Css:xx!important;声明提前优先级最高。。!important优先级最高
4)readonly="true"设置input框不可以点击(用disabled设置之后不能获取表单值)
原文:http://www.cnblogs.com/zxcc/p/7427764.html
评论(0)