| | |
| | | align-items: center; |
| | | } |
| | | |
| | | .image-box { |
| | | display: flex; |
| | | align-items: center; |
| | | width: 32rpx; |
| | | height: 32rpx; |
| | | } |
| | | |
| | | .image-box image { |
| | | height: 32rpx; |
| | | } |
| | | |
| | | .top-btn image { |
| | | margin-right: 4rpx; |
| | | } |
| | | |
| | | .btn-box image { |
| | | width: 36rpx; |
| | | height: 36rpx; |
| | | } |
| | | |
| | | .test-btn { |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | width: 176rpx; |
| | | height: 82rpx; |
| | | } |
| | | |
| | | .test-btn:last-child { |
| | | margin-left: 20rpx; |
| | | } |
| | | |
| | | .btn-content-text { |
| | | height: min-content; |
| | | } |
| | | |
| | | .btn-box { |
| | | display: flex; |
| | | width: 50%; |
| | | } |
| | | |
| | | .practice-btn { |
| | |
| | | } |
| | | |
| | | .card--active { |
| | | --td-radio-bg-color: #ff6c00; |
| | | --td-radio-content-color: #fff; |
| | | background-color: #ff6c00; |
| | | color: #fff; |
| | | } |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | .test-radio { |
| | | --td-radio-content-font-size: 28rpx; |
| | | --td-radio-vertical-padding: 0 |
| | | width: 49%; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .radio-content { |