Silence-dream / Silence-dream.github.io

blog博客
https://silence-dream.github.io
3 stars 0 forks source link

移动端页面适配 #3

Open Silence-dream opened 1 year ago

Silence-dream commented 1 year ago

https://github.com/sunmaobin/sunmaobin.github.io/issues/28

vw 适配

@function pxToVw($px) {
                         /* 750为设计稿大小 */
  @return $px / 750 * 100vw;
}