From 80921e1122d8dcf8d0080015b00b8df5cadb90e6 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 06 九月 2024 11:47:50 +0800
Subject: [PATCH] study

---
 packageBookService/pages/bookServices/examination/questionOptions/index.wxss |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
index 45afba8..218491b 100644
--- a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
+++ b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
@@ -18,6 +18,10 @@
   color: #010101;
 }
 
+.li-option image {
+  margin-bottom: 16rpx;
+}
+
 .page-bottom image {
   width: 36rpx;
   height: 36rpx;
@@ -34,7 +38,7 @@
 .popup-block {
   width: 100vw;
   height: 700rpx;
-  padding-bottom: 50rpx;
+  padding-bottom: 100rpx;
   background: #fff;
   border-top-left-radius: 16rpx;
   border-top-right-radius: 16rpx;
@@ -56,7 +60,8 @@
 
 .question-card-list {
   padding: 0 20rpx;
-  height: 100%;
+  margin-bottom: 100rpx;
+  height: 500rpx;
   overflow-y: auto;
 }
 
@@ -67,6 +72,7 @@
 }
 
 .question-explain {
+  height: 100rpx;
   padding-right: 40rpx;
   display: flex;
   justify-content: flex-end;
@@ -113,7 +119,7 @@
 }
 
 .question-list {
-  margin: 8rpx 0 66rpx 0;
+  margin: 8rpx 0;
   display: flex;
   flex-wrap: wrap;
 }
@@ -123,7 +129,7 @@
   justify-content: center;
   align-items: center;
   margin: 38rpx 20rpx 0 0;
-  width: 126rpx;
+  width: 120rpx;
   height: 62rpx;
   font-size: 34rpx;
 }

--
Gitblit v1.9.1