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;
}

 

更多内容请见原文,原文转载自:https://blog.csdn.net/weixin_44519496/article/details/120056008

posted @ 2022-07-22 16:13  忘川信使  阅读(234)  评论(0编辑  收藏  举报