feat(payment): share payment method selector

This commit is contained in:
2026-07-17 18:27:24 +08:00
parent 66445a9972
commit b22db6d147
13 changed files with 386 additions and 173 deletions
+5
View File
@@ -57,6 +57,7 @@
.header,
.hero,
.productCard,
.paymentMethodSlot,
.statusMessage,
.successCard,
.checkoutSlot {
@@ -407,6 +408,10 @@
text-align: center;
}
.paymentMethodSlot {
margin-top: clamp(18px, 5.185vw, 28px);
}
.successCard {
justify-content: flex-start;
border-color: rgba(255, 84, 135, 0.16);