@function size($n) {
  @return $n/750 * 100vw;
}
.panel {
    background: url('../assets/images/bg1.png');
    background-size:100% 100% ;
    height: size(3300);
    .top {
        background: url('../assets/images/bg.jpg');
        background-size: 100% 125%;
        height: size(1050);
    }
}

 

 

posted on 2020-08-12 10:15  akunz  阅读(289)  评论(1编辑  收藏  举报