yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -94,14 +94,19 @@
  align-items: center;
}
.checkbox-group {
  --td-checkbox-icon-checked-color: #FF6C00;
}
.t-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20rpx;
  --td-checkbox-icon-checked-color: #ff6c00;
}
/* .t-checkbox {
  display: flex;
  align-items: center;
} */
.completion-box {
  display: inline-block;
@@ -228,7 +233,8 @@
}
.judge-rich-box {
  height: 100%;
  min-height: 104rpx;
  /* height: 100%; */
  display: flex;
  align-items: center;
}
@@ -247,8 +253,22 @@
  height: min-content;
}
.audio-play-box {
  margin-left: 10rpx;
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  width: 70rpx;
  height: 70rpx;
}
.TxtAndImage-box {
  display: flex;
  align-items: center;
  min-height: 144rpx;
}
.radio-textimg {
  display: inline-block;
  height: min-content;
  width: calc(100% - 90rpx);
}
@@ -275,4 +295,8 @@
.fl-cl {
  display: flex;
  flex-direction: column;
}
.mh {
  min-height: 104rpx;
}