移动端html font-size动态计算设置

参考: https://www.jianshu.com/p/f8c8cde893fb     重要

vue中   用下面 也可以

   created() {
        document.documentElement.style.fontSize = document.documentElement.clientWidth / 6.4 + 'px'
    },
苦心人,天不负
原文地址:https://www.cnblogs.com/taxun/p/13597677.html