| | |
| | | |
| | | .score-color { |
| | | color: #ff6c00; |
| | | } |
| | | |
| | | .brightness { |
| | | display: flex; |
| | | justify-content: space-evenly; |
| | | align-items: center; |
| | | margin-bottom: 40rpx; |
| | | } |
| | | |
| | | .brightness-slider { |
| | | width: 80%; |
| | | } |
| | | |
| | | .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; |
| | | } |
| | | |
| | | .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; |
| | | } |