核销成功提示

This commit is contained in:
2026-07-07 11:46:12 +08:00
parent 1dcc9aa1f4
commit e25b208545
6 changed files with 339 additions and 32 deletions
+89
View File
@@ -1223,6 +1223,95 @@
font-weight: 700;
}
.redeem-success-page {
padding-bottom: 24px;
}
.redeem-success-hero {
text-align: center;
padding: 24px 16px 8px;
}
.redeem-success-amount {
margin-top: 12px;
font-size: 28px;
font-weight: 700;
color: var(--color-primary, #a02d30);
}
.redeem-success-details {
margin: 16px;
}
.redeem-success-detail-row {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
font-size: 14px;
}
.redeem-success-detail-row:last-child {
border-bottom: none;
}
.redeem-success-detail-row span:first-child {
color: var(--color-on-surface-variant, #666);
flex-shrink: 0;
}
.redeem-success-detail-row span:last-child {
text-align: right;
word-break: break-all;
}
.redeem-success-mono {
font-family: ui-monospace, monospace;
font-size: 13px;
}
.redeem-success-rating {
margin: 0 16px;
}
.redeem-success-rating-title {
margin: 0 0 16px;
font-weight: 600;
text-align: center;
}
.redeem-rating-row {
margin-bottom: 20px;
}
.redeem-rating-label {
display: block;
margin-bottom: 8px;
font-size: 14px;
color: var(--color-on-surface-variant, #666);
}
.redeem-star-row {
display: flex;
justify-content: center;
gap: 8px;
}
.redeem-star-btn {
border: none;
background: none;
font-size: 32px;
line-height: 1;
color: #ddd;
cursor: pointer;
padding: 0;
}
.redeem-star-btn.active {
color: #ffc107;
}
/* ── 登录页(stitch user_用户登录页_C端小程序) ── */
.login-page {
min-height: 100vh;