/* components/swiper/index.wxss */ .e-swiper { position: relative; } .e-swiper>swiper { height: 180px; } .swiper_icon { width: 100%; height: 100%; } .swiper_title { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 10rpx; z-index: 10; text-overflow: ellipsis; color: white; white-space: nowrap; overflow: hidden; background-color: rgba(0, 0, 0, 0.2); }