| | |
| | | @use './common.scss' as *; |
| | | |
| | | .order-card { |
| | | border: 1px solid #e8e8e8; |
| | | border-radius: 12px; |
| | | padding: 20px; |
| | | margin-bottom: 20px; |
| | | background-color: #fff; |
| | | |
| | | &:last-child { |
| | | margin-bottom: 0; |
| | |
| | | .order-card-title-ordernum { |
| | | font-size: 24px; |
| | | color: #999999; |
| | | flex: 1; |
| | | min-width: 0; |
| | | @include ellipsis; |
| | | } |
| | | |
| | | .order-card-title-ordernum-wrapper { |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | .order-card-action { |
| | | font-size: 24px; |
| | | color: boleGetCssVar('color', 'primary'); |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | flex: 1; |
| | | min-width: 0; |
| | | } |
| | | |
| | | &.danger { |
| | | .order-card-item-value { |
| | | color: boleGetCssVar('color', 'danger'); |
| | | } |
| | | } |
| | | } |