淘宝适配 flexible.js

1.引入 阿里cdm文件,也可以自己下载下来引用,不需要在添加<meta name="viewport"">标签了

<script src="http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js"></script>

2.运行后会发现头部添加了dpr和fontsize属性

<html data-dpr="2" style="font-size: 75px;"><head>

3.假如现在给设计师基于750设计的稿上有一个200×80的logo,那么使用rem设置的话分别就是 200/75(也就是根字体的大小)和80/75rem

<div style="width: 2.666rem;height: 1.066rem;background: red;"></div>

猜你喜欢

转载自www.cnblogs.com/wubaiwan/p/10861028.html
今日推荐