Blame view

public/scss/product/outlet/_left-right.css 265 Bytes
biao authored
1
.outlet-page {
ccbikai authored
2
    .thumb-row {
biao authored
3 4 5 6 7 8 9 10
        .thumb-row-box {
            height: 132px;
            border-radius: 0;
            background-size: 100% 100%;
        }
    }

    .left-right-thumb-row {
ccbikai authored
11 12
        background: #f0f0f0;
        border-bottom: none;
biao authored
13 14
    }
}