@import "../../app.wxss"; .main { width: 100%; } .main .swiper-tab { display: flex; justify-content: space-around; width: 100%; border-bottom: 2rpx solid #ccc; text-align: center; height: 88rpx; line-height: 88rpx; font-weight: bold; background-color: var(--rgbfff); } .main .swiper-tab .swiper-tab-item { color: var(--rgb3AB); } .main .swiper { width: 100%; height: 84vh; } .main .swiper .scroll-view { width: 96%; height: 82vh; padding: 2vw 2vw 0 2vw; } .main .swiper .scroll-view .list { width: 95%; margin: 0 0 2vw 0; padding: 2vw; border-radius: 5px; border: 1px solid var(--rgb40E); background-color: var(--rgbfff); } .main .swiper .scroll-view .list .list_1 { display: flex; justify-content: space-between; margin: 0 0 1vw 0; } .main .swiper .scroll-view .list .list_1 .name { font-size: 18px; font-weight: bold; } .main .swiper .scroll-view .list .list_1 .color0 { color: var(--rgb67c) } .main .swiper .scroll-view .list .list_1 .color1 { color: var(--rgbff0) } .main .swiper .scroll-view .list .list_1 .color2 { color: var(--rgb46a) } .main .swiper .scroll-view .list .list_1 .color-1 { color: var(--rgb8b8) } .main .swiper .scroll-view .list .other .other_1 { margin: 0 0 1vw 0; font-size: 14px; color: var(--rgb868); } .active { color: var(--rgb40E) !important; border-bottom: 4rpx solid var(--rgb40E); }