摘要: let resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize' let recalc = function () { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'... 阅读全文
posted @ 2018-07-18 18:11 samirah 阅读(616) 评论(0) 推荐(0)