input标签添加上disable属性在ios端字体颜色不兼容的问题

input[disabled],input:disabled,input.disabled{  
    color: #3e3e3e;  
    -webkit-text-fill-color: #3e3e3e;  
    -webkit-opacity:1;  
    opacity: 1;  
} 

 

posted @ 2017-12-26 13:58  biubiu小希希  阅读(1351)  评论(0编辑  收藏  举报