11版本编辑前事件
setTimeout(function() {
$(".bi-v.list-view-outer.bi-card.list-view-shadow").css({"background-color":"red","color":"#999999","font-size":'12px',"text-align":"center"});//下拉列表背景,字体颜色大小
}, 100)
10版本
编辑前事件
$('.fr-combo-list-item').css({
"background-color": "#1100cc"
});