Blame view

public/scss/product/sale/_discount-detail.css 791 Bytes
王水玲 authored
1
.discount-detail-page {
王水玲 authored
2 3 4
    .banner {
        position: relative;
        overflow: hidden;
ccbikai authored
5
        height: auto;
王水玲 authored
6 7 8 9 10 11

        .activity-time {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
ccbikai authored
12 13 14 15
            box-sizing: border-box;
            padding-right: 28px;
            width: 100%;
            height: 50px;
王水玲 authored
16
            background: rgba(0, 0, 0, 0.5);
王水玲 authored
17
            color: #fff;
ccbikai authored
18
            text-align: right;
王水玲 authored
19 20
            font-size: 22px;
            line-height: 50px;
王水玲 authored
21
            display: none;
王水玲 authored
22 23 24 25

            .time-ico {
                margin-right: 15px;
                vertical-align: text-bottom;
ccbikai authored
26
                font-size: 26px;
王水玲 authored
27 28 29 30 31 32 33
            }

            span {
                vertical-align: super;
            }
        }
    }
王水玲 authored
34
}