litian
2024-03-15 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a
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%;
}
/* 解析 */
.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;
}