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

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

 

vue中   用下面 也可以

   created() {
        document.documentElement.style.fontSize = document.documentElement.clientWidth / 6.4 + 'px'
    },
posted @ 2020-09-01 18:10  小魏code  阅读(504)  评论(0)    收藏  举报