From 4c29b79d485d68d506e798f4fd381232ebc55a86 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期六, 14 九月 2024 11:27:33 +0800 Subject: [PATCH] bug --- pages/digitalCourses/index.wxss | 35 +++++++++++++++++++++++++++++++---- 1 files changed, 31 insertions(+), 4 deletions(-) diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss index 9795663..d1b5649 100644 --- a/pages/digitalCourses/index.wxss +++ b/pages/digitalCourses/index.wxss @@ -1,11 +1,24 @@ /* pages/digitalCourses/index.wxss */ @import "./index.skeleton.wxss"; +page { + background-color: #f7f7f7; +} + image { width: 100%; height: 100%; } +.back-icon { + width: 48rpx; + height: 100%; +} + +.back-icon image { + width: 100%; + height: 100%; +} .nacigationBar { display: flex; @@ -35,13 +48,22 @@ .dropdown { z-index: 1; width: 29vw; - box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1); + /* 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 .t-tabs__track { @@ -62,7 +84,7 @@ background-position: 100% 100%; */ background-image: url(https://jsek.bnuic.com/home/image/click-icon.png); background-position: 90% center; - background-size: 25% 50%; + background-size: 35%; /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */ } @@ -121,6 +143,7 @@ } .book-name { + height: 76rpx; color: #333; font-size: 28rpx; font-weight: 700; @@ -175,13 +198,17 @@ color: #AEAFC0; } +.content-loading { + margin-top: 100rpx; +} + .outsideContentBox { /* padding: 30rpx; */ background: #F2F3F8; border-radius: 18rpx 18rpx 18rpx 18rpx; /* padding-bottom: 325rpx; */ - height: calc(100vh - 450rpx); + height: calc(100vh - 410rpx); /* width: calc(100vw - 60rpx); */ -} \ No newline at end of file +} -- Gitblit v1.9.1