| | |
| | | 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; |
| | | } |
| | |
| | | |
| | | .answered { |
| | | background-color: #FF6C00; |
| | | color: #fff; |
| | | } |
| | | |
| | | .error-box-color { |
| | | background-color: #EE1818; |
| | | color: #fff; |
| | | } |
| | | |
| | | .correct-box-color { |
| | | background-color: #1FBC1F; |
| | | color: #fff; |
| | | } |
| | | |
| | |
| | | |
| | | .brightness-slider { |
| | | width: 80%; |
| | | --td-slider-active-color: #ff6c00; |
| | | } |
| | | |
| | | .test-radio { |
| | |
| | | .test-radio image { |
| | | width: 34rpx; |
| | | height: 34rpx; |
| | | margin-right: 18rpx; |
| | | } |
| | | |
| | | .card { |