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

rem 响应 js函数

时间:2017-03-26 20:03:47      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:ons   element   size   document   style   name   s函数   doc   font   

size();
window.onresize = function(){
size();
}
function size(){
var htnl_o=document.getElementsByTagName("html")[0];
htnl_o.style.fontSize = window.innerWidth/375*20 + "px";
console.log(htnl_o.style.fontSize);
}

rem 响应 js函数

标签:ons   element   size   document   style   name   s函数   doc   font   

原文地址:http://www.cnblogs.com/tongbiao/p/6623471.html

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