闫增涛
2024-03-29 1e9c2bd06ab6851ed85b883c62cb7d74e012e2b2
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -1,7 +1,7 @@
/* pages/bookServices/examination/questionList/index.wxss */
.question-list {
  width: 95%;
  height: 85%;
  height: calc(100vh - 300px);
  padding: 20rpx;
  background-color: #ffffff;
@@ -12,6 +12,10 @@
.question-title {
  font-size: 28rpx;
  margin-bottom: 20rpx;
}
.title-content {
  margin-left: 10rpx;
}
.title-name {
@@ -52,6 +56,10 @@
  background-color: #F9F9F9;
}
.radio-item text {
  height: min-content;
}
.night {
  background-color: #000;
  color: #ffffff;
@@ -70,17 +78,10 @@
}
.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;
@@ -226,9 +227,24 @@
.judge-rich-box {
  display: flex;
  align-items: center;
}
.t-checkbox {
  display: flex;
  align-items: center;
}
.check-rich-box {
  display: flex;
  align-items: center;
}
.check-rich-box text {
  height: min-content;
}
.radio-textimg {
  display: inline-block;
  width: calc(100% - 90rpx);
}