闫增涛
2024-03-22 986d4798a9dad75b6ae617e52ea2918dfacd3708
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -32,8 +32,8 @@
}
.swiper {
  min-height: 900rpx;
  /* min-height: 900rpx; */
  height: 100%;
}
/* 单选题 */
@@ -52,7 +52,7 @@
}
.radio-active {
  background-color: #ff6c00;
  background-color: #fff0e6;
}
.radio-correct {
@@ -110,7 +110,7 @@
  width: 97%;
}
/* 解析 */
/* 单选 、多选 解析 */
.analysis {
  margin-top: 40rpx;
}
@@ -122,6 +122,7 @@
.answer-correct {
  color: #1FBC1F;
}
.answer-error {
@@ -160,4 +161,15 @@
  color: #333333;
  font-size: 28rpx;
  margin-top: 20rpx;
}
/* 简单、翻译解析 */
.short-answer-fz {
  font-size: 28rpx;
}
.short-answer-mr {
  margin-top:
    40rpx;
}