From db223d2a8c6ac6f480d5282f8e6b57c662005050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 20 Sep 2025 10:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=96=E7=95=94=E7=A4=BE=E5=8C=BA=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87=20=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E7=99=BB=E5=BD=95=E9=A1=B5=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/list/index.css | 10 ++++++++++ packages/community/list/index.vue | 3 +++ pages/login/login.css | 6 +++++- pages/login/login.vue | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/packages/community/list/index.css b/packages/community/list/index.css index b41fb7df..33e5a41d 100644 --- a/packages/community/list/index.css +++ b/packages/community/list/index.css @@ -7,6 +7,16 @@ page { background-color: #f6f7fb; } +.top{ + height: 300rpx; + width: 100%; + margin-bottom: 20rpx; +} + +.top image { + border-radius: 12rpx; +} + .community-list-container { padding: 20rpx; } diff --git a/packages/community/list/index.vue b/packages/community/list/index.vue index 2268d855..f2d93cc4 100644 --- a/packages/community/list/index.vue +++ b/packages/community/list/index.vue @@ -1,5 +1,8 @@