标签:fonts nts span style scree 屏幕 res ini size
1 function fnInitScreen() { 2 var html = document.getElementsByTagName("html")[0]; 3 var width = window.innerWidth; 4 var font_size = 0; 5 font_size = 16/1500*width; 6 html.style.fontSize = font_size + "px"; 7 } 8 fnInitScreen(); 9 window.onresize = function () { 10 fnInitScreen(); 11 }
标签:fonts nts span style scree 屏幕 res ini size
原文地址:https://www.cnblogs.com/Blogzlj/p/13156167.html