使用css樣式 解決input 設置disabled="true"屬性後變爲灰色問題

很簡單爲disabled設置背景顏色爲白色(color設置的是input框中值的顏色) css   <style type="text/css"> input[disabled]{background:#fff;opacity:1;color:black;} </style>
相關文章
相關標籤/搜索