Authored by 毕凯

搜索页面 商品每行5个

... ... @@ -5,16 +5,17 @@
*/
.product-search-page {
@import "shop-entry";
.goods-container {
height: auto;
padding: 25px 0 0 0;
position: relative;
width: 1150px + 10px;//每列增加右边距
}
@import "shop-entry";
.good-info {
width: 222px;
}
}
}
... ...