_search.css 870 Bytes
.product-search-page {
    .goods-container {
        height: auto;
        padding: 25px 0 0 0;
        position: relative;
        width: calc(1150px + 10px);/*每列增加右边距*/

        .good-info {
            width: 222px;
        }
    }

    .path-nav .last {
        font-weight: normal;

        span {
            font-weight: bold;
        }
    }
}

.min-screen .product-search-page {
    .goods-container {
        height: auto;
        padding-top: 25px;
        position: relative;
        width: calc(990px + 10px); /*每列增加右边距*/

        .good-info {
            width: 190px;

            .good-detail-img {
                height: 255px;
            }
        }

        .block-next-page {
            width: 190px;
            height: 255px;
        }
    }

    .filter-box .brand .attr-content {
        max-width: 750px;
    }
}