mall.less 791 Bytes
@charset "UTF-8";

.mall-box {
    overflow: hidden;
    /deep/ .van-pull-refresh {
        .van-pull-refresh__track {
            .van-pull-refresh__head {
                font-size: 30px;
            }
        }
    }
    .back-box{
        position: fixed;
        left: 0;
        top: 0;
        background-color: #ffffff;
        z-index:1000
    }
    .pl {
        background-color: transparent;
        width: 100%;
        &.is-open-app {
            height: 144px;
        }
        &.is-cnlive {
            height: 123px;
        }
    }
    .navs-box {
        /deep/.icon-swiper-box {
            .swipe {
                &.van-swipe {
                    .icons-com {
                        width: 20%;
                    }
                }
            }
        }
    }
}