select選擇標(biāo)簽自定義下拉按鈕
<select>
<option value="" disabled selected style="display:none;">請(qǐng)選擇時(shí)間</option>
</select>
select::-ms-expand { display: none; } //兼容ie隱藏
select{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: url(../images/go.png) no-repeat scroll 386px center transparent;
}
作者:Vam的金豆之路
主要領(lǐng)域:前端開發(fā)
我的微信:maomin9761
微信公眾號(hào):前端歷劫之路