From 7eea32a9a7a034e951468bea279688e8db5c1c98 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 09 九月 2024 14:31:51 +0800 Subject: [PATCH] bug --- pages/digitalTextbooks/index.wxss | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 44 insertions(+), 11 deletions(-) diff --git a/pages/digitalTextbooks/index.wxss b/pages/digitalTextbooks/index.wxss index a8d8c94..df77e5c 100644 --- a/pages/digitalTextbooks/index.wxss +++ b/pages/digitalTextbooks/index.wxss @@ -3,12 +3,19 @@ /* pages/digitalCourses/index.wxss */ +page { + background-color: #f7f7f7; +} image { width: 100%; height: 100%; } +.back-icon { + width: 48rpx; + height: 100%; +} .nacigationBar { display: flex; @@ -26,16 +33,36 @@ 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); +} + +.dropdown .t-radio__title { + font-size: 28rpx; +} + +.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__item--active { color: #FF6C00 !important; @@ -52,7 +79,7 @@ background-position: 100% 100%; */ background-image: url(https://jsek.bnuic.com/home/image/click-icon.png); background-position: 85% center; - background-size: 20% 50%; + background-size: 35%; /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */ } @@ -65,7 +92,6 @@ .titleBox { display: flex; align-items: center; - margin: 10px; margin-left: 0; padding-top: 30rpx; } @@ -79,9 +105,16 @@ .titleTextBox { margin-left: 15px; - width: 180rpx; + width: 200rpx; height: 36rpx; + font-family: "JDLANGZHENGTI"; /*瀹� 3.7 楂�1 */ +} + + + +.titleTextBox view { + font-size: 32rpx; } .titleTextBox image { @@ -264,7 +297,7 @@ background: #F2F3F8; border-radius: 18rpx 18rpx 18rpx 18rpx; /* padding-bottom: 325rpx; */ - height: calc(100vh - 450rpx); + height: calc(100vh - 410rpx); /* width: calc(100vw - 60rpx); */ -- Gitblit v1.9.1