注意编辑前事件
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)
===========
同样编辑前事件
setTimeout(function(){
$(".x-text.fr-widget-click").css("font-family", "阿里巴巴普惠体").css("color", "red");
},100)