rem.js

1.0.3 • Public • Published

rem.js

License MIT NPM Version NPM Download

移动端页面自动适配脚本,改造自 amfe/lib-flexible

使用

建议直接 inline,或者在 <head> 中引入(尽量让它早执行)

  • LOCAL
npm i --save rem.js
<script src="./node_modules/rem.js/rem.js" data-psd="750"></script>
  • CDN
<script src="//unpkg.com/rem.js" data-psd="1125"></script>

默认以设计稿宽度 750px 为基础 1rem = 100px(比如设计稿中 150px,在 css 中就写 1.5rem

也可自定义 data-psd 为你的设计稿宽度

Readme

Keywords

none

Package Sidebar

Install

npm i rem.js

Weekly Downloads

12

Version

1.0.3

License

MIT

Last publish

Collaborators

  • weiyou