setTimeout(function(){
$("div[widgetname=abc]").find('.fr-btn-up').css('background-color','#46599D');
}, 100);
这样写没有生效?
$("div[widgetname=BTN]").find('.fr-btn-up').css('background-color', 'red');
大写 ABC
--------------