1234567891011121314151617181920212223 |
- .question_title {
- display: flex;
- flex-direction: row;
- margin-bottom: 32rpx;
- font-size: 14pt;
- .question_number,
- .question_stem {
- color: #34343A;
- }
- .question_number {
- margin-right: 10rpx;
- }
- }
-
- .description {
- padding: 24rpx 48rpx;
- border-radius: 40rpx;
- font-size: 14pt;
- background-color: #f9f8f9;
- margin: 32rpx 0;
- }
|