安蝶

前端学习ing

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年10月17日

摘要: 设置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 安蝶 阅读(250) 评论(0) 推荐(0) 编辑