代下单功能

This commit is contained in:
2026-07-12 11:40:04 +08:00
parent d949301bc1
commit de01d36cdb
46 changed files with 2657 additions and 253 deletions
+25
View File
@@ -3031,3 +3031,28 @@ body {
color: var(--color-outline, #8d706e);
pointer-events: none;
}
.partner-form-section {
margin-bottom: 16px;
}
.partner-proxy-fee-card {
margin-top: 8px;
padding: 16px;
border-radius: 16px;
background: rgba(166, 29, 36, 0.04);
border: 1px solid rgba(166, 29, 36, 0.08);
}
.partner-proxy-fee-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 0;
}
.partner-proxy-fee-row--total {
margin-top: 8px;
padding-top: 12px;
border-top: 1px dashed rgba(166, 29, 36, 0.15);
}