标签:cto html cti fonts UNC select function style var
(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‘
}
})()
标签:cto html cti fonts UNC select function style var
原文地址:https://www.cnblogs.com/yangwan/p/10258995.html