移動端佈局分享

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