| | |
| | | padding: 12px; |
| | | border-radius: 8px; |
| | | background: #f0f3fa; |
| | | margin-bottom: 8px; |
| | | |
| | | .confirm-dialog-content-info-item { |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .confirm-dialog-content-warning { |
| | | color: boleGetCssVar('color', 'danger'); |
| | | text-align: left; |
| | | font-size: 16px; |
| | | line-height: 20px; |
| | | } |
| | | } |
| | | |
| | | .select-pay-type-view { |
| | | .select-pay-type-view-item-icon { |
| | | width: 32px; |
| | | height: 32px; |
| | | margin-right: 12px; |
| | | } |
| | | |
| | | .select-pay-type-view-item { |
| | | padding-left: 20px; |
| | | display: flex; |
| | | align-items: center; |
| | | height: 80px; |
| | | border: 1px solid #e2e5eb; |
| | | border-radius: 8px; |
| | | background-color: #fff; |
| | | margin-bottom: 16px; |
| | | cursor: pointer; |
| | | font-size: 16px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | } |
| | | |
| | | .recharge-result-view { |
| | | // padding:; |
| | | |
| | | .recharge-result-view-title { |
| | | font-size: 18px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | font-weight: 600; |
| | | margin-bottom: 12px; |
| | | text-align: center; |
| | | line-height: 24px; |
| | | } |
| | | |
| | | .recharge-result-view-tips { |
| | | margin-bottom: 12px; |
| | | font-size: 16px; |
| | | color: boleGetCssVar('color', 'danger'); |
| | | line-height: 20px; |
| | | } |
| | | |
| | | .recharge-result-view-warning { |
| | | margin-bottom: 20px; |
| | | font-size: 12px; |
| | | color: boleGetCssVar('color', 'warning'); |
| | | line-height: 16px; |
| | | } |
| | | |
| | | .recharge-result-view-btn-wrapper { |
| | | display: flex; |
| | | justify-content: center; |
| | | |
| | | .recharge-result-view-btn { |
| | | padding: 0 20px; |
| | | font-size: 16px; |
| | | color: boleGetCssVar('color', 'primary'); |
| | | line-height: 16px; |
| | | } |
| | | } |
| | | } |