diff --git a/src/project/fengdu/AppHome/AppHome.vue b/src/project/fengdu/AppHome/AppHome.vue
index 871a96d..2677a10 100644
--- a/src/project/fengdu/AppHome/AppHome.vue
+++ b/src/project/fengdu/AppHome/AppHome.vue
@@ -3,7 +3,7 @@
-
+
@@ -25,7 +25,7 @@

-
+
@@ -50,7 +50,7 @@ export default {
search: {areaId: ''},
backgroundNavbar: {
background: 'url(https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg1.png) no-repeat',
- backgroundSize: '100% auto',
+ backgroundSize: '100% 100%',
}
}
},
@@ -171,18 +171,16 @@ export default {
.page {
width: 100%;
- min-height: 100%;
- position: relative;
+ height: 100vh;
.container{
background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat;
- background: 100% auto;
+ background-size: 100% auto;
.swiper-content {
width: 100%;
- height: 292px;
+ height: 416px;
padding: 20px 32px 32px;
box-sizing: border-box;
- // background: 'url(https://cdn.cunwuyun.cn/fengdu/img-bg2) no-repeat',;
}
.grid-content {