From e4f61bb43673d0934b549fc865f228188aa03528 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 27 三月 2024 15:59:30 +0800 Subject: [PATCH] 调整登录 --- custom-tab-bar/index.wxss | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss index 3b855f5..b6b71b6 100644 --- a/custom-tab-bar/index.wxss +++ b/custom-tab-bar/index.wxss @@ -6,4 +6,44 @@ .custom-tab-bar-wrapper .text { font-size: 20rpx; + margin-top: 10rpx; } + +.tabBarBox { + display: flex; + padding-bottom: env(safe-area-inset-bottom); + background-color: #fff; + /* opacity: 1; */ +} + +.tabItem { + flex: 1; + height: var(--td-tab-bar-height, 88rpx); + box-sizing: border-box; + user-select: none; + position: relative; + 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; +} + +.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