Heim > Artikel > Web-Frontend > 【】下拉框加图标的问题_html/css_WEB-ITnose
现在要在下拉框里加上图标,代码如下
<select class="selectpicker show-tick"> <option class="icon-heart" value="icon-heart"> icon-heart</option> <option class="icon-star" value="icon-star"> icon-star</option> <option class="icon-film" value="icon-film"> icon-film</option> <option class="icon-file" value="icon-file"> icon-file</option> </select>
我已经解决了这个问题,解决方案是给下拉框的字体添加一个颜色
<style type="text/css"> .special { color: #808080 !important; }</style>
楼主这是要自问自答的节奏么?不用控件也是很容易实现的。
楼主这是要自问自答的节奏么?不用控件也是很容易实现的。
js鼠标事件可以解决