闫增涛
2024-03-20 ecbc81c918a288dc752b1634b3f545f795d992aa
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -1,7 +1,7 @@
/* pages/bookServices/examination/questionList/index.wxss */
.question-list {
  width: 100%;
  height: 90%;
  width: 95%;
  height: 86%;
  padding: 20rpx;
  background-color: #ffffff;
  border-radius: 20rpx;
@@ -113,7 +113,7 @@
.analysis-answer {
  display: flex;
  justify-content: space-between;
  /* justify-content: space-between; */
}
.answer-correct {
@@ -124,6 +124,15 @@
  color: #EE1818;
}
.marginL {
  margin-left: 140rpx;
}
.answer-center {
  display: flex;
  align-items: center;
}
.answer-text {
  font-size: 40rpx;
}