# flexibleJS **Repository Path**: peirm/flexibleJS ## Basic Information - **Project Name**: flexibleJS - **Description**: flexibleJS,手机端写的时候可直接用这个demo - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-flexible mobile frontend simple rem responsive code 兼容UC竖屏转横屏,手淘那个lib-flexible.js有bug.可以简单使用我这个。 [项目介绍](http://caibaojian.com/simple-flexible.html) ## 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 ## 链接 http://caibaojian.com/simple-flexible.html