|  |  | 
 |  |  |       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; |