@@ -1,4 +1,4 @@
-$vw_base: 690; //设计稿宽度
+$vw_base: 750; //设计稿宽度
@function vw($px) {
@return ($px / $vw_base) * 100vw;
}