discount-list.scss 656 Bytes
.discount-list {
    li {
        margin-bottom: 30px;
        background: #fff;
    }

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

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

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

    .discount-time {
        float: right;
        font-size: 22px;
    }

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