feat: 订单功能完善

This commit is contained in:
duanshuwen
2025-07-30 10:26:53 +08:00
parent 8142e8b078
commit b40d49998c
6 changed files with 330 additions and 69 deletions

View File

@@ -55,8 +55,8 @@
font-weight: 500;
&.tag-0 {
color: #00A6FF;
border: 1px solid #00A6FF;
color: #00a6ff;
border: 1px solid #00a6ff;
}
&.tag-1 {
@@ -65,8 +65,8 @@
}
&.tag-2 {
color: #40AE36;
border: 1px solid #40AE36;
color: #40ae36;
border: 1px solid #40ae36;
}
&.tag-3 {
@@ -75,8 +75,8 @@
}
&.tag-4 {
color: #0256FF;
border: 1px solid #0256FF;
color: #0256ff;
border: 1px solid #0256ff;
}
&.tag-5 {
@@ -84,39 +84,12 @@
border: 1px solid #808389;
}
&.tag-6 {
color: #FD8702;
border: 1px solid #FD8702;
&.tag-6 {
color: #fd8702;
border: 1px solid #fd8702;
}
}
.card-content {
padding: 16px;
}
.info-row {
display: flex;
align-items: center;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
}
.label {
font-size: 12px;
color: #666666;
flex-shrink: 0;
margin-right: 8px;
}
.value {
font-size: 14px;
color: #333333;
flex: 1;
}
.action-area {
padding-bottom: 16px;
}