diff --git a/public/static/img/logo-dark.png b/public/static/img/logo-dark.png index c4bf473..e57d2d5 100644 Binary files a/public/static/img/logo-dark.png and b/public/static/img/logo-dark.png differ diff --git a/public/static/img/logo-light.png b/public/static/img/logo-light.png index c4bf473..e57d2d5 100644 Binary files a/public/static/img/logo-light.png and b/public/static/img/logo-light.png differ diff --git a/src/assets/bottomBg.png b/src/assets/bottomBg.png new file mode 100644 index 0000000..b02558f Binary files /dev/null and b/src/assets/bottomBg.png differ diff --git a/src/assets/css/common.css b/src/assets/css/common.css index 0f20334..6632db4 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -73,7 +73,7 @@ a:focus { } .wrapper1518 { width: 1518rem; - margin: 0 auto 0 0; + margin: 0 auto; } .wrapper1680 { width: 1680rem; diff --git a/src/assets/topBg.png b/src/assets/topBg.png new file mode 100644 index 0000000..9223cc6 Binary files /dev/null and b/src/assets/topBg.png differ diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 214dde9..ffb3798 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -152,6 +152,7 @@ padding: 28rem 60rem; box-sizing: border-box; transition: background-color 0.3s; + height: 158rem; } .nav-left { width: 0; @@ -220,6 +221,7 @@ /* theme-dark --- start */ .nav-bar-dark { color: #ffffff; + background-image: url('@/assets/topBg.png'); } .nav-bar-dark .nav-submenus > div { background-color: rgba(255, 255, 255, 0.98); diff --git a/src/views/About/CompanyIntroduction/Index.vue b/src/views/About/CompanyIntroduction/Index.vue index 3cbdd02..9c7804a 100644 --- a/src/views/About/CompanyIntroduction/Index.vue +++ b/src/views/About/CompanyIntroduction/Index.vue @@ -41,7 +41,6 @@ name="fade-slide-left" >
{{ item.type }} @@ -69,7 +66,6 @@
@@ -78,7 +74,6 @@
-
@@ -133,7 +127,7 @@ />
- + -->