From 04e80bd181f7884a3fd25e9e755e7579105b358b Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Wed, 23 Nov 2022 15:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/account/wishlist.vue | 4 +++- pages/index/index.vue | 5 ++--- pages/shippingCart/index.vue | 5 ++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/account/wishlist.vue b/pages/account/wishlist.vue index 38b02fe..1ff3bd2 100644 --- a/pages/account/wishlist.vue +++ b/pages/account/wishlist.vue @@ -4,7 +4,7 @@ - + @@ -15,6 +15,8 @@ US${{item.promote_price?item.promote_price:item.shop_price}} + US${{item.promote_price?item.promote_price:item.shop_price}} + diff --git a/pages/index/index.vue b/pages/index/index.vue index c32157c..628c9a7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1664,16 +1664,15 @@ } .bootom_last { - height: 200rpx; + height: 300rpx; width: 100%; color: #fff; background-color: #000; margin-bottom: 200rpx; font-size: 25rpx; padding-bottom: 40rpx; - // line-height: 300rpx; + line-height: 300rpx; text-align: center; - line-height: 115rpx; } diff --git a/pages/shippingCart/index.vue b/pages/shippingCart/index.vue index a256178..d46c141 100644 --- a/pages/shippingCart/index.vue +++ b/pages/shippingCart/index.vue @@ -1198,13 +1198,12 @@ } .bootom_last1{ - height: 200rpx; - // height: 300rpx; + height: 300rpx; width: 100%; color: #000; // background-color: #fff; font-size: 25rpx; - line-height: 115rpx; + line-height: 300rpx; text-align: center; } .recommend_content{