<script type="text/javascript">
(function() {
var html = document.documentElement;
var hWidth = html.getBoundingClientRect().width;
html.style.fontSize = hWidth / 36 + 'px'; // 36可更改
console.log(html.style.fontSize);
})();
</script>
rem布局代码
最新推荐文章于 2025-05-26 08:21:02 发布


501

被折叠的 条评论
为什么被折叠?



