From 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 03 一月 2025 16:57:38 +0800 Subject: [PATCH] 111 --- packageCourse/components/studentManage/index.wxss | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/packageCourse/components/studentManage/index.wxss b/packageCourse/components/studentManage/index.wxss index 4d35761..e9ccc12 100644 --- a/packageCourse/components/studentManage/index.wxss +++ b/packageCourse/components/studentManage/index.wxss @@ -1,4 +1,14 @@ /* packageCourse/pages/course/index.wxss */ +.custom-css { + --td-button-default-disabled-bg: #ccc; + --td-button-default-bg-color: #67c23a; + --td-button-default-border-color: #67c23a; +} + +.custom-tabs { + --td-tab-item-active-color: #ff6d00; + --td-tab-track-color: #ff6d00; +} .demo-section__content { margin-top: 32rpx; @@ -7,8 +17,8 @@ .contentBox { width: 100%; - height: calc(100vh - env(safe-area-inset-bottom)); - background-color: #eee; + height: 100%; + background-color: #fff; font-size: 28rpx; } @@ -48,6 +58,14 @@ background-color: #fff; } +.tabComtyent { + width: 100%; +} + +.tabComtyent .t-tabs__item--active { + color: #ff6d00 !important; +} + .header .t-search__input-box { height: 70rpx !important; font-size: 28rpx; @@ -55,7 +73,7 @@ .contentList { width: 100%; - height: calc(100% - 55px); + height: calc(100% - 55px - 48px - 48px); background-color: #fff; } @@ -120,6 +138,18 @@ right: 0; } +.navBottom { + width: 100%; + height: 46px; + background-color: #fff; + display: flex; + justify-content: space-between; + align-items: center; + border-top: 1rpx solid #eee; + padding: 0 10px; + box-sizing: border-box; +} + /* gujia */ .group { -- Gitblit v1.9.1