setTimeout(function() {
? ? ? ? $('.fr-trigger-btn-up').css({
? ? ? ? ? ? ? ? "background-color": "#FFD700" }
?? ??? ??? ??? ?);
?
}, 100);
setTimeout(function() {
? ? ? ? $('.fr-trigger-texteditor').css({
? ? ? ? ? ? ? ? "background-color": "#060515";"color": "#FFFFFF" }
?? ??? ??? ??? ?);
?
}, 100);
帆软 参考博客 :https://www.cnblogs.com/Williamls/category/1417892.html