H5 适配 js
(function setDevice(deviceW){
var html = document.documentElement;
var hWidth = html.getBoundingClientRect().width;
html.style.fontSize = hWidth/deviceW*100 + 'px';
console.log(hWidth)
})(750);
H5 适配 js
(function setDevice(deviceW){
var html = document.documentElement;
var hWidth = html.getBoundingClientRect().width;
html.style.fontSize = hWidth/deviceW*100 + 'px';
console.log(hWidth)
})(750);