From 719ff431930167c6cc0d971adfca9ce46a49760b Mon Sep 17 00:00:00 2001 From: wangyetao <2898314561@qq.com> Date: Fri, 24 Oct 2025 11:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=85=A5footerbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/deepMate/deepMate.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue index 0aa7b15..79e9011 100644 --- a/pages/deepMate/deepMate.vue +++ b/pages/deepMate/deepMate.vue @@ -148,6 +148,7 @@ const { safeAreaInsets } = uni.getSystemInfoSync(); import { ref, computed, onMounted, onUnmounted, watch, nextTick } from "vue"; +import footerBar from '../../components/footerBar-cn' const type = ref('member') @@ -516,7 +517,9 @@ const scrollToTop = () => { .recommend-card { background: url("https://d31zlh4on95l9h.cloudfront.net/images/4da1d629a55c307c3605ca15bf15189a.svg"); background-repeat: no-repeat; - background-size: 100% 100%; + background-position: center bottom; + background-size: contain; + /* min-height: 20rpx; */ /* border-radius: 20rpx; */ padding: 40rpx; margin-top: 20rpx;