/* pages/components/blocks/commentsCarousel/commentsCarousel.wxss */ .carousel_container { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 999; background: #000; } .comments_swiper { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .comments_swiper swiper-item { display: flex; align-items: center; justify-content: center; } .comments_swiper image { max-width: 100%; max-height: 100%; display: block; }