index.wxss 183 B

12345678910111213141516
  1. page {
  2. background-color: #000;
  3. overflow: hidden;
  4. height: 100%;
  5. width: 100%;
  6. }
  7. .container {
  8. width: 100vw;
  9. height: 100vh;
  10. }
  11. video-swiper {
  12. width: 100%;
  13. height: 100%;
  14. }