From 21e9efe5aedb2dfd4c51b3ed6158eee2bbb8c9b7 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 25 三月 2024 23:39:56 +0800 Subject: [PATCH] 删除多余文件 --- pages/bookExhibitionList/index.wxss | 55 ++++++++++++++++++++++++++++++------------------------- 1 files changed, 30 insertions(+), 25 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index 7d917bb..555a3e2 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -4,12 +4,10 @@ background-color: #fff; display: flex; align-items: center; - } .navbar-title { white-space: nowrap; - /* overflow: hidden; */ text-overflow: ellipsis; color: #0F1214; font-size: 40rpx; @@ -23,47 +21,42 @@ flex-wrap: wrap; justify-content: space-between; margin: 15px; - - } .contentBox { width: 330rpx; - /* height: 231rpx; */ - /* border: 1px #000 solid; */ margin: 10px 0; background-color: #fff; - } -image { - width: 327rpx; +.contentBox .imageBox { + width: 330rpx; height: 128rpx; +} + + + +image { + width: 100%; + height: 100%; } .textBox { font-family: PingFang SC, PingFang SC; width: 280rpx; - /* height: 75rpx; */ font-size: 25rpx; - overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; - /* text-align: center; */ margin: 20rpx; - } .example-search { - /* width: 300px; */ background-color: #fff; - /* padding: 16rpx 32rpx; */ - } .iconBox { @@ -112,6 +105,8 @@ padding-top: 30rpx; } + + .frameBox { width: 7rpx; height: 54rpx; @@ -121,8 +116,15 @@ .titleTextBox { margin-left: 5px; - width: 150rpx; + width: 200rpx; height: 37rpx; + /*瀹� 3.7 楂�1 */ +} + +.titleTextBox image { + width: 100%; + height: 100%; + image-rendering: -webkit-optimize-contrast; } .classification { @@ -137,17 +139,13 @@ .assembleContent { background-color: #F2F3F8; + min-height: 90vh; } - -/* .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, @@ -169,7 +167,6 @@ .t-dropdown-menu__item--active { height: 68rpx !important; background: #F6F6F6 !important; - /* border-radius: 40rpx 40rpx 0 0; */ } .t-dropdown-menu__item--active, @@ -201,8 +198,16 @@ /* background-color: #FF6C00 !important; */ /* } */ -/* .menu--t-dropdown-menu::after { +/* + */ +.menu--t-dropdown-menu::after { background-color: var(--td-component-border, var(--td-gray-color-4, #fff)) !important; } - */ \ No newline at end of file + +.noData { + /* display: flex; + justify-content: center; */ + margin: 0 auto; + margin-top: 100rpx; +} \ No newline at end of file -- Gitblit v1.9.1