| | |
| | | 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; |
| | | } |
| | |
| | | color: #fff; |
| | | } |
| | | |
| | | .error-box-color { |
| | | background-color: #EE1818; |
| | | color: #fff; |
| | | } |
| | | |
| | | .correct-box-color { |
| | | background-color: #1FBC1F; |
| | | color: #fff; |
| | | } |
| | | |
| | | .un-answered { |
| | | background-color: #F1F3F8; |
| | | color: #B4B6BD; |
| | |
| | | |
| | | .score-color { |
| | | color: #ff6c00; |
| | | } |
| | | |
| | | .brightness { |
| | | display: flex; |
| | | justify-content: space-evenly; |
| | | align-items: center; |
| | | margin-bottom: 40rpx; |
| | | } |
| | | |
| | | .brightness-slider { |
| | | width: 80%; |
| | | --td-slider-active-color: #ff6c00; |
| | | } |
| | | |
| | | .test-radio { |
| | | height: 80rpx; |
| | | display: flex; |
| | | justify-content: space-evenly; |
| | | --td-radio-content-font-size: 28rpx; |
| | | --td-radio-vertical-padding: 0 |
| | | } |
| | | |
| | | .test-radio image { |
| | | width: 34rpx; |
| | | height: 34rpx; |
| | | margin-right: 18rpx; |
| | | } |
| | | |
| | | .card { |
| | | position: relative; |
| | | border-radius: 10rpx; |
| | | overflow: hidden; |
| | | box-sizing: border-box; |
| | | /* border: 3rpx solid #ff6c00; */ |
| | | --td-radio-content-color: #0F1214; |
| | | --td-radio-bg-color: #EFF0F1; |
| | | |
| | | } |
| | | |
| | | .card--active { |
| | | border-color: #ff6c00; |
| | | --td-radio-bg-color: #ff6c00; |
| | | --td-radio-content-color: #fff; |
| | | } |
| | | |
| | | .radio-content { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 300rpx; |
| | | height: 68rpx; |
| | | } |