@carousel-defaultHeight: 200px; // 默认高度

.m-portal-carousel {
  width: 100%;
  height: @carousel-defaultHeight;

  .adm-swiper-item img {
    width: 100%;
    height: 100%;
  }
}
