| | |
| | | /* pages/bookServices/examination/questionList/index.wxss */ |
| | | .question-list { |
| | | width: 100%; |
| | | height: 90%; |
| | | width: 95%; |
| | | height: 86%; |
| | | padding: 20rpx; |
| | | background-color: #ffffff; |
| | | border-radius: 20rpx; |
| | |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | background-color: #F9F9F9; |
| | | } |
| | | |
| | | .radio-active { |
| | | background-color: #ff6c00; |
| | | } |
| | | |
| | | .radio-correct { |
| | |
| | | |
| | | .analysis-answer { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | /* justify-content: space-between; */ |
| | | } |
| | | |
| | | .answer-correct { |
| | |
| | | color: #EE1818; |
| | | } |
| | | |
| | | .marginL { |
| | | margin-left: 140rpx; |
| | | } |
| | | |
| | | .answer-center { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .answer-text { |
| | | font-size: 40rpx; |
| | | } |