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; } }