From aff8d054df4a638f399dc8f15d98c19b9c9aa785 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 29 四月 2025 10:11:25 +0800
Subject: [PATCH] 扫码视频播放

---
 custom-tab-bar/index.wxss |   40 +++++++++++++++++++++++++++++++++++++---
 1 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss
index ffad08d..b700af1 100644
--- a/custom-tab-bar/index.wxss
+++ b/custom-tab-bar/index.wxss
@@ -4,6 +4,8 @@
   align-items: center;
 }
 
+
+
 .custom-tab-bar-wrapper .text {
   font-size: 20rpx;
   margin-top: 10rpx;
@@ -11,23 +13,55 @@
 
 .tabBarBox {
   display: flex;
-  padding-bottom: 50rpx;
+  padding-bottom: env(safe-area-inset-bottom);
   background-color: #fff;
   /* opacity: 1; */
+  z-index: 1100;
 }
 
 .tabItem {
   flex: 1;
-  height: var(--td-tab-bar-height, 80rpx);
+  height: var(--td-tab-bar-height, 88rpx);
   box-sizing: border-box;
   user-select: none;
   position: relative;
-  margin-bottom: 26rpx;
+  margin-bottom: 24rpx;
   background-color: var(--td-tab-bar-bg-color, var(--td-bg-color-container, var(--td-font-white-1, #ffffff)));
   padding: 0 24rpx;
   padding-top: 20rpx;
 }
 
+.tabItem:nth-child(1) .tab-images {
+  width: 52rpx;
+  height: 44rpx;
+}
+
+.tabItem:nth-child(2) .tab-images {
+  width: 38rpx;
+  height: 44rpx;
+}
+
+.tabItem:nth-child(3) .tab-images {
+  width: 57rpx;
+  height: 44rpx;
+}
+
+.tabItem:nth-child(4) .tab-images {
+  width: 45rpx;
+  height: 44rpx;
+}
+
+.tabItem:nth-child(5) .tab-images {
+  width: 43rpx;
+  height: 44rpx;
+}
+
+.tab-images .tabImg {
+  width: 100%;
+  height: 100%;
+  margin: 0 auto;
+}
+
 .text {
   font-size: 20rpx;
   text-align: center;

--
Gitblit v1.9.1