| | |
| | | /* pages/bookServices/examination/questionList/index.wxss */ |
| | | .question-list { |
| | | width: 95%; |
| | | height: 85%; |
| | | height: calc(100vh - 300px); |
| | | padding: 20rpx; |
| | | |
| | | background-color: #ffffff; |
| | |
| | | .question-title { |
| | | font-size: 28rpx; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | |
| | | .title-content { |
| | | margin-left: 10rpx; |
| | | } |
| | | |
| | | .title-name { |
| | |
| | | background-color: #F9F9F9; |
| | | } |
| | | |
| | | .radio-item text { |
| | | height: min-content; |
| | | } |
| | | |
| | | .night { |
| | | background-color: #000; |
| | | color: #ffffff; |
| | |
| | | } |
| | | |
| | | .question-stem image { |
| | | margin-left: 20rpx; |
| | | width: 300rpx; |
| | | object-fit: contain; |
| | | height: 200rpx; |
| | | } |
| | | |
| | | .title-RichText img { |
| | | width: 300rpx; |
| | | height: 200rpx; |
| | | } |
| | | |
| | | |
| | | .question-answer image { |
| | | margin: 10rpx 0 10rpx 10rpx; |
| | |
| | | |
| | | .judge-rich-box { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .t-checkbox { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .check-rich-box { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .check-rich-box text { |
| | | height: min-content; |
| | | } |
| | | |
| | | .radio-textimg { |
| | | display: inline-block; |
| | | width: calc(100% - 90rpx); |
| | | } |