| | |
| | | .mine-content-record { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | margin-top: 24px; |
| | | |
| | | .mine-content-record-item { |
| | | background-color: #ffffff; |
| | | border-radius: 8px; |
| | | padding: 40px 45px; |
| | | display: flex; |
| | | flex: 1; |
| | | min-width: 0; |
| | | align-items: center; |
| | | justify-content: center; |
| | | |
| | | & + .mine-content-record-item { |
| | | margin-left: 30px; |
| | | } |
| | | |
| | | .mine-content-record-item-text { |
| | | font-weight: 400; |
| | | font-size: 28px; |
| | | line-height: 33px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | | .mine-content-record-item-icon { |
| | | width: 72px; |
| | | height: 72px; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .mine-content-service { |
| | | margin-top: 24px; |
| | | margin-bottom: 48px; |
| | | |
| | | .cell-title-wrapper { |
| | | margin-bottom: 40px; |
| | | } |
| | | |
| | | .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'); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .mine-content-logout { |
| | | width: 100%; |
| | | height: 88px; |
| | | } |
| | | } |