From 5a6358760daf6fc68dfbc9e5c2d431ec07c3b9cc Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期六, 23 九月 2023 18:07:57 +0800
Subject: [PATCH] "header-dark"

---
 src/components/home/HomePage.vue |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/src/components/home/HomePage.vue b/src/components/home/HomePage.vue
index 072b68d..4545f5a 100644
--- a/src/components/home/HomePage.vue
+++ b/src/components/home/HomePage.vue
@@ -484,10 +484,11 @@
 }
 
 .header {
-  background: #fff;
+  width: 1920px;
   height: 94px;
   display: flex;
-  align-items: center;
+  background: #181F30;
+  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.12);
   .center {
     height: 44px;
     display: flex;
@@ -539,9 +540,13 @@
       a {
         margin-left: 40px;
         font-size: 14px;
-        color: rgba(0, 0, 0, 0.9);
+        // color: rgba(0, 0, 0, 0.9);
+        color: #ffffff !important;
         text-decoration: none;
         font-family: PingFangSC-Medium, sans-serif;
+      }
+      a:hover{
+        color: #FF680D !important;
       }
       :first-child {
         margin-left: 0;
@@ -665,10 +670,14 @@
 }
 .forth {
   // height: 600px;
-  width: 100%;
-  background: #f2f2f2;
+  // width: 100%;
+  // background: #f2f2f2;
   display: flex;
   align-items: center;
+
+  width: 1920px;
+height: 600px;
+background: #F2F2F2;
   .center {
     height: 484px;
     position: relative;
@@ -812,9 +821,8 @@
   }
 }
 .fif {
-  // height: 1467px;
   width: 100%;
-  
+  background: #FFFFFF;
   .center {
     margin-top: 80px;
     > h1 {
@@ -832,7 +840,7 @@
     }
     .pic {
       width: 100%;
-      height: 400px;
+      height: 600px;
       margin-bottom: 68px;
       display: flex;
       .left {

--
Gitblit v1.8.0