diff --git a/common/css/app.scss b/common/css/app.scss
index 6927ad2..36ee677 100644
--- a/common/css/app.scss
+++ b/common/css/app.scss
@@ -38,15 +38,40 @@ view {
color: #333;
font-size: 28rpx;
min-height: 100vh;
+ position: relative;
+ width: 100%;
+ padding-bottom: 50rpx;
}
.pageBgImg {
font-size: 28rpx;;
color: #333;
background: #F6F6F6;
- background-color: #1989fa;
+ position: relative;
width: 100%;
- height: 324rpx;
+ z-index: 0;
+ min-height: 100vh;
+ padding-bottom: 50rpx;
+ &::before {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 0;
+ z-index: -2;
+ height: 324rpx;
+ width: 100%;
+ background-color: #1989fa;
+ }
}
+
+.bgImg {
+ height: auto;
+ width: 100%;
+ background-color: #1989fa;
+}
+.poz2 {
+ position: relative;
+ z-index: 2;
+ }
.pad {
padding: 0 28rpx;
}
diff --git a/components/scrollNav/scrollNav.vue b/components/scrollNav/scrollNav.vue
index abe94fa..d0863db 100644
--- a/components/scrollNav/scrollNav.vue
+++ b/components/scrollNav/scrollNav.vue
@@ -21,7 +21,7 @@
\ No newline at end of file
diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue
index 2aebb26..6710716 100644
--- a/pages/tabbar/mine/index.vue
+++ b/pages/tabbar/mine/index.vue
@@ -1,6 +1,4 @@
-
-
@@ -35,7 +33,6 @@
-