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%); }