(function(){
var html=document.querySelector('html')
html.style.fontSize=window.innerWidth/7.5+'px'
window.onresize=function(e){
html.style.fontSize=window.innerWidth/7.5+'px'
}
})()
https://blog.csdn.net/tcf_jingfeng/article/details/80814015
浙公网安备 33010602011771号