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

移动端rem适配-JS

时间:2018-09-19 16:11:46      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:nts   span   div   宽度   fonts   device   bsp   col   cli   

(function(){
    var deviceWidth = document.documentElement.clientWidth;   //设备像素宽度
    if(deviceWidth > 640){
         deviceWidth = 640;
    }
    document.documentElement.style.fontSize = deviceWidth*2 / 7.5 + ‘px‘;
})();

 

移动端rem适配-JS

标签:nts   span   div   宽度   fonts   device   bsp   col   cli   

原文地址:https://www.cnblogs.com/boomupupup/p/9674602.html

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