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

移动端px转化为rem

时间:2020-01-07 16:35:28      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:width   style   nts   idt   oid   参考   void   表设计   bsp   

此知识点是在做APP是所用的,项目所用技术(ionic5/angular8),仅供参考!

getRem(pWidth): void {
 const htmlRoot = document.getElementsByTagName(‘html‘)[0];
 const oWidth = document.body.clientWidth || document.documentElement.clientWidth;
 htmlRoot.style.fontSize = oWidth / pWidth * 100 + ‘px‘;
}
pWidth:代表设计稿的宽度
100px=1rem

移动端px转化为rem

标签:width   style   nts   idt   oid   参考   void   表设计   bsp   

原文地址:https://www.cnblogs.com/happybread/p/12161738.html

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