我下面这样写没有作用,应该怎样写呢setTimeout(function(){ $("div").find("fr-texteditor").css({"text-align":"center","font-size":"12px","font-weight":"bold"});},100);setTimeout(function(){ $("div").css({"text-align":"center","font-size":"12px","font-weight":"bold"});},100);