From 5ca38e4ef60e35f08e87d6569b72c25433c311ca Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 17:05:14 +0800
Subject: [PATCH] 答题器bug修改,添加请求地址

---
 custom-tab-bar/index.wxss |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss
index ebc4be3..ffad08d 100644
--- a/custom-tab-bar/index.wxss
+++ b/custom-tab-bar/index.wxss
@@ -7,4 +7,43 @@
 .custom-tab-bar-wrapper .text {
   font-size: 20rpx;
   margin-top: 10rpx;
+}
+
+.tabBarBox {
+  display: flex;
+  padding-bottom: 50rpx;
+  background-color: #fff;
+  /* opacity: 1; */
+}
+
+.tabItem {
+  flex: 1;
+  height: var(--td-tab-bar-height, 80rpx);
+  box-sizing: border-box;
+  user-select: none;
+  position: relative;
+  margin-bottom: 26rpx;
+  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;
+}
+
+.text {
+  font-size: 20rpx;
+  text-align: center;
+  color: #9D9D9D;
+}
+
+.activeText {
+  color: #ff6d00;
+}
+
+.tabImg {
+  text-align: center;
+}
+
+.roleIcon {
+  position: relative;
+  bottom: 30px;
+  z-index: 999;
 }
\ No newline at end of file

--
Gitblit v1.9.1