| | |
| | | display: inline; |
| | | } |
| | | } |
| | | |
| | | .taskDetail-welfare-list { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | row-gap: 24px; |
| | | } |
| | | |
| | | .taskDetail-limit-list { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | padding: 0 14px; |
| | | gap: 20px; |
| | | |
| | | .taskDetail-limit-list-item { |
| | | display: flex; |
| | | align-items: flex-start; |
| | | font-size: 24px; |
| | | line-height: 28px; |
| | | min-width: 0; |
| | | flex-shrink: 0; |
| | | |
| | | .taskDetail-limit-list-item-label { |
| | | min-width: 0; |
| | | flex-shrink: 0; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | } |
| | | .taskDetail-limit-list-item-text { |
| | | min-width: 0; |
| | | flex-shrink: 0; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | white-space: pre; |
| | | } |
| | | } |
| | | } |
| | | } |