美文网首页
H5设置rem单位的计算

H5设置rem单位的计算

作者: 新篇章 | 来源:发表于2018-09-20 17:46 被阅读0次
    <script>
        document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px';
    </script>
    

    相关文章

      网友评论

          本文标题:H5设置rem单位的计算

          本文链接:https://www.haomeiwen.com/subject/ntbnnftx.html