闫增涛
2024-04-09 3b22db15cfc9f3704c4654df9d694ebfc16875bf
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -47,9 +47,8 @@
}
.radio-item {
  max-height: 300rpx;
  min-height: 100rpx;
  padding: 0 32rpx;
  min-height: 98rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
@@ -57,6 +56,7 @@
}
.radio-item text {
  display: inline-block;
  height: min-content;
}
@@ -95,7 +95,7 @@
}
.checkbox-group {
  --td-checkbox-icon-checked-color: #ff6c00;
  --td-checkbox-icon-checked-color: #FF6C00;
}
.t-checkbox {
@@ -137,7 +137,7 @@
}
.marginL {
  margin-left: 140rpx;
  margin-left: 40rpx;
}
.answer-center {
@@ -163,6 +163,7 @@
}
.analysis-text {
  display: flex;
  color: #333333;
  font-size: 28rpx;
  margin-top: 20rpx;
@@ -216,6 +217,7 @@
}
.option-rich-img {
  display: inline-block;
  max-width: 180rpx !important;
  height: auto;
  object-fit: contain;
@@ -226,6 +228,8 @@
}
.judge-rich-box {
  min-height: 104rpx;
  /* height: 100%; */
  display: flex;
  align-items: center;
}
@@ -262,4 +266,14 @@
  --td-button-primary-active-bg-color: #fff0e6;
  --td-button-primary-border-color: #ff6c00;
  --td-button-primary-active-border-color: #ff6c00;
}
.answer-analysis {
  display: inline-block;
  width: 192rpx;
}
.fl-cl {
  display: flex;
  flex-direction: column;
}