From 23a314a55c875b4de4f53e84d810d57f2aa9becb Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 24 Oct 2025 14:31:16 +0800
Subject: [PATCH] feat:添加背景
---
src/App.vue | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 3eb684d..82c1788 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,13 +1,4 @@
-<!--
- * @Author : yuan
- * @Date : 2025-09-28 09:31:16
- * @LastEditors : yuan
- * @LastEditTime : 2025-09-28 10:07:55
- * @FilePath : \src\App.vue
- * @Description :
- * Copyright 2025 OBKoro1, All Rights Reserved.
- * 2025-09-28 09:31:16
--->
+
<script setup>
import { onHide, onLaunch, onShow } from "@dcloudio/uni-app";
import { useAppStore } from "@/store";
@@ -38,6 +29,14 @@
/* 每个页面公共css */
@import "uview-plus/index.scss";
@import "@/static/styles/common.scss";
+page {
+ background-image: url('~@/static/images/user/allBg.svg');
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ min-height: 100vh;
+}
.uni-tabbar__item:nth-child(4) {
.uni-tabbar__bd {
.uni-tabbar__icon {
--
Gitblit v1.9.3