video-swiper.wxss 174 B

123456789101112
  1. @import '../../common.wxss';
  2. .page{
  3. background-color: var(--weui-BG-0);
  4. height: 100%;
  5. }
  6. mp-video-swiper {
  7. width: 100%;
  8. height: 100%;
  9. max-width: 600px;
  10. }