From 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 15 三月 2024 18:54:04 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/bookServices/examination/questionList/index.wxss |  125 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 125 insertions(+), 0 deletions(-)

diff --git a/pages/bookServices/examination/questionList/index.wxss b/pages/bookServices/examination/questionList/index.wxss
index 691bc42..03185dd 100644
--- a/pages/bookServices/examination/questionList/index.wxss
+++ b/pages/bookServices/examination/questionList/index.wxss
@@ -22,4 +22,129 @@
 
 .title-score {
   color: #000;
+}
+
+.question-stem {
+  font-size: 32rpx;
+  font-weight: bold;
+  display: flex;
+  margin-bottom: 20rpx;
+}
+
+.swiper {
+  min-height: 900rpx;
+
+}
+
+/* 鍗曢�夐 */
+.radio-group {
+  margin-top: 20rpx;
+  --td-radio-vertical-padding: 12rpx
+}
+
+.radio-item {
+  padding: 0 32rpx;
+  min-height: 98rpx;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  background-color: #F9F9F9;
+}
+
+.radio-correct {
+  background-color: #EAF7EE;
+}
+
+.radio-error {
+  background-color: #FFEBEB;
+}
+
+.question-stem image {
+  margin-left: 20rpx;
+  width: 300rpx;
+  object-fit: contain;
+  height: 200rpx;
+}
+
+.title-RichText img {
+  width: 300rpx;
+  height: 200rpx;
+}
+
+
+.question-answer image {
+  margin: 10rpx 0 10rpx 10rpx;
+  width: 180rpx;
+  height: 120rpx;
+}
+
+.fl-center {
+  display: flex;
+  align-items: center;
+}
+
+.checkbox-group {
+  --td-checkbox-icon-checked-color: #ff6c00;
+}
+
+.t-checkbox {
+  display: flex;
+  align-items: center;
+}
+
+.completion-box {
+  display: inline-block;
+}
+
+.title-input {
+  /* display: inline-block; */
+  height: 40rpx;
+  --td-input-vertical-padding: 16rpx
+}
+
+.option-textarea {
+  width: 97%;
+}
+
+/* 瑙f瀽 */
+.analysis {
+  margin-top: 40rpx;
+}
+
+.analysis-answer {
+  display: flex;
+  justify-content: space-between;
+}
+
+.answer-correct {
+  color: #1FBC1F;
+}
+
+.answer-error {
+  color: #EE1818;
+}
+
+.answer-text {
+  font-size: 40rpx;
+}
+
+.answer-correct {
+  display: flex;
+}
+
+.analysis-title-box {
+  display: inline-block;
+  width: 160rpx;
+  height: 52rpx;
+  white-space: nowrap;
+}
+
+.analysis-content {
+  display: inline-block
+}
+
+.analysis-text {
+  color: #333333;
+  font-size: 28rpx;
+  margin-top: 20rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1