From ff30321c35c31e5968a41e839bca60b6e4db7b4a Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 25 三月 2024 17:38:31 +0800
Subject: [PATCH] 项目基础文件优化

---
 packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss b/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss
index ed954c7..d78e74a 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,6 +36,7 @@
 .top-btn {
   display: flex;
   justify-content: space-evenly;
+  align-items: center;
   padding: 0 0 20rpx 15rpx;
   border-bottom: 1px solid #EFF0F1;
 }
@@ -57,6 +63,10 @@
 
 .practice-btn text {
   font-size: 28rpx;
+}
+
+.error-btn {
+  margin-left: 10rpx;
 }
 
 .paper-btn,
@@ -178,11 +188,6 @@
   align-items: center;
 }
 
-.mack-state {
-  width: 94rpx;
-  height: 42rpx;
-}
-
 .mock-score {
   font-size: 28rpx;
   color: #ff6c00;
@@ -194,10 +199,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