index.scss 168 B

123456789
  1. .page-swiper {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. background: url("./images/bg@2x-min.jpg") no-repeat center / cover;
  8. z-index: 997;
  9. }