_sale.css 766 Bytes
.sale-page {
    overflow: hidden;

    .banner-top .swiper-container {
        height: 200px;

        ul {
            height: 200px;
        }
    }

    #thumb-row {
        text-align: left;
        background: #fff;
        height: auto;
        overflow: hidden;
        padding-left: 30px;

        a {
            float: left;
            width: 275px;
            height: 130px;
            margin-right: 30px;
        }

        .thumb-row-box {
            border-radius: 20px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }
    }
}

.sale-vip-page {
    .good-info {
        height: 570px;
    }

    .sale-vip {
        height: 506px;
    }

    .good-detail-text .price {
        white-space: nowrap;
    }
}