v3.5.1 版本更新
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-08-19 15:54:51 +08:00
parent 7dd5fdfb12
commit 233ed0af3b
103 changed files with 5764 additions and 185 deletions
+58
View File
@@ -422,6 +422,64 @@
justify-content: center;
}
.order-list-invoice-btn {
flex-shrink: 0;
height: 26px;
padding: 0 10px;
border-radius: 999px;
background: transparent;
border: 1px solid var(--color-heritage-red, #A61D24);
color: var(--color-heritage-red, #A61D24);
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
}
.order-list-invoice-status {
flex-shrink: 0;
height: 26px;
padding: 0 10px;
border-radius: 999px;
background: rgba(166, 29, 36, 0.06);
color: var(--color-heritage-red, #A61D24);
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
}
.order-detail-invoice-btn {
flex-shrink: 0;
height: 40px;
padding: 0 16px;
border-radius: 999px;
background: transparent;
border: 1px solid var(--color-heritage-red, #A61D24);
color: var(--color-heritage-red, #A61D24);
font-size: 14px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
}
.order-detail-invoice-status {
flex-shrink: 0;
height: 40px;
padding: 0 16px;
border-radius: 999px;
background: rgba(166, 29, 36, 0.06);
color: var(--color-heritage-red, #A61D24);
font-size: 14px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
}
.pay-status {
text-align: center;
padding: 48px 24px;