From 20a26aa0c12c05c3f96afc163c6532c6b1b5cf8e Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 21 三月 2024 09:24:01 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/bookExhibitionList/index.wxss | 152 +++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 129 insertions(+), 23 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index f313307..7d917bb 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -1,5 +1,21 @@ /* pages/bookExhibitionList/index.wxss */ +.nacigationBar { + background-color: #fff; + display: flex; + align-items: center; + +} + +.navbar-title { + white-space: nowrap; + /* overflow: hidden; */ + text-overflow: ellipsis; + color: #0F1214; + font-size: 40rpx; + font-weight: bold; + margin-bottom: 5rpx; +} .outside { @@ -7,54 +23,56 @@ flex-wrap: wrap; justify-content: space-between; margin: 15px; + + } .contentBox { width: 330rpx; - height: 130rpx; + /* height: 231rpx; */ /* border: 1px #000 solid; */ margin: 10px 0; + background-color: #fff; } image { - width: 100%; - height: 85%; + width: 327rpx; + height: 128rpx; } .textBox { + font-family: PingFang SC, PingFang SC; + width: 280rpx; + /* height: 75rpx; */ + font-size: 25rpx; - width: 320rpx; - font-size: 20rpx; - /* display: flex; - justify-content: center; */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; - -webkit-line-clamp: 1; - text-align: center; + -webkit-line-clamp: 2; + /* text-align: center; */ + margin: 20rpx; } .example-search { - width: 300px; + /* width: 300px; */ background-color: #fff; /* padding: 16rpx 32rpx; */ + } .iconBox { transform: rotate(90deg); - /* margin: 10px; - margin-right: 20px; */ - margin-left: 30rpx; + margin-left: 10rpx; } .swapRight { - /* margin-right: 10px; */ - + height: 20rpx; } .swapLeft { @@ -62,41 +80,129 @@ } .sortBox { + color: #999999; display: flex; - border-bottom: 1px #ededed solid; align-items: center; height: 86rpx; width: 195rpx; + margin-top: 8rpx; + font-size: 25rpx; } +.outsideSortBox { + width: 96rpx; + height: 95rpx; + margin: 0 15rpx; + box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16); + padding: 0 10rpx; +} +.sortBox text { + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 25rpx; + color: #999999; +} .titleBox { display: flex; + align-items: center; margin: 10px; margin-left: 0; + padding-top: 30rpx; } .frameBox { - width: 13rpx; + width: 7rpx; height: 54rpx; background: #FF6C00; border-radius: 0rpx 9rpx 9rpx 0rpx; - } .titleTextBox { - font-size: 20px; - font-weight: bolder; - margin-left: 10px; - font-family: JDLangZhengTi, JDLangZhengTi; + margin-left: 5px; + width: 150rpx; + height: 37rpx; } .classification { width: 550rpx; + margin: 0 30rpx; } .menuBox { display: flex; + height: 75rpx; +} -} \ No newline at end of file +.assembleContent { + background-color: #F2F3F8; +} + +/* .t-dropdown-menu__item--active { + color: #0F1214; +} */ + +.t-dropdown-menu:after, +.t-dropdown-menu::after { + height: 0px; +} + + +.t-dropdown-item__body, +.t-dropdown-item__footer, +.t-radio { + background: #F6F6F6 !important; +} + +.t-dropdown-item__body { + padding: 40rpx 0; +} + +.t-dropdown-menu__item { + margin: 10rpx 10rpx 0 10rpx; + border-radius: 40rpx; + height: 68rpx; + background: #F6F6F6 !important; +} + +.t-dropdown-menu__item--active { + height: 68rpx !important; + background: #F6F6F6 !important; + /* border-radius: 40rpx 40rpx 0 0; */ +} + +.t-dropdown-menu__item--active, +.t-radio__icon--checked, +.t-checkbox__icon--checked { + color: #FF6C00 !important +} + +.t-checkbox__icon--disabled { + color: #c0c4cc !important; +} + +.t-radio--block { + padding: 20rpx !important; +} + +.t-radio__border { + height: 0 !important; +} + +/* .t-button--primary { + color: #fff !important; + background-color: #FF6C00 !important; + +} + +.t-button--light { + color: #fff !important; + /* background-color: #FF6C00 !important; */ +/* } */ + +/* .menu--t-dropdown-menu::after { + background-color: var(--td-component-border, var(--td-gray-color-4, #fff)) !important; + +} + */ \ No newline at end of file -- Gitblit v1.9.1