From 892efc9976feb68ce1a3a4d759317e2585d67ebe Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期六, 07 九月 2024 18:16:18 +0800 Subject: [PATCH] bug修改 --- pages/digitalTextbooks/index.wxss | 52 +++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 41 insertions(+), 11 deletions(-) diff --git a/pages/digitalTextbooks/index.wxss b/pages/digitalTextbooks/index.wxss index 9bfdfd0..0be4cab 100644 --- a/pages/digitalTextbooks/index.wxss +++ b/pages/digitalTextbooks/index.wxss @@ -9,29 +9,53 @@ height: 100%; } +.back-icon { + width: 48rpx; + height: 100%; +} .nacigationBar { display: flex; align-items: center; --td-search-font-size: 28rpx; margin-bottom: 30rpx; + padding-left: 10rpx; } +.t-search__input-box { + height: 70rpx !important; +} -.nacigationBar .t-icon-base { +.t-icon-search { 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__item--active { color: #FF6C00 !important; @@ -61,7 +85,6 @@ .titleBox { display: flex; align-items: center; - margin: 10px; margin-left: 0; padding-top: 30rpx; } @@ -75,9 +98,16 @@ .titleTextBox { margin-left: 15px; - width: 180rpx; + width: 200rpx; height: 36rpx; + font-family: "JDLANGZHENGTI"; /*瀹� 3.7 楂�1 */ +} + + + +.titleTextBox view { + font-size: 32rpx; } .titleTextBox image { @@ -202,7 +232,6 @@ margin: 0 20rpx; height: 75rpx; color: #333; - font-size: 28rpx; font-weight: 700; word-break: break-all; @@ -221,6 +250,7 @@ overflow: hidden; text-overflow: ellipsis; text-align: left; + width: 150rpx; } .price { -- Gitblit v1.9.1