大屏自适应中的rem设置
rem() {
document.querySelector("html").style.fontSize = (1280 / 1920) * 16 + "px";
window.addEventListener("resize", function () {
document.querySelector("html").style.fontSize =
(1280 / 1920) * 16 + "px";
});
},

浙公网安备 33010602011771号