很简单为disabled设置背景颜色为白色(color设置的是input框中值的颜色)
<style type="text/css">
input[disabled]{background:#fff;opacity:1;color:black;}
</style>
很简单为disabled设置背景颜色为白色(color设置的是input框中值的颜色)
<style type="text/css">
input[disabled]{background:#fff;opacity:1;color:black;}
</style>