From 8bdc58942c0dd2d10b227950ff6322136f4d786a Mon Sep 17 00:00:00 2001 From: yiqiu Date: Thu, 19 Mar 2026 20:21:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E9=A1=B5=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=A1=A5=E5=85=A8=20lang-box?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientarea/hgcloud/css/forget.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/clientarea/hgcloud/css/forget.css b/clientarea/hgcloud/css/forget.css index 10d1c28..7291700 100644 --- a/clientarea/hgcloud/css/forget.css +++ b/clientarea/hgcloud/css/forget.css @@ -75,6 +75,34 @@ gap: 12px; } +/* 语言切换 */ +.login-jump-btn .lang-box { + display: flex; + gap: 4px; + font-size: 0; + overflow: hidden; +} + +.login-jump-btn .lang-box span { + color: rgba(139, 148, 158, 0.6); + cursor: pointer; + font-size: 13px; + padding: 6px 12px; + border-radius: 6px; + transition: all 0.2s; + line-height: 1; + display: inline-block; +} + +.login-jump-btn .lang-box span:hover { + color: rgba(255, 255, 255, 0.8); +} + +.login-jump-btn .lang-box span.active { + color: #FFFFFF; + background: rgba(22, 93, 255, 0.2); +} + .login-jump-btn .btn { background: rgba(22, 93, 255, 0.1) !important; border: 1px solid rgba(22, 93, 255, 0.25) !important;