移动端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
上一篇:STC等单片机一开机就停电模式烧写程序办法


下一篇:安装apache