From aa2c08b3be23a01d44205b2c19d21a2bf53f944f Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 01 四月 2024 16:15:38 +0800 Subject: [PATCH] 图书服务列表、详情页bug修改 --- packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss | 31 ++++++++++++++++++++++++------- 1 files changed, 24 insertions(+), 7 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss b/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss index 34496b5..0fe64c9 100644 --- a/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss +++ b/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss @@ -13,6 +13,11 @@ background-color: #FFF6F0; } +.list-title { + display: flex; + align-items: center; +} + .list-title image { width: 34rpx; height: 38rpx; @@ -36,8 +41,13 @@ border-bottom: 1px solid #EFF0F1; } +.btn-content { + display: flex; + align-items: center; +} + .top-btn image { - margin-top: 20rpx; + margin-right: 4rpx; width: 36rpx; height: 36rpx; } @@ -66,11 +76,16 @@ .paper-btn, .error-btn, -.collect-btn { +.collect-btn, +.buy-mock-btn { --td-button-default-bg-color: #fff; --td-button-default-color: #0F1214; --td-button-default-active-bg-color: #fff0e6; --td-button-medium-font-size: 28rpx +} + +.buy-mock-btn { + --td-button-default-color: #ff6c00; } @@ -113,7 +128,7 @@ /* 妯悜甯冨眬 */ .horizontal-box { - width: 350rpx; + width: 338rpx; display: flex; align-items: center; margin: 32rpx; @@ -142,10 +157,6 @@ height: 68rpx; } -.radio-content image { - margin: 0 10rpx 10rpx 0; -} - .mock-data { padding: 0 32rpx; } @@ -155,8 +166,13 @@ height: 100rpx; display: flex; align-items: center; + justify-content: space-between; color: #333; font-size: 28rpx; +} + +.mack-num button { + margin: 0; } .mock-list-box { @@ -217,6 +233,7 @@ flex-direction: column; align-items: center; justify-content: center; + padding-bottom: 50rpx; } .not-mock image { -- Gitblit v1.9.1