Blame view

public/scss/channel/_thumb-row.css 358 Bytes
ccbikai authored
1
.thumb-row {
毕凯 authored
2 3 4 5 6 7 8 9
    background-color: #f0f0f0;
    text-align: center;
    padding: 32px 0 0;

    .thumb-row-box {
        display: inline-block;
        width: 275px;
        height: 160px;
ccbikai authored
10
        border-radius: 10px;
毕凯 authored
11 12 13 14 15 16
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 14.4px;
    }
}