px轉換rem插件 cssrem (vscode裏)css
https://github.com/amfe/lib-flexiblehtml
flexible默認是分紅10份;因此1rem = 75px;git
在pc端顯示時,若是咱們的屏幕超過了750px,就按照750設計稿走,不會讓咱們的頁面超過750pxgithub
@media screen and (min-width: 750px) { html { font-size: 75px!important; } }