From 46a0c082ee5b737a7cbaa3a6b33074a25806235d Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 28 五月 2025 09:05:54 +0800
Subject: [PATCH] 商品列表
---
pages/tabbar/index/home.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue
index b8f2587..bbbe33b 100644
--- a/pages/tabbar/index/home.vue
+++ b/pages/tabbar/index/home.vue
@@ -81,6 +81,7 @@
</view>
</swiper-item>
</swiper>
+ <custom-tabbar bgColor="#333333" selected="index" selectedTextColor="#ffffff"></custom-tabbar>
</view>
</template>
@@ -233,6 +234,9 @@
</script>
<style scoped>
+ ::v-deep .custom-tabbar {
+ border-top: none !important;
+ }
.video-container {
width: 100%;
height: 100vh;
@@ -253,7 +257,7 @@
.video-info {
width: 70%;
position: absolute;
- bottom: 50px;
+ bottom: 70px;
left: 20px;
color: #f8f8f8;
z-index: 10;
@@ -320,7 +324,7 @@
/* 鍟嗗搧閾炬帴鎮寕灞傛牱寮� */
.goods-link-warp {
position: absolute;
- bottom: 100px;
+ bottom: 160px;
left: 20px;
color: #f8f8f8;
z-index: 10;
--
Gitblit v1.8.0