|
@@ -1,19 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
<header id="header">
|
|
<header id="header">
|
|
|
- <!-- 顶部信息栏 (桌面端) -->
|
|
|
|
|
- <div class="header-top hidden-xs">
|
|
|
|
|
- <div class="container">
|
|
|
|
|
- <div class="header-top-left">
|
|
|
|
|
- <span><i class="glyphicon glyphicon-earphone"></i> 15086621233</span>
|
|
|
|
|
- <span><i class="glyphicon glyphicon-envelope"></i> zhanyuhangkong@163.com</span>
|
|
|
|
|
- <span><i class="glyphicon glyphicon-time"></i> 全天候服务</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="header-top-right">
|
|
|
|
|
- <span><i class="glyphicon glyphicon-hand-right"></i> 赶快联系我们吧!</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
<!-- 主导航 (桌面端) -->
|
|
<!-- 主导航 (桌面端) -->
|
|
|
<nav class="header-nav container hidden-xs">
|
|
<nav class="header-nav container hidden-xs">
|
|
|
<router-link to="/" class="header-logo">
|
|
<router-link to="/" class="header-logo">
|
|
@@ -122,8 +108,6 @@ export default {
|
|
|
--header-bg: rgba(255, 255, 255, 0.95);
|
|
--header-bg: rgba(255, 255, 255, 0.95);
|
|
|
--header-glass: rgba(255, 255, 255, 0.8);
|
|
--header-glass: rgba(255, 255, 255, 0.8);
|
|
|
--header-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
--header-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
|
- --top-bar-bg: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
|
|
|
|
|
- --top-bar-text: #fff;
|
|
|
|
|
--nav-text: #333;
|
|
--nav-text: #333;
|
|
|
--nav-hover: #1e73be;
|
|
--nav-hover: #1e73be;
|
|
|
--nav-active: #1e73be;
|
|
--nav-active: #1e73be;
|
|
@@ -144,61 +128,6 @@ export default {
|
|
|
border-bottom: 1px solid rgba(30, 115, 190, 0.1);
|
|
border-bottom: 1px solid rgba(30, 115, 190, 0.1);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* ===== 顶部信息栏 - 玻璃拟态科技风 ===== */
|
|
|
|
|
-.header-top {
|
|
|
|
|
- background: var(--top-bar-bg);
|
|
|
|
|
- color: var(--top-bar-text);
|
|
|
|
|
- font-size: 12px;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
- position: relative;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.header-top::before {
|
|
|
|
|
- content: '';
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- left: -100%;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
|
|
|
|
|
- animation: shimmer 3s infinite;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-@keyframes shimmer {
|
|
|
|
|
- 0% { left: -100%; }
|
|
|
|
|
- 100% { left: 100%; }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.header-top .container {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
- position: relative;
|
|
|
|
|
- z-index: 1;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.header-top-left,
|
|
|
|
|
-.header-top-right {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- gap: 20px;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.header-top-left span,
|
|
|
|
|
-.header-top-right span {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
- gap: 6px;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.header-top i {
|
|
|
|
|
- font-size: 12px;
|
|
|
|
|
- opacity: 0.9;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
/* ===== 主导航 ===== */
|
|
/* ===== 主导航 ===== */
|
|
|
.header-nav {
|
|
.header-nav {
|
|
|
display: flex;
|
|
display: flex;
|