//rem适配
var width1=document.body.offsetWidth/16;
var styleN=document.createElement("style");
styleN.innerHTML="html{font-size:"+width1+"px !important;}";
document.head.appendChild(styleN);
var width1=document.body.offsetWidth/16;
var styleN=document.createElement("style");
styleN.innerHTML="html{font-size:"+width1+"px !important;}";
document.head.appendChild(styleN);









本站有权保留或删除有争议评论。 参与本评论即表明您已经阅读并接受上述条款。