_search.scss 837 Bytes
/*
 *Description: 商品列表
 *Author: chenglong.wang@yoho.cn
 *Date: 2015/12/1
 */

.product-search-page {
    .goods-container {
        height: auto;
        padding: 25px 0 0 0;
        position: relative;
        width: 1150px + 10px;//每列增加右边距

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


/*990px*/
.min-screen .product-search-page {
    .goods-container {
        height: auto;
        padding-top: 25px;
        position: relative;
        width: 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;
    }
}