From 44c54302581d082f47246c9e0ec17483f8107810 Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Fri, 31 Oct 2025 11:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96deepmate=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/deepMate/deepMate.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue index 1a22a6a..0c23645 100644 --- a/pages/deepMate/deepMate.vue +++ b/pages/deepMate/deepMate.vue @@ -1113,14 +1113,14 @@ async function itemClick(item) { /* min-height: 20rpx; */ /* border-radius: 20rpx; */ padding: 40rpx; - margin-top: 20rpx; + margin-top: 10rpx; margin-bottom: 10rpx; /* box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05); */ } .welcome-section { /* 灰色卡片(recommend-card)之后展示背景图 */ - margin-top: 2rem; + margin-top: 1.5rem; display: flex; align-items: center; justify-content: center; @@ -1445,7 +1445,7 @@ async function itemClick(item) { inset: 0; /* 顶部、底部、左、右都贴合容器 */ width: 100%; - height: 81%; + height: 83%; border-radius: 15rpx; z-index: 1; /* 在灰底之上、内容之下 */