index.wxss 278 B

123456789101112131415161718192021222324
  1. .container {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .video-swiper {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .video-swiper-item,
  10. .video_item,
  11. .video-overlay {
  12. height: 100%;
  13. width: 100%;
  14. position: relative;
  15. }
  16. .video-overlay {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. z-index: 2;
  21. }