From ecdc7f910ae6228b01d221d42fa6437ceed04dda Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 24 Oct 2025 15:04:39 +0800
Subject: [PATCH] feat:修改背景颜色

---
 src/App.vue |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 8505618..03c4ebb 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,12 +30,12 @@
 @import "uview-plus/index.scss";
 @import "@/static/styles/common.scss";
 page {
-  background-image: url('~@/static/images/user/allBg.svg'); 
-  background-size: cover; 
+  background-image: url('~@/static/images/user/allBg.svg');
+  background-size: cover;
   background-position: center;
-  background-repeat: no-repeat; 
-  background-attachment: fixed; 
-  min-height: 100vh; 
+  background-repeat: no-repeat;
+  background-attachment: fixed;
+  // min-height: 10vh;
 }
 .uni-tabbar__item:nth-child(4) {
   .uni-tabbar__bd {
@@ -46,4 +46,13 @@
     }
   }
 }
+.uni-page-head__title {
+ font-family: Source Han Sans CN, Source Han Sans CN !important;
+ font-weight: 400 !important;
+ font-size: 17px !important;
+ color: #222324 !important;
+}
+.uni-page-head {
+	background-image: url(/drone-app/src/static/images/user/allBg.svg) !important;
+}
 </style>

--
Gitblit v1.9.3