参考https://bbs.fanruan.com/wenda/question1/113795.html @flyingsnake 大神的回复修补了下
var obj = document.getElementById("popup_container");
obj.style.cssText = "position: absolute; z-index: 99999; padding: 0px; margin: 0 auto; top: 50%; left: 50%;transform: translate(-50%, -50%); min-width: 600px; max-width: 600px; width:600px; min-height: 300px; height: auto; font-family: microsoft yahei;"
var obj0 = document.getElementById("popup_title");
obj0.style.cssText = "font-size: 14.8px; font-family: microsoft yahei;"
var obj1 = document.getElementById("popup_header");
obj1.style.cssText = "width: 100%; font-family: microsoft yahei;"
var obj2 = document.getElementById("popup_content");
obj2.style.cssText = "left: 10%; width: 70%; background-position: 23px 31px; font-family: microsoft yahei; height: auto;"
var obj3 = document.getElementById("popup_message");
obj3.style.cssText = "width: 100%;color: grey; font-size: 14.8px; font-family: microsoft yahei; text-align: left; padding-left: 6%; padding-right: 10%; height: auto;"
$('.fr-core-btn-style-blue').css('left','25%');
$('.fr-core-btn-style-gray').css('right','25%');
// height: auto; 好像不能自动调整高度;