_creative-life.scss 965 Bytes
.creative-life {
    background: #fff;

    .banner {
        display: block;
        height: 400rem / $pxConvertRem;
        overflow: hidden;
        img {
            width: 100%;
            height: 100%;
        }
    }

    .classify-list > li {
        float: left;
        width: 212rem / $pxConvertRem;
        height: 192rem / $pxConvertRem;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .classify-logo {
        width: 212rem / $pxConvertRem;
        height: 192rem / $pxConvertRem;

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

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

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

}