From a9c680d3fcde05afbbca0bb03f95e75027608b22 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期六, 07 九月 2024 15:47:59 +0800 Subject: [PATCH] btn --- pages/digitalCourses/index.wxss | 39 ++++++++++++++++++++++++++++++++------- 1 files changed, 32 insertions(+), 7 deletions(-) diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss index 1b15ed5..884363b 100644 --- a/pages/digitalCourses/index.wxss +++ b/pages/digitalCourses/index.wxss @@ -6,6 +6,15 @@ height: 100%; } +.back-icon { + width: 48rpx; + height: 100%; +} + +.back-icon image { + width: 100%; + height: 100%; +} .nacigationBar { display: flex; @@ -23,15 +32,30 @@ font-size: 38rpx; } - -.custom-tabs { - margin-bottom: 32rpx; +.heardTab { + display: flex; + justify-content: space-between; } -.custom-panel { - /* height: ; */ - height: calc(100vh - 300rpx); - color: var(--td-text-color-primary); +.tabBox { + width: 70vw +} + +.dropdown { + z-index: 1; + width: 29vw; + /* box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1); */ + box-shadow: -2px 2px 7px -4px rgba(0, 0, 0, 0.1); +} + +.t-dropdown-menu__item--active, +.t-radio__icon--checked, +.t-checkbox__icon--checked { + color: #FF6C00 !important +} + +.t-dropdown-menu:after { + height: 0 !important; } .t-tabs .t-tabs__track { @@ -111,6 +135,7 @@ } .book-name { + height: 76rpx; color: #333; font-size: 28rpx; font-weight: 700; -- Gitblit v1.9.1