| | |
| | | min-width: 0; |
| | | display: flex; |
| | | flex-direction: column; |
| | | padding: 10px 0; |
| | | padding: 6px 0; |
| | | justify-content: space-between; |
| | | |
| | | .user-info-item { |
| | |
| | | |
| | | .mine-go-login { |
| | | font-size: 40px; |
| | | color: #fff; |
| | | line-height: 120px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | line-height: 104px; |
| | | } |
| | | } |
| | | |
| | |
| | | margin-bottom: 18px; |
| | | padding: 24px; |
| | | padding-left: 34px; |
| | | .mine-balance-title { |
| | | font-size: 30px; |
| | | line-height: 42px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | margin-bottom: 16px; |
| | | .mine-balance-content { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | .mine-balance-content-item { |
| | | display: flex; |
| | | flex-direction: column; |
| | | text-align: center; |
| | | .mine-balance-content-item-title { |
| | | font-size: 30px; |
| | | line-height: 42px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | margin-bottom: 16px; |
| | | } |
| | | .mine-balance-content-item-money { |
| | | font-size: 36px; |
| | | line-height: 68px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | |
| | | &.income { |
| | | color: boleGetCssVar('color', 'primary'); |
| | | } |
| | | &.settlement { |
| | | color: boleGetCssVar('color', 'success'); |
| | | } |
| | | &.withdraw { |
| | | color: boleGetCssVar('color', 'warning'); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .mine-balance-money { |
| | | font-size: 48px; |
| | | line-height: 68px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | | .mine-balance-btn { |
| | | display: flex; |
| | | align-items: center; |