From c44c8198d2d1a6e0f4fbf1029f485ae755b895d0 Mon Sep 17 00:00:00 2001 From: lkddi Date: Sat, 25 Apr 2026 11:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E5=8F=A3=E5=BD=A9=E7=A5=A8=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=82=AC=E5=81=9C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../partials/games/lottery-panel.blade.php | 38 ++++++++++++------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/resources/views/chat/partials/games/lottery-panel.blade.php b/resources/views/chat/partials/games/lottery-panel.blade.php index c0b0414..0f76c69 100644 --- a/resources/views/chat/partials/games/lottery-panel.blade.php +++ b/resources/views/chat/partials/games/lottery-panel.blade.php @@ -27,6 +27,23 @@ .lottery-clear-selection:hover { background: #f3f4f6 !important; } + + /* 彩票弹窗通用操作按钮 hover 态,减少模板内联事件。 */ + .lottery-panel-close:hover { + opacity: 1 !important; + } + + .lottery-submit-cart:hover { + opacity: .88 !important; + } + + .lottery-panel-refresh:hover { + background: #dbeafe !important; + } + + .lottery-panel-bottom-close:hover { + background: #f3f4f6 !important; + } {{-- ─── 彩票面板遮罩 ─── --}} @@ -67,9 +84,8 @@ x-text="'距开奖 ' + countdownText"> - × + × {{-- ─── 内容区(可滚动)─── --}} @@ -275,13 +291,11 @@ {{-- 确认购买 --}} - @@ -374,18 +388,16 @@
- -