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 @@
  • {:lang('index.home')}
  • {:lang('index.online_application')}
  • {:lang('index.entry_card_query')}
  • -
  • {:lang('contact.menu_contact')}
  • {:lang('index.usage_help')}
  • 个人中心
  • {if session('user.id')} @@ -275,4 +274,4 @@ } }) }) - \ No newline at end of file + diff --git a/app/home/view/public/newfooter.html b/app/home/view/public/newfooter.html index 6027aee..f7fc43b 100644 --- a/app/home/view/public/newfooter.html +++ b/app/home/view/public/newfooter.html @@ -20,7 +20,10 @@
    - + + + {$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 @@ - 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);