| | |
| | | line-height: 28px; |
| | | color: boleGetCssVar('text-color', 'secondary'); |
| | | @include ellipsis(); |
| | | margin-right: 18px; |
| | | } |
| | | .user-info-certified-btn { |
| | | font-size: 28px; |
| | |
| | | |
| | | .mine-content-service-list { |
| | | display: flex; |
| | | |
| | | .mine-content-service--list-item { |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-right: 60px; |
| | | |
| | | .mine-content-service--list-item-icon { |
| | | width: 72px; |
| | | height: 72px; |
| | | margin-bottom: 24px; |
| | | } |
| | | |
| | | .mine-content-service--list-item-text { |
| | | font-size: 24px; |
| | | line-height: 36px; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |