按设计稿中的字体大小设置页面字体大小(px),在手机端,因为不同设备会有不同,换算成rem单位.rem是“font size of the root element”,可以通过这篇文章了解http://www.w3cplus.com/css3/define-font-size-with-css3-rem 以640px宽为例,设置html{ font-size: 20px; }再把css中原来的px单位除以20,换成rem,比如120px,就写6rem都设置完以后,这个页面是适配640的手机,那如