$(".bi-basic-button.cursor-pointer.bi-single-select-item.bi-list-item-active bi-label.bi-text").hover(
function() {
$(this).css({
'color': '#3685f2',
})
//当鼠标放上去的时候,程序处理
},
'color': '#fff',
)
参考一下这个
下拉框JS编辑前事件