Browse Source

增加导入footerbar

wangyi/feature-20251022162725-启动页登录注册
wangyetao 1 month ago
parent
commit
719ff43193
  1. 5
      pages/deepMate/deepMate.vue

5
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;

Loading…
Cancel
Save