移动端页面适配
作者:互联网
在index.html添加
<script> (function () { var f = function () { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px' } f() window.addEventListener && window.addEventListener('resize', f, false) })()</script>
标签:function,document,documentElement,适配,window,addEventListener,移动,页面 来源: https://www.cnblogs.com/hanxue-chen/p/15785573.html