diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue
index 3a54ad6..af454df 100644
--- a/pages/deepMate/deepMate.vue
+++ b/pages/deepMate/deepMate.vue
@@ -57,10 +57,10 @@
+
+ {{ tab }}
+
+ -->
@@ -81,8 +81,10 @@
>
+
+
+
+
@@ -913,6 +917,19 @@ const onBackTopClick = () => {
/* box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05); */
}
+.welcome-section{
+ /* 灰色卡片(recommend-card)之后展示背景图 */
+ margin-top: 10rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: url('https://d31zlh4on95l9h.cloudfront.net/images/eca84d9fb54712cb3bc6c6174773b83b.svg');
+ background-repeat: no-repeat;
+ background-position: center top; /* 放在容器顶部,正好在灰色卡片下方 */
+ background-size: 80% auto; /* 缩放以适配宽度 */
+ height: 460rpx; /* 提供可视高度,让背景图可见 */
+}
+
.card-content {
display: flex;
align-items: center;