From 006a2ecb6430146cea3afdf353938043c231e5fc Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 21 三月 2024 14:34:44 +0800 Subject: [PATCH] 修改购物车等 --- pages/bookExhibitionList/index.wxss | 51 ++++++++++++++++++++++++--------------------------- 1 files changed, 24 insertions(+), 27 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index 7d917bb..3b28263 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,12 @@ .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, @@ -169,7 +166,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 +197,9 @@ /* 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 +} \ No newline at end of file -- Gitblit v1.9.1