iconSwiperBox.less 956 Bytes
@charset "UTF-8";

.icon-swiper-box {
    position: relative;
    width: 100%;
    // height: 440px;
    overflow: hidden;
    .swipe {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        .swipe-item {
            margin: 40px auto 26px auto;
            width: 100%;
            height: 100%;
            .icons-com {
                margin: 10px auto 30px auto;
                width: 25%;
                float: left;
            }
        }
        /deep/ .van-swipe__indicators {
            bottom: 20px;
            .van-swipe__indicator {
                background-color: #D8D8D8;
                width: 6px;
                height: 6px;
                opacity: unset;
                border-radius: 50%;
                &.van-swipe__indicator--active {
                    background-color: #FC1541;
                    width: 26px;
                    border-radius: 3px;
                }
            }
        }
    }
}