From ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 26 六月 2024 15:02:28 +0800
Subject: [PATCH] 小程序,教材,课程

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
index 50a6e03..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,23 +65,28 @@
 }
 
 .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;
 }
 
-.explain-un-answered {
+.explain-un-answered,
+.correct-box,
+.error-box {
   margin-left: 80rpx;
 }
 
 .explain-answered,
-.explain-un-answered {
+.explain-un-answered,
+.correct-box,
+.error-box {
   display: flex;
   align-items: center;
 }
@@ -108,7 +118,7 @@
 }
 
 .question-list {
-  margin: 46rpx 0 64rpx 0;
+  margin: 8rpx 0 66rpx 0;
   display: flex;
   flex-wrap: wrap;
 }
@@ -130,6 +140,16 @@
 .answered {
   background-color: #FF6C00;
   color: #fff;
+}
+
+.error-box-color {
+  background-color: #EE1818 !important;
+  color: #fff !important;
+}
+
+.correct-box-color {
+  background-color: #1FBC1F !important;
+  color: #fff !important;
 }
 
 .un-answered {
@@ -195,6 +215,7 @@
 
 .brightness-slider {
   width: 80%;
+  --td-slider-active-color: #ff6c00;
 }
 
 .test-radio {
@@ -208,6 +229,7 @@
 .test-radio image {
   width: 34rpx;
   height: 34rpx;
+  margin-right: 18rpx;
 }
 
 .card {

--
Gitblit v1.9.1