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; /* 在灰底之上、内容之下 */