Authored by 姜枫

fix style

... ... @@ -136,7 +136,6 @@ const ShopService = {
if (info.shopId) {
let shopIntro = yield ShopService.getShopIntro(info.shopId, uid);
let brandInfo = yield BrandService.getBrandInfo(info.brandId, uid);
info.name = shopIntro.shopName;
info.info = shopIntro.shopIntro;
... ...
.yoho-product-list,
.yoho-shop-index {
.yoho-product-list-content {
margin-top: 30px;
}
... ... @@ -43,12 +42,10 @@
.brand-fav.coled .iconfont {
color: #fc0d1b;
}
}
}
.shop-menu {
border-bottom: 1px solid #eee;
li {
... ... @@ -68,11 +65,9 @@
.brand-info-wrapper {
display: none;
}
}
.yoho-shop-index {
font-size: 14px;
@import "order-area";
... ... @@ -117,6 +112,7 @@
.all-product-warp {
.goods-wrap {
margin: 0 -10px;
.goods-info {
float: left;
width: 272px;
... ... @@ -166,7 +162,6 @@
color: #fff;
z-index: 2;
}
}
}
... ...