From a16a8fb9f43b8b432315d61ba6dd37a30dc3ff7b Mon Sep 17 00:00:00 2001 From: lkddi Date: Mon, 27 Apr 2026 11:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chat/partials/layout/toolbar.blade.php | 15 ++++++++------- .../views/chat/partials/shop-panel.blade.php | 15 ++++----------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/resources/views/chat/partials/layout/toolbar.blade.php b/resources/views/chat/partials/layout/toolbar.blade.php index 59ab784..c75cd25 100644 --- a/resources/views/chat/partials/layout/toolbar.blade.php +++ b/resources/views/chat/partials/layout/toolbar.blade.php @@ -438,6 +438,14 @@ flex: 1; } + .shop-validity { + margin-top: 2px; + font-size: 10px; + line-height: 1.4; + color: #6b7280; + font-weight: normal; + } + /* 装扮Tab购买说明 */ .decoration-note { font-size: 11px; @@ -460,13 +468,6 @@ border-radius: 8px; } .decoration-status.active { background: #065f46; color: #6ee7b7; } - .decoration-status.expired { background: #7f1d1d; color: #fca5a5; } - /* 装扮有效期提示 */ - .decoration-duration { - font-size: 10px; - color: #6366f1; - margin-top: 2px; - } .decoration-expiry { font-size: 10px; color: #9ca3af; margin-top: 2px; } .shop-btn { diff --git a/resources/views/chat/partials/shop-panel.blade.php b/resources/views/chat/partials/shop-panel.blade.php index a560122..2f6b727 100644 --- a/resources/views/chat/partials/shop-panel.blade.php +++ b/resources/views/chat/partials/shop-panel.blade.php @@ -137,18 +137,11 @@ } .shop-validity { - display: inline-flex; - align-items: center; - width: fit-content; - margin-top: 4px; - padding: 1px 6px; - border-radius: 999px; - background: rgba(79, 70, 229, .18); - border: 1px solid rgba(129, 140, 248, .42); - color: #c7d2fe; + margin-top: 2px; + color: #8b93a7; font-size: 9px; - font-weight: 700; - line-height: 1.5; + font-weight: normal; + line-height: 1.35; } /* 购买按钮 */