From 2f9305515c7264637164c9e03c2840f4219ca1e3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 05 七月 2024 11:46:01 +0800
Subject: [PATCH] kong,

---
 packageBookService/pages/bookServices/examination/questionOptions/index.wxss |   84 +++++++++++++++++++++++++++++++++++++++---
 1 files changed, 78 insertions(+), 6 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.wxss b/packageBookService/pages/bookServices/examination/questionOptions/index.wxss
index d1c5f70..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,6 +38,7 @@
 .popup-block {
   width: 100vw;
   height: 700rpx;
+  padding-bottom: 100rpx;
   background: #fff;
   border-top-left-radius: 16rpx;
   border-top-right-radius: 16rpx;
@@ -55,28 +60,34 @@
 
 .question-card-list {
   padding: 0 20rpx;
-  height: 100%;
+  margin-bottom: 100rpx;
+  height: 500rpx;
   overflow-y: auto;
 }
 
 .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 +119,7 @@
 }
 
 .question-list {
-  margin: 46rpx 0 64rpx 0;
+  margin: 8rpx 0;
   display: flex;
   flex-wrap: wrap;
 }
@@ -118,7 +129,7 @@
   justify-content: center;
   align-items: center;
   margin: 38rpx 20rpx 0 0;
-  width: 126rpx;
+  width: 120rpx;
   height: 62rpx;
   font-size: 34rpx;
 }
@@ -130,6 +141,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 {
@@ -184,4 +205,55 @@
 
 .score-color {
   color: #ff6c00;
+}
+
+.brightness {
+  display: flex;
+  justify-content: space-evenly;
+  align-items: center;
+  margin-bottom: 40rpx;
+}
+
+.brightness-slider {
+  width: 80%;
+  --td-slider-active-color: #ff6c00;
+}
+
+.test-radio {
+  height: 80rpx;
+  display: flex;
+  justify-content: space-evenly;
+  --td-radio-content-font-size: 28rpx;
+  --td-radio-vertical-padding: 0
+}
+
+.test-radio image {
+  width: 34rpx;
+  height: 34rpx;
+  margin-right: 18rpx;
+}
+
+.card {
+  position: relative;
+  border-radius: 10rpx;
+  overflow: hidden;
+  box-sizing: border-box;
+  /* border: 3rpx solid #ff6c00; */
+  --td-radio-content-color: #0F1214;
+  --td-radio-bg-color: #EFF0F1;
+
+}
+
+.card--active {
+  border-color: #ff6c00;
+  --td-radio-bg-color: #ff6c00;
+  --td-radio-content-color: #fff;
+}
+
+.radio-content {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 300rpx;
+  height: 68rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1