| | |
| | | @use './common.scss' as *; |
| | | |
| | | .gas-bill-recharge-wrapper { |
| | | .gas-bill-recharge-title { |
| | | padding: 24px 26px 0; |
| | | font-weight: 500; |
| | | font-size: 34px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | | .gasOrgType-card { |
| | | border-radius: 16px; |
| | | border: 1px solid #e8e8e8; |
| | | padding: 28px; |
| | | border: 1px solid #e1e9f5; |
| | | padding: 20px 32px; |
| | | min-height: 120px; |
| | | margin-bottom: 30px; |
| | | margin-bottom: 22px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | background: #f8fafb; |
| | | |
| | | &:last-child { |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | .gasOrgType-card-title { |
| | | font-size: 36px; |
| | | font-size: 34px; |
| | | line-height: 48px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | | .gasOrgType-card-button { |
| | | font-size: 26px; |
| | | height: 48px; |
| | | padding: 18px; |
| | | } |
| | | } |
| | | } |