variable.scss 89 B

1234
  1. $vw_base: 750; //设计稿宽度
  2. @function vw($px) {
  3. @return ($px / $vw_base) * 100vw;
  4. }