下拉框圆角
setTimeout(function() {
$(".fr-trigger-text.fr-border-box").css("border-radius","25px");
$(".fr-trigger-editor.ui-state-enabled").css("border-radius","25px");
},100);
按钮圆角
setTimeout(function() {
$("#fr-btn-BT1").css({"border-radius":"25px"}); //边框圆角
},100);