闫增涛
2024-04-15 cb6bb8bda31df75afe5a5bd50fe8e3ff6a3d34e2
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;
}
@@ -132,6 +136,16 @@
  color: #fff;
}
.error-box-color {
  background-color: #EE1818 !important;
  color: #fff !important;
}
.correct-box-color {
  background-color: #1FBC1F !important;
  color: #fff !important;
}
.un-answered {
  background-color: #F1F3F8;
  color: #B4B6BD;