From 7df0db6e32c1d930d5ec8d9ffc1cb09539b57820 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 8 Oct 2024 23:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=8F=9C=E5=8D=95=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E8=BD=A6=E6=95=B0=E9=87=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/badge/badge.vue | 2 +- components/diy/footer.vue | 6 +++++- pages/goods-category/goods-category.css | 4 ++++ pages/goods-category/goods-category.vue | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/components/badge/badge.vue b/components/badge/badge.vue index 3afd3a0c..7f8d5a88 100644 --- a/components/badge/badge.vue +++ b/components/badge/badge.vue @@ -45,7 +45,7 @@ background-color: #FF3B30; border-radius: 40rpx; color: #fff; - font-size: 10px; + font-size: 20rpx; padding: 2rpx 2rpx; box-shadow: 0 0 10rpx rgb(0 0 0 / 30%); } diff --git a/components/diy/footer.vue b/components/diy/footer.vue index 3fc366dc..86c50200 100644 --- a/components/diy/footer.vue +++ b/components/diy/footer.vue @@ -15,7 +15,7 @@ {{ item.name }} - + @@ -188,6 +188,10 @@ } } } + .badge-icon { + margin-top: -76rpx; + margin-right: -76rpx; + } } } diff --git a/pages/goods-category/goods-category.css b/pages/goods-category/goods-category.css index 355e55e9..883da51a 100644 --- a/pages/goods-category/goods-category.css +++ b/pages/goods-category/goods-category.css @@ -275,6 +275,10 @@ box-shadow: 0rpx 4rpx 8rpx 0px rgba(0, 0, 0, 0.16); line-height: 84rpx; height: 84rpx; +} +.botton-nav .btn { + height: 70rpx; + line-height: 70rpx; } .botton-nav .cart .badge-icon { top: -20rpx; diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue index e6326daa..25c84b5c 100644 --- a/pages/goods-category/goods-category.vue +++ b/pages/goods-category/goods-category.vue @@ -342,7 +342,7 @@ {{ (cart || null) == null ? 0 : cart.total_price || 0 }} - +