optimization.less 563 Bytes
@charset "UTF-8";

.optimization-box {
    margin-top: 30px;
    /deep/ .van-pull-refresh {
        .van-pull-refresh__track {
            .van-pull-refresh__head {
                font-size: 30px;
            }
        }
    }
    .goods-list-box {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 10%, rgba(249, 249, 249, 1) 100%);
        padding: 30px 0 50px 0;
        .components-box {
            margin-bottom: 50px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}