| | |
| | | <div class="chunk-form-actions"> |
| | | <nut-button class="recharge-button" type="primary" @click="emit('goBackHome')"> |
| | | <div class="recharge-button-inner"> |
| | | <div class="recharge-button-text">回首页</div> |
| | | <div class="recharge-button-text">返回首页</div> |
| | | </div> |
| | | </nut-button> |
| | | </div> |
| | |
| | | |
| | | type Props = { |
| | | title?: string; |
| | | type?: string; |
| | | type?: 'success' | 'fail'; |
| | | orderNo?: string; |
| | | servicePhone?: string; |
| | | dangerTips?: string; |
| | |
| | | margin-bottom: 32px; |
| | | |
| | | .result-order-number-label { |
| | | font-size: 26px; |
| | | font-size: 30px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | font-weight: 400; |
| | | line-height: 42px; |
| | |
| | | content: ''; |
| | | display: inline-block; |
| | | width: 8px; |
| | | height: 22px; |
| | | border-radius: 20px; |
| | | height: 30px; |
| | | border-radius: 4px; |
| | | background-color: boleGetCssVar('color', 'primary'); |
| | | margin-right: 12px; |
| | | } |
| | | } |
| | | |
| | | .result-order-number-value { |
| | | font-size: 26px; |
| | | font-size: 30px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | font-weight: 400; |
| | | line-height: 42px; |