From f5f42e3f785b334c24775d83c7c2be6fd2d9a38e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 06 Nov 2025 13:50:06 +0800
Subject: [PATCH] feat:登录页调整
---
src/App.vue | 24 +++++++++++++++++++-----
1 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 82c1788..bb5c52a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,18 +30,32 @@
@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/bg.png');
+ 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 {
.uni-tabbar__icon {
width: 60px !important;
+ height: 60px !important;
+ margin-top: -20px;
}
}
}
+.uni-tabbar-border{
+ background-color: #f6f6f6 !important;
+}
+.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: transparent !important;
+}
</style>
--
Gitblit v1.9.3