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);
本文标题:H5适配
本文链接:https://www.haomeiwen.com/subject/vmrdkxtx.html
网友评论