From 1d79c1c6c6d4be790e71f49f64966c467f75127d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Thu, 19 Aug 2021 18:11:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 +++++
pages/find/find.vue | 3 +++
pages/my/exclusiveMatch.vue | 2 +-
pages/my/index.vue | 2 ++
pages/my/memberVip.vue | 2 ++
pages/my/service.vue | 2 +-
pages/my/welfare.vue | 2 +-
pages/test/test.vue | 48 +++++++++++++++++++++++++++++++++++++
8 files changed, 64 insertions(+), 3 deletions(-)
create mode 100644 pages/test/test.vue
diff --git a/pages.json b/pages.json
index 43d6302..dee5cda 100644
--- a/pages.json
+++ b/pages.json
@@ -150,6 +150,12 @@
"style": {
"navigationBarTitleText": "私人定制"
}
+ },
+ {
+ "path": "pages/test/test",
+ "style": {
+ "navigationBarTitleText": "测试专用"
+ }
}
],
"globalStyle": {
diff --git a/pages/find/find.vue b/pages/find/find.vue
index ea85f5e..d4cd6c6 100644
--- a/pages/find/find.vue
+++ b/pages/find/find.vue
@@ -192,6 +192,9 @@
position: fixed;
right: 32rpx;
bottom: 40rpx;
+ /* #ifdef H5 */
+ bottom: 140rpx;
+ /* #endif */
width: 100rpx;
height: 100rpx;
background-color: #E21196;
diff --git a/pages/my/exclusiveMatch.vue b/pages/my/exclusiveMatch.vue
index 619b292..8e5bd9c 100644
--- a/pages/my/exclusiveMatch.vue
+++ b/pages/my/exclusiveMatch.vue
@@ -60,7 +60,7 @@
width: 100%;
height: 210rpx;
position: relative;
- z-index: -1;
+ z-index: 1;
}
.pure_top::after {
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 664187b..a1b31c9 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -133,6 +133,8 @@
.head-top {
width: 100%;
height: 562rpx;
+ position: relative;
+ z-index: 9;
/* background-color: red; */
}
diff --git a/pages/my/memberVip.vue b/pages/my/memberVip.vue
index 1d988e6..834f49c 100644
--- a/pages/my/memberVip.vue
+++ b/pages/my/memberVip.vue
@@ -98,6 +98,8 @@
.head-top {
width: 100%;
height: 562rpx;
+ position: relative;
+ z-index: 9;
/* background-color: red; */
}
diff --git a/pages/my/service.vue b/pages/my/service.vue
index 4cb94cd..3a8b92b 100644
--- a/pages/my/service.vue
+++ b/pages/my/service.vue
@@ -64,7 +64,7 @@
width: 100%;
height: 210rpx;
position: relative;
- z-index: -1;
+ z-index: 1;
}
.pure_top::after {
diff --git a/pages/my/welfare.vue b/pages/my/welfare.vue
index f98899d..3396c6f 100644
--- a/pages/my/welfare.vue
+++ b/pages/my/welfare.vue
@@ -74,7 +74,7 @@
width: 100%;
height: 210rpx;
position: relative;
- z-index: -1;
+ z-index: 1;
}
.pure_top::after {
diff --git a/pages/test/test.vue b/pages/test/test.vue
new file mode 100644
index 0000000..a421540
--- /dev/null
+++ b/pages/test/test.vue
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+