10版本
$(".fr-core-panel-title").eq(0).css({"color":"red","font-family":"microsoft yahei","font-size":"14px","text-align":"center"}) ; //窗体标题颜色大小居中
11版本
$('.bi-popover.bi-card.bi-border-radius.bi-v-tape').css("border-color","red");
$(".bi-h-tape.bi-message-title.bi-header-background").css('background','#159D73');//窗体背景颜色
$(".fr-core-panel-title").css({"color":"#ffffff","font-family":"microsoft yahei","font-size":"14px"}) ;//字体颜色,大小,字体名称