!function() { function setFontsize() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 16 + "px"; } var _t = null; window.addEventListener("resize", function() { clearTimeout(_t); _t = setTime0ut(setFontSize, 100); }, false); setFontSize(); }(window);
这段代码在项目中使用,暂时没有用户反馈有什么问题。如果有同学发现有问题,还望告知。
项目: c.jinggege.com
其他同学接收后,前端代码引入了较多内容。但该段代码该是在继续使用。
时间: 2024-10-12 02:23:54