<input type="text" disabled="disabled" maxlength="20" />
input:disabled{
background-color : #fff; 修改默认灰色样式
color: #666;
opacity:1; 默认的不透明级别为0.3
-webkit-text-fill-color:#666; 字体颜色安卓与IOS适配
-webkit-opacity:1; 不透明级别安卓与IOS适配
}
disabled:禁止点击 input框。