From 21747b45404a06b57d804902d82daf5ff3c6934c Mon Sep 17 00:00:00 2001 From: qq_41923622 Date: Tue, 25 Mar 2025 14:25:00 +0800 Subject: [PATCH] Tue Mar 25 14:25:00 CST 2025 inscode --- index.html | 13 ++++++++++--- src/float/bottomPopup.ts | 1 + src/style.scss | 17 ++++++++--------- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 1c2a6b5..9a05498 100644 --- a/index.html +++ b/index.html @@ -32,11 +32,11 @@
-
+
棘祥杏福 情定终身
-
+
@@ -208,7 +208,14 @@
-
{{item.text}}
+
+
+ {{item.avatarName}} 祝: +
+ + {{item.text}} + +
diff --git a/src/float/bottomPopup.ts b/src/float/bottomPopup.ts index c43492e..52e6c23 100644 --- a/src/float/bottomPopup.ts +++ b/src/float/bottomPopup.ts @@ -212,6 +212,7 @@ export function GiftsListPopup(props:any) { $template:'#gifts-list-popup-template', giftList:[{ class:'shamozihua', + avatarName: "沙漠之花", avatar: 'https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-20250322202646157-442978556.png', avatarClass: '', text: "棘祥杏福 情定终身", diff --git a/src/style.scss b/src/style.scss index e130846..240469d 100644 --- a/src/style.scss +++ b/src/style.scss @@ -227,7 +227,7 @@ button:focus-visible { min-height: 20px; text-align: left; margin-top: 2px; - font-size: 18px; + padding: 4px 8px; opacity: 1; color: #fafafa; @@ -257,6 +257,12 @@ button:focus-visible { } .gift-list-content { + .gift-list-avatar-name{ + color: #fafafa; + font-family: 'Pacifico', 'cursive'; + font-size: 14px; + } + font-size: 18px; font-family: 'Muyao', 'Pacifico', 'cursive'; text-shadow: 0 0 10px rgba(243, 221, 27, 0.836); white-space: nowrap; @@ -345,16 +351,9 @@ button:focus-visible { top: 14vh; font-family: 'Sanjixinkai', 'Pacifico', 'cursive'; font-size: 32px; + background-color: rgba(255, 182, 193, 0.6); backdrop-filter: blur(6px); border: 3px solid transparent; - background-image: linear-gradient(to right bottom, - rgba(255, 255, 255, 0.4), - rgba(255, 255, 255, 0.1)), - linear-gradient(to right bottom, - rgba(236, 236, 236, 0.5) 0%, - rgba(255, 255, 255, 0) 40%, - rgba(255, 72, 219, 0) 55%, - rgba(235, 27, 27, 0.2) 100%); padding: 10px 20px; border-radius: 50px; color: #e74210; -- GitLab