_search.scss 800 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;//每列增加右边距
    }
}


/*990px*/
@media (max-width: 1180px) {
    .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;
            }
        }
    }
}