JETWLL / simple-flexible

mobile frontend simple rem responsive code

Home Page:http://caibaojian.com/simple-flexible.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

mobile frontend simple rem responsive code

http://caibaojian.com/simple-flexible.html

License:Apache License 2.0


Languages

Language:CSS 36.4%Language:JavaScript 34.0%Language:HTML 29.6%