rem适配的代码

Posted 微语123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rem适配的代码相关的知识,希望对你有一定的参考价值。

    var pixclPatio = 1 / window.devicePixelRatio;
            document.write(‘<meta name="viewport" content="width=device-width,initial-scale=‘ + pixclPatio + ‘,minimum-scale=‘ + pixclPatio + ‘,maximum-scale=‘ + pixclPatio + ‘,user-scalable=no" />‘);
            var html = document.getElementsByTagName(‘html‘)[0];
            var pageWidth = html.getBoundingClientRect().width;
            html.style.fontSize = pageWidth / 16 + ‘px‘;

 

以上是关于rem适配的代码的主要内容,如果未能解决你的问题,请参考以下文章

移动APP中rem适配

0082 rem适配方案:less+rem+媒体查询flexible.js+rem

rem 移动端适配

rem计算适配

web 移动端 适配

rem移动端适配方案