_discount-detail.css 791 Bytes
.discount-detail-page {
    .banner {
        position: relative;
        overflow: hidden;
        height: auto;

        .activity-time {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            box-sizing: border-box;
            padding-right: 28px;
            width: 100%;
            height: 50px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            text-align: right;
            font-size: 22px;
            line-height: 50px;
            display: none;

            .time-ico {
                margin-right: 15px;
                vertical-align: text-bottom;
                font-size: 26px;
            }

            span {
                vertical-align: super;
            }
        }
    }
}