From dc1b48bb46e5715a5a55ee2c0f60175b849a6b3b Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 09 四月 2024 19:32:30 +0800
Subject: [PATCH] 问题修改

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
index 50a6e03..713cfc9 100644
--- a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
+++ b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
@@ -71,12 +71,16 @@
   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;
 }
@@ -130,6 +134,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 +209,7 @@
 
 .brightness-slider {
   width: 80%;
+  --td-slider-active-color: #ff6c00;
 }
 
 .test-radio {
@@ -208,6 +223,7 @@
 .test-radio image {
   width: 34rpx;
   height: 34rpx;
+  margin-right: 18rpx;
 }
 
 .card {

--
Gitblit v1.9.1