litian
2024-04-09 dc1b48bb46e5715a5a55ee2c0f60175b849a6b3b
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 {