From 370cc15d25d889dedac902db507a7109a4ea796a Mon Sep 17 00:00:00 2001
From: gaofeng <1212121@qq.com>
Date: Wed, 13 May 2026 09:21:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/home/view/public/nav.html | 3 +--
app/home/view/public/newfooter.html | 7 +++++--
app/home/view/public/newnav.html | 1 -
public/static/css/newin.css | 22 ++++++++++++++++++++++
4 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/app/home/view/public/nav.html b/app/home/view/public/nav.html
index a95ab4a..5cec5b7 100644
--- a/app/home/view/public/nav.html
+++ b/app/home/view/public/nav.html
@@ -219,7 +219,6 @@
-
+
+
+ {$company_phone}
+
@@ -100,4 +103,4 @@
});
});
-
\ No newline at end of file
+
diff --git a/app/home/view/public/newnav.html b/app/home/view/public/newnav.html
index 39c035f..f7f2315 100644
--- a/app/home/view/public/newnav.html
+++ b/app/home/view/public/newnav.html
@@ -29,7 +29,6 @@
{:lang('index.home')}
{:lang('index.online_application')}
{:lang('index.entry_card_query')}
-
{:lang('contact.menu_contact')}
{:lang('index.usage_help')}
diff --git a/public/static/css/newin.css b/public/static/css/newin.css
index b43ef59..f2237fa 100644
--- a/public/static/css/newin.css
+++ b/public/static/css/newin.css
@@ -380,6 +380,7 @@ footer a:hover{ color:#fff; text-decoration:underline; }
bottom: 18px;
z-index: 2000;
display:flex;
+ align-items: flex-end;
flex-direction: column;
gap: 10px;
}
@@ -393,6 +394,27 @@ footer a:hover{ color:#fff; text-decoration:underline; }
color: rgba(15,23,42,.75);
}
.float-btn:hover{ color: var(--brand); border-color: rgba(11,95,168,.25); }
+.float-phone{
+ gap: 8px;
+ overflow: hidden;
+ white-space: nowrap;
+ transition: width .2s ease, padding .2s ease;
+}
+.float-phone .float-phone-text{
+ max-width: 0;
+ opacity: 0;
+ overflow: hidden;
+ transition: max-width .2s ease, opacity .2s ease;
+}
+.float-phone:hover{
+ width: auto;
+ min-width: 46px;
+ padding: 0 14px;
+}
+.float-phone:hover .float-phone-text{
+ max-width: 180px;
+ opacity: 1;
+}
/* ===== Flow Stepper v2 ===== */
.flow2{
border: 1px solid var(--line);