_special.css 784 Bytes
.sale-special-page {
    .main-banner {
        height: 350px;
    }

    .special-limit,
    .special-name {
        display: none;
    }

    .special-title {
        font-size: 20px;
        height: 34px;
        text-align: center;
        border-bottom: 1px dotted #999;
        margin: 20px 0;

        .all-count {
            color: #999;
            font-size: 12px;
            line-height: 26px;
            background: #fff;
            display: inline-block;
            padding: 0 10px;
        }
    }

    .filter-box .brand .attr-content {
        max-width: 730px;
    }

    .good-detail-text .discount {
        display: none;
    }

    .block-next-page {
        width: 235px;

        > a {
            width: 100%;
            height: 315px;
        }
    }
}