Blame view

public/scss/product/sale/_sale.css 751 Bytes
王水玲 authored
1
.sale-page {
王水玲 authored
2
    overflow: hidden;
王水玲 authored
3
    background-color: #f0f0f0;
王水玲 authored
4 5

    #thumb-row {
王水玲 authored
6 7
        overflow: hidden;
        padding-left: 30px;
ccbikai authored
8 9 10
        height: auto;
        background: #fff;
        text-align: left;
王水玲 authored
11 12 13

        a {
            float: left;
ccbikai authored
14
            margin-right: 30px;
王水玲 authored
15 16 17
            width: 275px;
            height: 130px;
        }
王水玲 authored
18 19

        .thumb-row-box {
ccbikai authored
20
            margin: 0 auto;
王水玲 authored
21 22
            width: 100%;
            height: 100%;
ccbikai authored
23
            border-radius: 20px;
王水玲 authored
24 25
        }
    }
王水玲 authored
26 27 28 29 30

    .list-nav,
    .goods-container {
        background: #fff;
    }
王水玲 authored
31
}
王水玲 authored
32 33 34 35 36

.sale-vip-page {
    .good-info {
        height: 570px;
    }
王水玲 authored
37 38 39 40 41 42 43 44

    .sale-vip {
        height: 506px;
    }

    .good-detail-text .price {
        white-space: nowrap;
    }
王水玲 authored
45
}