码迷,mamicode.com
首页 > 移动开发 > 详细

## 原声做移动端适配适配

时间:2020-07-21 14:28:17      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:http   cli   document   info   ons   inf   图片   width   script   

首先就是声明文档下面的技术图片

其次就是加上这段代码  完事。

<script>
const scale = document.documentElement.clientWidth / 750
document.documentElement.style.fontSize = (32 * Math.min(scale, 2)) + ‘px‘
</script>

## 原声做移动端适配适配

标签:http   cli   document   info   ons   inf   图片   width   script   

原文地址:https://www.cnblogs.com/jstll/p/13354135.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!