yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
packageBookService/pages/bookServices/examination/questionOptions/index.wxss
@@ -34,6 +34,7 @@
.popup-block {
  width: 100vw;
  height: 700rpx;
  padding-bottom: 50rpx;
  background: #fff;
  border-top-left-radius: 16rpx;
  border-top-right-radius: 16rpx;
@@ -60,23 +61,28 @@
}
.question-title {
  margin-top: 40rpx;
  /* margin-top: 40rpx; */
  display: flex;
  align-items: center;
}
.question-explain {
  height: 100rpx;
  padding-right: 40rpx;
  display: flex;
  justify-content: flex-end;
}
.explain-un-answered {
.explain-un-answered,
.correct-box,
.error-box {
  margin-left: 80rpx;
}
.explain-answered,
.explain-un-answered {
.explain-un-answered,
.correct-box,
.error-box {
  display: flex;
  align-items: center;
}
@@ -108,7 +114,7 @@
}
.question-list {
  margin: 46rpx 0 64rpx 0;
  margin: 8rpx 0 66rpx 0;
  display: flex;
  flex-wrap: wrap;
}
@@ -130,6 +136,16 @@
.answered {
  background-color: #FF6C00;
  color: #fff;
}
.error-box-color {
  background-color: #EE1818 !important;
  color: #fff !important;
}
.correct-box-color {
  background-color: #1FBC1F !important;
  color: #fff !important;
}
.un-answered {
@@ -184,4 +200,55 @@
.score-color {
  color: #ff6c00;
}
.brightness {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 40rpx;
}
.brightness-slider {
  width: 80%;
  --td-slider-active-color: #ff6c00;
}
.test-radio {
  height: 80rpx;
  display: flex;
  justify-content: space-evenly;
  --td-radio-content-font-size: 28rpx;
  --td-radio-vertical-padding: 0
}
.test-radio image {
  width: 34rpx;
  height: 34rpx;
  margin-right: 18rpx;
}
.card {
  position: relative;
  border-radius: 10rpx;
  overflow: hidden;
  box-sizing: border-box;
  /* border: 3rpx solid #ff6c00; */
  --td-radio-content-color: #0F1214;
  --td-radio-bg-color: #EFF0F1;
}
.card--active {
  border-color: #ff6c00;
  --td-radio-bg-color: #ff6c00;
  --td-radio-content-color: #fff;
}
.radio-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300rpx;
  height: 68rpx;
}