Blame view

public/scss/channel/_two-column-goods.css 593 Bytes
毕凯 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
.two-column-goods {
    margin: 30px 0 0;
    padding: 36px 0 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;

    .column-nav {
        padding: 0 0 30px;
        line-height: 32px;
        font-size: 28px;
        border-bottom: 1px solid #f1f1f1;

        li {
            float: left;
            width: 319px;
            text-align: center;
            color: #aaa;
        }

        li.current {
            color: #000;
        }

        li:first-child {
            border-right: 1px solid #e6e6e6;
        }
    }

    .goods-list {
        padding-left: 15px;
    }
}