_category.css 1.37 KB
.category-map-page {
    .path-nav {
        padding: 22px 0;
    }

    .list-block {
        font-size: 12px;
        border: 1px solid #dfdfdf;
        margin-bottom: 30px;

        .main-title {
            line-height: 50px;
            background-color: #eaeceb;
            padding-left: 20px;
            font-weight: bold;
        }

        > p {
            display: block;
            padding: 10px 0 10px 100px;
            line-height: 30px;
            border-top: 1px solid #dfdfdf;
            position: relative;
            box-sizing: border-box;

            a {
                margin-right: 20px;
            }
        }

        .left-title {
            position: absolute;
            left: 20px;
            font-weight: bold;
        }

        .channel-name {
            padding-left: 0;
            font-weight: bold;
            text-align: center;
            font-size: 14px;
        }
    }

    .hot-brands {
        width: 101%;
        margin-bottom: 70px;

        > a {
            width: 116px;
            height: 70px;
            display: block;
            padding: 10px 8px;
            float: left;
            box-sizing: border-box;
            border: 1px solid #dfdfdf;
            margin-left: -1px;
            margin-top: -1px;
        }

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