From 326467df08eb1af36cce83ac161addaa947e2e82 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 29 三月 2024 19:31:17 +0800 Subject: [PATCH] css --- packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss | 37 +++++++++++++++++++++++++------------ 1 files changed, 25 insertions(+), 12 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss b/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss index ed954c7..9dcae05 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; @@ -31,12 +36,18 @@ .top-btn { display: flex; justify-content: space-evenly; + align-items: center; padding: 0 0 20rpx 15rpx; 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; } @@ -57,6 +68,10 @@ .practice-btn text { font-size: 28rpx; +} + +.error-btn { + margin-left: 10rpx; } .paper-btn, @@ -108,7 +123,7 @@ /* 妯悜甯冨眬 */ .horizontal-box { - width: 350rpx; + width: 338rpx; display: flex; align-items: center; margin: 32rpx; @@ -137,10 +152,6 @@ height: 68rpx; } -.radio-content image { - margin: 0 10rpx 10rpx 0; -} - .mock-data { padding: 0 32rpx; } @@ -150,8 +161,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 { @@ -178,11 +194,6 @@ align-items: center; } -.mack-state { - width: 94rpx; - height: 42rpx; -} - .mock-score { font-size: 28rpx; color: #ff6c00; @@ -194,10 +205,12 @@ } .state-pad { - width: 80rpx; + white-space: nowrap; + width: 90rpx; border-radius: 10rpx; display: inline-block; padding: 10rpx; + text-align: center; } .complete { -- Gitblit v1.9.1