(function () { function o() { document.documentElement.style.fontSize = (document.documentElement.clientWidth ) / 31.25 + "px" } var e = null; window.addEventListener("resize", function () { clearTimeout(e), e = setTimeout(o, 100) }, !1), o() })(window);
时间: 2024-10-08 09:30:04