https://github.com/amfe/lib-f...css
https://github.com/amfe/lib-f...html
上訴講到 監聽屏幕變化設置html,body FontSize(控制1rem,比例) 這裏,flexible,會設置html的fontSize爲clientWidth / 10。
也就是 1rem= clientWidth / 10
舉個例子:android
375的屏幕,750px的設計圖 1rem = 375 / 10 = 37.5px 再經過postcss-pxtorem轉換 寫代碼就是 750px滿屏寬度 750px ---> postcss-pxtorem ---> 10rem --->(clientWidth / 10) * 10 PX