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 @@