All Projects → kujian → Simple Flexible

kujian / Simple Flexible

Licence: apache-2.0
mobile frontend simple rem responsive code

Labels

simple-flexible

mobile frontend simple rem responsive code 兼容UC竖屏转横屏,手淘那个lib-flexible.js有bug.可以简单使用我这个。

项目介绍

How to usage

复制整个文件代码,放在网页的head中。 不需要定义body的font-size值。

PX与REM的转换(区别于手淘版)

1rem = 100px

假如你有一个块是.box{width:120px;height:80px;} 转为rem则为.box{width:1.2rem; height:.8rem;}

生产使用flexible-min.js

about

微博:http://weibo.com/kujian

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].