移动端布局分享

  function computedREM(){     let HTML = document.documentElement,         winW = HTML.clientWidth;     HTML.style.fontSize = winW/320 * 100 + 'px'; } computedREM(); window.addEventListener('resize',c
相关文章
相关标签/搜索