From 5ca38e4ef60e35f08e87d6569b72c25433c311ca Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 26 三月 2024 17:05:14 +0800 Subject: [PATCH] 答题器bug修改,添加请求地址 --- pages/bookExhibitionList/index.wxss | 72 +++++++++++++++++++++--------------- 1 files changed, 42 insertions(+), 30 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index 7d917bb..48e3255 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, @@ -190,19 +187,34 @@ height: 0 !important; } -/* .t-button--primary { +.t-button--primary { color: #fff !important; background-color: #FF6C00 !important; - + border: 1rpx #fff solid !important; } .t-button--light { - color: #fff !important; - /* background-color: #FF6C00 !important; */ -/* } */ + color: #000 !important; + background-color: #fff !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 { + + margin: 0 auto; + margin-top: 100rpx; +} + +.t-checkbox--tag .t-checkbox__title--checked { + color: var(--td-checkbox-tag-active-color, var(--td-brand-color, var(--td-primary-color-7, #fff))) !important; +} + +.t-checkbox--tag.t-checkbox--checked { + color: var(--td-checkbox-tag-active-color, var(--td-brand-color, var(--td-primary-color-7, #fff))) !important; + background-color: var(--td-checkbox-tag-active-bg-color, var(--td-brand-color-light, var(--td-primary-color-1, #FF6C00))) !important; +} \ No newline at end of file -- Gitblit v1.9.1