From e8ec903206cb82e4dbb4687291d5f7788e7ff046 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 06 五月 2024 18:17:47 +0800
Subject: [PATCH] bug修改

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
index 713cfc9..cd5ee68 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,6 +38,7 @@
 .popup-block {
   width: 100vw;
   height: 700rpx;
+  padding-bottom: 50rpx;
   background: #fff;
   border-top-left-radius: 16rpx;
   border-top-right-radius: 16rpx;
@@ -60,12 +65,13 @@
 }
 
 .question-title {
-  margin-top: 40rpx;
+  /* margin-top: 40rpx; */
   display: flex;
   align-items: center;
 }
 
 .question-explain {
+  height: 100rpx;
   padding-right: 40rpx;
   display: flex;
   justify-content: flex-end;
@@ -112,7 +118,7 @@
 }
 
 .question-list {
-  margin: 46rpx 0 64rpx 0;
+  margin: 8rpx 0 66rpx 0;
   display: flex;
   flex-wrap: wrap;
 }

--
Gitblit v1.9.1