yiming
2024-04-12 4bc1c36faeec2f90e5acfa836732e49fe0b245e9
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -228,7 +228,8 @@
}
.judge-rich-box {
  height: 100%;
  min-height: 104rpx;
  /* height: 100%; */
  display: flex;
  align-items: center;
}
@@ -247,8 +248,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);
}