代码如下:如果设置了根字体大小,font-size必须是rem
var html =document.querySelector('html'); html.style.fontSize = document.documentElement.clientWidth/10+'px';
本文共 197 字,大约阅读时间需要 1 分钟。
代码如下:如果设置了根字体大小,font-size必须是rem
var html =document.querySelector('html'); html.style.fontSize = document.documentElement.clientWidth/10+'px';
转载于:https://www.cnblogs.com/xxflz/p/9414021.html