在网页框链接的页面引用此代码未生效
$(".fr-core-panel-title").css({"background-color":"#4f94e0"});//设置弹出框框头背景色
.fr-core-window-header{
background:#4f94e0 !important;
}
将css放在服务器help/css中,在模板web属性中引用css
window.parent.$(".fr-core-panel-title").css("background-color","#4f94e0");
$(".fr-core-panel-title").css("background-color","#4f94e0");
f12看一下元素的class是不是fr-core-panel-title