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

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

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

        span {
            font-weight: bold;
        }
    }

    .recommend-keywords {
        margin-top: 30px;
        margin-bottom: 20px;
        border: 1px #e0e0e0 solid;

        h3 {
            height: 46px;
            border-bottom: 1px #e0e0e0 solid;
            line-height: 44px;
            background: #f5f5f5;
            text-align: center;
            font-size: 15px;
        }

        p {
            padding: 10px;

            .keyword {
                display: inline-block;
                margin: 5px 15px;
                font-size: 12px;
                width: 150px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .common {
                display: inline-block;
                margin: 5px 15px;
                font-size: 12px;
                width: 190px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }
    }

    .page-footer-seo {
        font-size: 13px;
        margin: 30px 0;

        b {
            font-weight: bold;
            line-height: 2;
        }

        .wap-page-href {
            text-align: right;
            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;
    }
}