diff --git a/components/m-buy/goods.vue b/components/m-buy/goods.vue index a6d59d2..e9a4bde 100644 --- a/components/m-buy/goods.vue +++ b/components/m-buy/goods.vue @@ -1,6 +1,6 @@ @@ -170,12 +173,12 @@ $w_94: 94%; } .selected-title { - > h4 { + .h4 { font-size: 30rpx; color: #000 !important; } - > div { + .title-desc { font-weight: bold; color: $main-color !important; } @@ -191,11 +194,11 @@ $w_94: 94%; flex: 1; text-align: center; - > h4 { + .h4 { font-size: 32rpx; } - > div { + .title-desc { color: #999; font-size: 24rpx; } @@ -223,10 +226,6 @@ $w_94: 94%; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; overflow: hidden; - > img { - width: 100%; - height: 100%; - } } .goods-desc { @@ -252,7 +251,7 @@ $w_94: 94%; > .goods-price { line-height: 2; color: $main-color; - > span { + .price-int { font-size: 42rpx; } } diff --git a/pages/tabbar/home/template/tpl_group.vue b/pages/tabbar/home/template/tpl_group.vue index b234a80..f869054 100644 --- a/pages/tabbar/home/template/tpl_group.vue +++ b/pages/tabbar/home/template/tpl_group.vue @@ -2,8 +2,8 @@
-
{{ res.list[0].title }}
-
更多
+
{{ res.list[0].title }}
+
更多
@@ -11,10 +11,10 @@
- ¥120.00 + ¥120.00
- ¥190.00 + ¥190.00
diff --git a/pages/tabbar/home/template/tpl_hot_zone.vue b/pages/tabbar/home/template/tpl_hot_zone.vue index ba51470..8699cb6 100644 --- a/pages/tabbar/home/template/tpl_hot_zone.vue +++ b/pages/tabbar/home/template/tpl_hot_zone.vue @@ -1,7 +1,7 @@