當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
移动端rem适配-JS
生活随笔
收集整理的這篇文章主要介紹了
移动端rem适配-JS
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
(function(){var deviceWidth = document.documentElement.clientWidth; //設備像素寬度if(deviceWidth > 640){deviceWidth = 640;}document.documentElement.style.fontSize = deviceWidth*2 / 7.5 + 'px';
})();
?
轉(zhuǎn)載于:https://www.cnblogs.com/boomupupup/p/9674602.html
總結(jié)
以上是生活随笔為你收集整理的移动端rem适配-JS的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: intValue()的用法
- 下一篇: 矩阵范数及其求导