码迷,mamicode.com
首页 > 移动开发 > 详细

移动页面 REM自适应

时间:2018-01-24 22:19:20      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:com   eve   func   idt   log   size   cti   lis   style   

 ~function(){
         let computed = function(){
         let desW = 640;
         let devW = document.documentElement.clientWidth;
         if(devW>=640){
            document.documentElement.style.fontSize = ‘100px‘;
            return;
         }
         document.documentElement.style.fontSize = devW / desW * 100 + ‘px‘;
         }
         computed();
         window.addEventListener(‘resize‘,computed,false);
     }();

 

移动页面 REM自适应

标签:com   eve   func   idt   log   size   cti   lis   style   

原文地址:https://www.cnblogs.com/zzzzzzzsy/p/8343337.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!