diff --git a/index.html b/index.html index 1c2a6b52a0da5cc2de407e8ba3dc66a7cfbe0443..9a05498204f4a2bb1d205b94a924c7b4109e8d4f 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 c43492e083a062fd810cfbb7d753a8d05a615020..52e6c23988b31562146180d43c0fa581e011432d 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 e1308467582942ac05ed0b77e14fcae9a1c2eaff..240469d707bcb6b14a69cd8375f52cef434071f4 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;