_hot-brands.scss 1.39 KB
.hot-brands {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;

    a {
        display: block;
        text-decoration: none;
        height: 100%;
    }

    .brand {
        float: left;
        width: 158rem / $pxConvertRem;
        height: 174rem / $pxConvertRem;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        overflow: hidden;

        .brand-logo {
            width: 100%;
            height: 128rem / $pxConvertRem;
            line-height: 128rem / $pxConvertRem;
            text-align: center;

            img {
                vertical-align: middle;
                max-width: 100%;
                max-height: 100%;
            }
        }

        .brand-name {
            line-height: 44rem / $pxConvertRem;
            font-size: 18rem / $pxConvertRem;
            color: #babac2;
            text-align: center;
            text-decoration: none;
            border-bottom: none;
            overflow: hidden;
        }
    }

    .brand:nth-child(4n) {
        border-right: none;
    }

    .more {
        float: left;
        width: 317rem / $pxConvertRem;
        height: 174rem / $pxConvertRem;
        border-top: 1px solid #e0e0e0;

        a {
            display: block;
            width: 100%;
            height: 100%;
            background: image-url("more-brand.png") no-repeat;
            background-size: 100% 100%;
        }
    }
}