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;