From c53cd7784a69c98363d79b68375ec7b658abd2a3 Mon Sep 17 00:00:00 2001 From: lkddi Date: Sun, 1 Mar 2026 17:21:48 +0800 Subject: [PATCH] =?UTF-8?q?UI=E9=87=8D=E8=AE=BE=E8=AE=A1=EF=BC=9A=E6=B1=82?= =?UTF-8?q?=E5=A9=9A=E5=BC=B9=E7=AA=97=E5=85=A8=E9=9D=A2=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=B8=BA=E6=B5=AA=E6=BC=AB=E9=AB=98=E7=AB=AF=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 背景:深紫玫瑰色磨砂遮罩(backdrop-filter blur) - 封面区:深玫瑰→粉红渐变,大 💍 图标投影, 对象名用磨砂胶囊标签显示 - 弹窗入场动画:opacity+scale 过渡 - 戒指卡片:选中态渐变背景+粉色阴影+右上角✓勾 未选中态浅灰底,悬停有过渡 - 无戒指:粉色虚线框+💔图标+直接跳商店按钮 - 确认按钮:三段深玫瑰渐变+红粉阴影,禁用态灰色 --- .../chat/partials/marriage-modals.blade.php | 136 ++++++++++++------ 1 file changed, 93 insertions(+), 43 deletions(-) diff --git a/resources/views/chat/partials/marriage-modals.blade.php b/resources/views/chat/partials/marriage-modals.blade.php index c300411..ac73ef7 100644 --- a/resources/views/chat/partials/marriage-modals.blade.php +++ b/resources/views/chat/partials/marriage-modals.blade.php @@ -16,73 +16,123 @@ {{-- ═══════════ 1. 求婚弹窗 ═══════════ --}}
-
-
- {{-- 头部 --}} +
+ + {{-- ───── 封面区域 ────── --}}
-
-
💍 向 TA 求婚
-
-
+ style="background:linear-gradient(145deg,#be185d 0%,#f43f5e 45%,#fb7185 80%,#fda4af 100%); + padding:32px 24px 24px; text-align:center; position:relative;"> + {{-- 关闭按钮 --}} + style="position:absolute; top:14px; right:14px; background:rgba(255,255,255,.2); + border:none; color:#fff; width:32px; height:32px; border-radius:50%; + cursor:pointer; font-size:16px; line-height:32px; transition:background .15s;" + onmouseover="this.style.background='rgba(255,255,255,.35)'" + onmouseout="this.style.background='rgba(255,255,255,.2)'">✕ + + {{-- 大戒指图标 --}} +
💍 +
+ + {{-- 标题 --}} +
+ 向 TA 求婚 +
+ + {{-- 对象名 --}} +
+ 💕 + +
-
+ + {{-- ───── 内容区域 ────── --}} +
+ {{-- 错误提示 --}} -
{{-- 加载中 --}} -
- 加载戒指列表… +
+
💍
+
正在加载戒指列表…
- {{-- 戒指选择 --}} + {{-- 戒指选择区 --}}
-
- 选择求婚戒指 (戒指将被使用消耗。若对方拒绝,戒指遗失) + + {{-- 区域标题 --}} +
+
+
+ 选择求婚戒指 + 戒指消耗后不退,拒绝则遗失
+ + {{-- 无戒指提示 --}}
- 你没有可用的戒指 😢
- 前往商店购买戒指 → + style="text-align:center; padding:28px 16px; background:#fdf2f8; border-radius:14px; + border:1.5px dashed #fbcfe8; margin-bottom:16px;"> +
💔
+
背包里还没有戒指哦
+
-
+ + {{-- 戒指卡片列表 --}} +
+ + {{-- 确认按钮 --}} +