From 8f9242a0cfc60fa3718c93123282fcb2b8dbf7fa Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 25 三月 2024 18:00:53 +0800
Subject: [PATCH] 答题器bug修改,设置功能

---
 packageBookService/pages/bookServices/examination/questionList/index.wxss |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxss b/packageBookService/pages/bookServices/examination/questionList/index.wxss
index 0e45e42..f6efb94 100644
--- a/packageBookService/pages/bookServices/examination/questionList/index.wxss
+++ b/packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -51,16 +51,21 @@
   background-color: #F9F9F9;
 }
 
+.night {
+  background-color: #000;
+  color: #ffffff;
+}
+
 .radio-active {
   background-color: #fff0e6;
 }
 
 .radio-correct {
-  background-color: #EAF7EE;
+  background-color: #EAF7EE !important;
 }
 
 .radio-error {
-  background-color: #FFEBEB;
+  background-color: #FFEBEB !important;
 }
 
 .question-stem image {
@@ -148,8 +153,7 @@
 
 .analysis-title-box {
   display: inline-block;
-  width: 160rpx;
-  height: 52rpx;
+  /* width: 160rpx; */
   white-space: nowrap;
 }
 

--
Gitblit v1.9.1