diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index 4419ac19..35ec9fe7 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -29,6 +29,9 @@ {{ skuDetail.goodsName }}

+
+ {{skuDetail.sellingPoint}} +
@@ -655,5 +658,10 @@ export default { } } } +.sell-point { + font-size: 12px; + color: red; + margin-bottom: 5px; +} /******************商品图片及购买详情结束******************/ diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index ab2ca565..c52ac831 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -92,7 +92,7 @@ {{item.groupName}} - +
{{param.paramName}}{{param.paramValue}}{{param.paramName}}{{param.paramValue}}
@@ -492,14 +492,14 @@ table{ border-color:#efefef; color: #999; min-width: 30%; - margin-left: 10px; + margin-left: 30px; font-size: 12px; tr{ td:nth-child(1){ - min-width: 70px; + width: 100px; } td:nth-child(2){ - padding-left: 10px; + padding-left: 20px; } } td{ @@ -508,7 +508,6 @@ table{ } .goods-params { display: flex; - align-items: center; border-bottom: 1px solid #eee; margin-left: 30px; span{color:#999} diff --git a/buyer/src/pages/home/memberCenter/Favorites.vue b/buyer/src/pages/home/memberCenter/Favorites.vue index d63fcd2b..f57a6b94 100644 --- a/buyer/src/pages/home/memberCenter/Favorites.vue +++ b/buyer/src/pages/home/memberCenter/Favorites.vue @@ -5,11 +5,8 @@