| | |
| | | color: #010101; |
| | | } |
| | | |
| | | .li-option image { |
| | | margin-bottom: 16rpx; |
| | | } |
| | | |
| | | .page-bottom image { |
| | | width: 36rpx; |
| | | height: 36rpx; |
| | |
| | | .popup-block { |
| | | width: 100vw; |
| | | height: 700rpx; |
| | | padding-bottom: 100rpx; |
| | | background: #fff; |
| | | border-top-left-radius: 16rpx; |
| | | border-top-right-radius: 16rpx; |
| | |
| | | |
| | | .question-card-list { |
| | | padding: 0 20rpx; |
| | | height: 100%; |
| | | margin-bottom: 100rpx; |
| | | height: 500rpx; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .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; |
| | | } |
| | |
| | | } |
| | | |
| | | .question-list { |
| | | margin: 46rpx 0 64rpx 0; |
| | | margin: 8rpx 0; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | } |
| | |
| | | justify-content: center; |
| | | align-items: center; |
| | | margin: 38rpx 20rpx 0 0; |
| | | width: 126rpx; |
| | | width: 120rpx; |
| | | height: 62rpx; |
| | | font-size: 34rpx; |
| | | } |
| | |
| | | color: #fff; |
| | | } |
| | | |
| | | .error-box-color { |
| | | background-color: #EE1818 !important; |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .correct-box-color { |
| | | background-color: #1FBC1F !important; |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .un-answered { |
| | | background-color: #F1F3F8; |
| | | color: #B4B6BD; |