移动端px转化为rem

此知识点是在做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

上一篇:python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y


下一篇:Mathematica和Wolfram语言面向数学的入门指南:变量和函数