|
|
@@ -15,19 +15,21 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <TabBar />
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
import { ref } from 'vue'
|
|
|
import PageTitle from '@/components/PageTitle.vue'
|
|
|
import CustomNav from '@/components/CustomNav.vue'
|
|
|
+import TabBar from '@/components/TabBar.vue'
|
|
|
|
|
|
const title = ref('Hello')
|
|
|
|
|
|
const bannerImages = [
|
|
|
- '/static/logo.png',
|
|
|
- '/static/logo.png',
|
|
|
- '/static/logo.png'
|
|
|
+ '/static/carousel/BHFIIABBCDJII-5kCEkD6zh9.png',
|
|
|
+ '/static/carousel/BHFIIABBDGHEA-wtWLrLS75o.png',
|
|
|
+ '/static/carousel/BHFIIABBHJBAH-yDeckRiiQP.png'
|
|
|
]
|
|
|
|
|
|
const cards = [
|
|
|
@@ -45,15 +47,14 @@ const cards = [
|
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
|
padding-top: calc(var(--status-bar-height) + 44px);
|
|
|
- padding-bottom: 100rpx;
|
|
|
- height: calc(100vh - var(--status-bar-height) - 44px - 100rpx);
|
|
|
+ height: calc(100vh - var(--status-bar-height) - 44px);
|
|
|
background: #f7f8fa;
|
|
|
}
|
|
|
|
|
|
.banner-swiper {
|
|
|
width: 670rpx;
|
|
|
max-width: 100vw;
|
|
|
- height: 300rpx;
|
|
|
+ height: 400rpx;
|
|
|
margin: 20rpx auto 30rpx auto;
|
|
|
border-radius: 16rpx;
|
|
|
overflow: hidden;
|