Files
YGChatCS/pages/order/components/OrderStatusInfo/styles/index.scss
2025-07-13 12:17:41 +08:00

28 lines
369 B
SCSS

.order-status {
color: #fff;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.status-header {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.status-icon {
width: 18px;
height: 18px;
margin-right: 8px;
}
.status-text {
font-size: 18px;
font-weight: 600;
}
.status-description {
font-size: 12px;
}