标签:验证 color app put logs div ges led pre
点击前
点击后
倒计时的按钮消失了
然后就开始了各种方案测试,一直在找是不是兼容性的问题,然后发现没啥效果。
之后就从处理兼容性问题上转移到直接设置样式覆盖掉disabled的默认样式
1 input[type=button], input[type=submit], input[type=file],button{ cursor: pointer; -webkit-appearance: none;} 2 input:disabled{ 3 background-color: #C0C0C0!important; 4 color: #fff; 5 }
iphone中input按钮设置disabled属性出现灰色背景没有显示问题
标签:验证 color app put logs div ges led pre
原文地址:http://www.cnblogs.com/FarmanKKK/p/7680774.html