1、移动端rem的问题
比较好的解决办法:html font-size 为了元素宽度,字体大小也可以随意设置。
html{ font-size:100px; } body{ font-size: 12px; } p{ font-size:.14rem; }