_special.css 812 Bytes
.sale-special-page {
    background: #f0f0f0;
    height: auto;
    overflow: hidden;

    .special-list {
        background: #fff;

        li {
            margin-bottom: 30px;
        }

        img {
            width: 100%;
            height: 250px;
        }

        .special-cont {
            height: 77px;
            line-height: 77px;
            border-bottom: 1px solid #e0e0e0;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .special-title {
            width: 450px;
            height: 77px;
            float: left;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .special-time {
            float: right;
        }

        .red-color {
            color: #d0021b;
        }
    }
}