Blame view

public/scss/channel/_creative-life.css 955 Bytes
毕凯 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.creative-life {
    background: #fff;

    .banner {
        display: block;
        height: 400px;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .classify-list {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .classify-list > li {
        float: left;
22
        width: 213.3px;
王水玲 authored
23
        height: 194px;
毕凯 authored
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
        border-top: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .classify-logo {
        width: 212px;
        height: 192px;

        img {
            display: block;
            width: 100%;
            height: 100%;
        }
    }

    .classify-name {
        line-height: 52px;
        font-size: 26px;
        color: #000;
        text-align: center;
        text-decoration: none;
        border-bottom: none;
        overflow: hidden;
    }

    .classify:nth-child(3n) {
        border-right: 0;
    }
}