<script> var bw=document.documentElement.clientWidth/7.2+"px"; document.getElementsByTagName("html")[0].style.fontSize=bw; </script>
100px为1rem
页面适配
原文:http://www.cnblogs.com/mwfsm/p/7435864.html