移动端rem适配 flex.js

(function() {
document.addEventListener('DOMContentLoaded', function () {
var html = document.documentElement;
var windowWidth = html.clientWidth;
html.style.fontSize = windowWidth / 7.5 + 'px';
//等价于html.style.fontSize = windowWidth / 750 * 100 + 'px';
}, false);
})();

二倍图 750
posted @ 2018-10-31 10:52  Mr_R  阅读(574)  评论(0编辑  收藏  举报