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