select选择标签自定义下拉按钮

<select>
<option value="" disabled selected style="display:none;">请选择时间</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的金豆之路

主要领域:前端开发

我的微信:maomin9761

微信公众号:前端历劫之路