From 4b6bb2df2ea7edde4912b0ca1ccc95710ce3bdb8 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 27 Mar 2025 09:16:54 +0800
Subject: [PATCH] feat:换叠加背景

---
 src/layout/Header.vue        |    4 ++--
 src/assets/images/背景图@2x.png |    0 
 src/layout/index.vue         |    4 ++--
 src/assets/images/bg-new.png |    0 
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/assets/images/bg-new.png b/src/assets/images/bg-new.png
new file mode 100644
index 0000000..b860f79
--- /dev/null
+++ b/src/assets/images/bg-new.png
Binary files differ
diff --git "a/src/assets/images/\350\203\214\346\231\257\345\233\276@2x.png" "b/src/assets/images/\350\203\214\346\231\257\345\233\276@2x.png"
new file mode 100644
index 0000000..9c2014f
--- /dev/null
+++ "b/src/assets/images/\350\203\214\346\231\257\345\233\276@2x.png"
Binary files differ
diff --git a/src/layout/Header.vue b/src/layout/Header.vue
index 3726258..5aac0d4 100644
--- a/src/layout/Header.vue
+++ b/src/layout/Header.vue
@@ -49,7 +49,7 @@
       font-weight: 400;
       font-size: 18px;
       color: #ffffff;
-      line-height: 34px;
+      line-height: 42px;
       text-align: center;
       font-style: normal;
       text-transform: none;
@@ -76,7 +76,7 @@
       font-weight: 400;
       font-size: 18px;
       color: #ffffff;
-      line-height: 34px;
+      line-height: 42px;
       text-align: center;
       font-style: normal;
       text-transform: none;
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 9745c75..a316cea 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -61,11 +61,11 @@
     z-index: 999;
     height: 100%;
     width: 100%;
-    background-image: url('../assets/images/bg.png');
+    background-image: url('../assets/images/bg-new.png');
     background-size: 100% 100%;
     background-repeat: no-repeat;
     pointer-events: none;
-
+    
     > * {
       pointer-events: auto;
     }

--
Gitblit v1.9.3