111
QYF-GitLab1
2024-12-23 c99f9976a5ef9d8974105feb8fc0580a10adf98c
packageBookService/pages/bookServices/examination/questionOptions/index.wxss
@@ -18,6 +18,10 @@
  color: #010101;
}
.li-option image {
  margin-bottom: 16rpx;
}
.page-bottom image {
  width: 36rpx;
  height: 36rpx;
@@ -34,7 +38,7 @@
.popup-block {
  width: 100vw;
  height: 700rpx;
  padding-bottom: 50rpx;
  padding-bottom: 100rpx;
  background: #fff;
  border-top-left-radius: 16rpx;
  border-top-right-radius: 16rpx;
@@ -56,8 +60,8 @@
.question-card-list {
  padding: 0 20rpx;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 100rpx;
  height: 500rpx;
}
.question-title {
@@ -67,6 +71,7 @@
}
.question-explain {
  height: 100rpx;
  padding-right: 40rpx;
  display: flex;
  justify-content: flex-end;
@@ -107,13 +112,16 @@
  margin-left: 10rpx;
}
.card-box {
  margin-bottom: 50rpx;
}
.card-box:last-child {
  margin-bottom: 200rpx;
  margin-bottom: 100rpx;
}
.question-list {
  margin: 8rpx 0 66rpx 0;
  margin: 8rpx 0;
  display: flex;
  flex-wrap: wrap;
}
@@ -122,8 +130,8 @@
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 38rpx 20rpx 0 0;
  width: 126rpx;
  margin: 20rpx 20rpx 0 0;
  width: 120rpx;
  height: 62rpx;
  font-size: 34rpx;
}