
@@ -243,7 +286,7 @@ function handleDownloadQR() {

@@ -251,7 +294,7 @@ function handleDownloadQR() {
扫描二维码或长按保存分享给好友
-
下载二维码
-
+ -->
@@ -340,4 +383,25 @@ function handleDownloadQR() {
.download-qr-btn::part(native) {
font-weight: 600;
}
+
+.bind-referral-card {
+ background: linear-gradient(135deg, #fff7f0 0%, #ffe8e8 100%);
+ border: 2px dashed #c41e3a;
+}
+
+.bind-btn {
+ --background: #c41e3a;
+ --background-activated: #8b1a2e;
+ --border-radius: 20px;
+ --padding-start: 20px;
+ --padding-end: 20px;
+ height: 36px;
+ font-weight: 600;
+ font-size: 14px;
+ text-transform: none;
+}
+
+.bind-btn::part(native) {
+ font-weight: 600;
+}