Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 211 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 211 Bytes

viewportauto

移动端兼容viewportyp 这是一个rem动态计算的js ,适用于所有的h5 默认是40倍 640的稿基础是16px
在代码中的第7行

docEl.style.fontSize = clientWidth / 40 + 'px';