From ba01c251096c859bd5444aaa11b85e2fcb1270a4 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 24 Oct 2025 14:54:48 +0800
Subject: [PATCH] feat:去掉单文件背景
---
src/pages/user/index.vue | 3 +--
src/pages/work/index.vue | 3 +--
src/subPackages/userDetail/password/index.vue | 9 ---------
src/subPackages/userDetail/infos/index.vue | 4 +---
4 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue
index ef5cae7..999d655 100644
--- a/src/pages/user/index.vue
+++ b/src/pages/user/index.vue
@@ -110,8 +110,7 @@
.page-wrap {
width: 100%;
height: 100%;
- background: url('/src/static/images/user/allBg.svg') no-repeat center center;
- background-size: cover;
+
padding-top: 88rpx;
}
diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue
index 2e9f6ca..43eb117 100644
--- a/src/pages/work/index.vue
+++ b/src/pages/work/index.vue
@@ -60,7 +60,6 @@
.eventTickets {
width: 100%;
height: 100%;
- background: url('/src/static/images/user/allBg.svg') no-repeat center center;
- background-size: cover;
+
}
</style>
\ No newline at end of file
diff --git a/src/subPackages/userDetail/infos/index.vue b/src/subPackages/userDetail/infos/index.vue
index 867c189..551b75e 100644
--- a/src/subPackages/userDetail/infos/index.vue
+++ b/src/subPackages/userDetail/infos/index.vue
@@ -129,9 +129,7 @@
display: flex;
flex-direction: column;
align-items: center;
- background: url('/src/static/images/user/allBg.svg') no-repeat center center;
- background-size: cover;
- background-attachment: fixed;
+
}
diff --git a/src/subPackages/userDetail/password/index.vue b/src/subPackages/userDetail/password/index.vue
index c5f161e..ab9fa54 100644
--- a/src/subPackages/userDetail/password/index.vue
+++ b/src/subPackages/userDetail/password/index.vue
@@ -92,20 +92,11 @@
<style lang="scss" scoped>
.container {
-
width: 100%;
-
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
-
- background: url('/src/static/images/user/allBg.svg') no-repeat center center;
- background-size: cover;
-
- background-attachment: fixed;
-
-
}
.detailBox {
--
Gitblit v1.9.3