rem 适配方案2 flexible.js

 下载地址

https://github.com/amfe/lib-flexible

 

 

 

 

/* 最多不超过 750 */

@media screen and (min-750px) {
    html {
        font-size: 75px !important;
    }
}
原文地址:https://www.cnblogs.com/ericblog1992/p/12968580.html