start.wxss 264 B

1234567891011121314151617181920
  1. swiper {
  2. width: 100vw;
  3. height: 100vh;
  4. }
  5. swiper-item {
  6. width: 100vw;
  7. height: 100vh;
  8. }
  9. image {
  10. width: 100vw;
  11. height: 100vh;
  12. }
  13. .btn {
  14. position: absolute;
  15. left: 0;
  16. right: 0;
  17. bottom: 50rpx;
  18. display: flex;
  19. justify-content: center;
  20. }