packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -32,8 +32,8 @@ } .swiper { min-height: 900rpx; /* min-height: 900rpx; */ height: 100%; } /* 单选题 */ @@ -49,6 +49,10 @@ align-items: center; justify-content: space-between; background-color: #F9F9F9; } .radio-active { background-color: #fff0e6; } .radio-correct { @@ -106,7 +110,7 @@ width: 97%; } /* 解析 */ /* 单选 、多选 解析 */ .analysis { margin-top: 40rpx; } @@ -118,6 +122,7 @@ .answer-correct { color: #1FBC1F; } .answer-error { @@ -156,4 +161,15 @@ color: #333333; font-size: 28rpx; margin-top: 20rpx; } /* 简单、翻译解析 */ .short-answer-fz { font-size: 28rpx; } .short-answer-mr { margin-top: 40rpx; }