From b97bfcb85b2ded3b1f380e9a98b54b836faabba5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 28 三月 2025 14:26:35 +0800 Subject: [PATCH] 除过数字教材外的页面的登录迁移 --- 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