From 25fd3190b21f3b3ce40be1d74633bf52e8afab39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=98=E9=A3=8E?= Date: Wed, 4 Feb 2026 16:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=A0=8F=EF=BC=8C=E6=9B=BF=E6=8D=A2=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E6=8C=89=E9=92=AE=E5=9B=BE=E6=A0=87=E4=B8=BA=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E4=BC=99=E4=BC=B4=E5=9B=BE=E6=A0=87=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BE=E6=A0=87=E5=B0=BA=E5=AF=B8=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/assets/icons/partners.svg | 18 ++++++++++++++++++ miniprogram/custom-tab-bar/index.wxml | 2 +- miniprogram/custom-tab-bar/index.wxss | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 miniprogram/assets/icons/partners.svg diff --git a/miniprogram/assets/icons/partners.svg b/miniprogram/assets/icons/partners.svg new file mode 100644 index 00000000..80668312 --- /dev/null +++ b/miniprogram/assets/icons/partners.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/miniprogram/custom-tab-bar/index.wxml b/miniprogram/custom-tab-bar/index.wxml index 03dce2f9..73369b2a 100644 --- a/miniprogram/custom-tab-bar/index.wxml +++ b/miniprogram/custom-tab-bar/index.wxml @@ -28,7 +28,7 @@ {{list[2].text}} diff --git a/miniprogram/custom-tab-bar/index.wxss b/miniprogram/custom-tab-bar/index.wxss index 4ab6f933..98036655 100644 --- a/miniprogram/custom-tab-bar/index.wxss +++ b/miniprogram/custom-tab-bar/index.wxss @@ -114,8 +114,8 @@ /* ===== 找伙伴特殊按钮图标 ===== */ .special-icon { - width: 56rpx; - height: 56rpx; + width: 80rpx; + height: 80rpx; display: block; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%); }