From 730e6977987ab2b784eb7009c515480dce012310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 3 Sep 2025 17:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E6=88=BF?= =?UTF-8?q?=E4=BA=A7=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=A1=B6=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/myCommunity/index.css | 33 ++++++++++++++++++++++++ packages/community/myCommunity/index.vue | 22 ++++++++++++---- pages.json | 4 +-- 3 files changed, 52 insertions(+), 7 deletions(-) diff --git a/packages/community/myCommunity/index.css b/packages/community/myCommunity/index.css index 63a427de..4886b38c 100644 --- a/packages/community/myCommunity/index.css +++ b/packages/community/myCommunity/index.css @@ -4,6 +4,39 @@ page { overflow-y: hidden; } +.searchBox { + padding-bottom: 24rpx; + background-color: #fff; + margin-top: 105rpx; +} + +.searchBox_add { + height: 100%; + width: 100%; + display: flex; +} + +.searchBox_left { + flex: 1; + display: flex; + align-items: center; + padding-left: 20rpx; +} + +.searchBox_mid { + flex: 1; + font-size: 40rpx; + color: #222222; + text-align: center; + display: flex; + align-items: center; + justify-content: center; +} + +.searchBox_right { + flex: 1; +} + .container { min-height: 100vh; } diff --git a/packages/community/myCommunity/index.vue b/packages/community/myCommunity/index.vue index 2bc6cbd8..cbf0a229 100644 --- a/packages/community/myCommunity/index.vue +++ b/packages/community/myCommunity/index.vue @@ -1,10 +1,18 @@