摘要:
设置html默认font-size: 100px,此时默认的页面的width是750px,然后根据手机大小改变html节点的font-size,从而改变rem的大小,代码如下: <script> var size = 50; var w = window.screen.width; var font 阅读全文
posted @ 2018-10-17 10:22
安蝶
阅读(258)
评论(0)
推荐(0)
|
摘要:
设置html默认font-size: 100px,此时默认的页面的width是750px,然后根据手机大小改变html节点的font-size,从而改变rem的大小,代码如下: <script> var size = 50; var w = window.screen.width; var font 阅读全文
posted @ 2018-10-17 10:22
安蝶
阅读(258)
评论(0)
推荐(0)
|