exercise.scss 333 B

1234567891011121314151617181920212223
  1. .question_title {
  2. display: flex;
  3. flex-direction: row;
  4. margin-bottom: 32rpx;
  5. font-size: 14pt;
  6. .question_number,
  7. .question_stem {
  8. color: #34343A;
  9. }
  10. .question_number {
  11. margin-right: 10rpx;
  12. }
  13. }
  14. .description {
  15. padding: 24rpx 48rpx;
  16. border-radius: 40rpx;
  17. font-size: 14pt;
  18. background-color: #f9f8f9;
  19. margin: 32rpx 0;
  20. }