Browse Source

静态页面

1002884655 4 years ago
parent
commit
810c941577

+ 1
- 1
src/components/TabPageCutNav/index.less View File

@@ -1,6 +1,6 @@
1 1
 .TabPageCutNav {
2 2
   width: 100%;
3
-  padding-bottom: 35%;
3
+  padding-bottom: 30%;
4 4
   background-image: linear-gradient(#F35844, rgba(255, 141, 97, 1, 0.5));
5 5
   position: relative;
6 6
   z-index: 1;

+ 1
- 1
src/pages/FuLi/index.less View File

@@ -9,7 +9,7 @@
9 9
     width: 100%;
10 10
     position: relative;
11 11
     overflow: hidden;
12
-    padding-bottom: 56.25%;
12
+    padding-bottom: 50%;
13 13
     // background-image: linear-gradient(rgba(255, 141, 97, 1, 0.5), #F35844);
14 14
 
15 15
     >image {

+ 2
- 2
src/pages/WoDe/index.jsx View File

@@ -17,9 +17,9 @@ const menuGroup = [
17 17
     { icon: 'iconrenzheng1', name: '业主认证', id: 1, router: '/pages/WoDe/WoDeRenZheng/index' },
18 18
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
19 19
     { icon: 'iconjiaofei', name: '物业缴费', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
20
-    { icon: 'iconfuwu1', name: '业报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
20
+    { icon: 'iconfuwu1', name: '业报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
21 21
     // { icon: 'iconfuwu1', name: '业主工单', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index', personTypes: [PERSON_TYPE.LIFE_CONSULTANT] },
22
-    { icon: 'iconfuwu1', name: '业报修', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index' },
22
+    { icon: 'iconfuwu1', name: '业报修', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index' },
23 23
   ],
24 24
   [
25 25
     { icon: 'iconerweima', name: '推荐二维码', id: 5, router: '/pages/WoDe/TuiJianErWeiMa/index' },

+ 1
- 1
src/pages/WoDe/index.less View File

@@ -33,7 +33,7 @@
33 33
         left: 50%;
34 34
         transform: translateX(-50%);
35 35
         -webkit-transform: translateX(-50%);
36
-        bottom: 60px;
36
+        bottom: 100px;
37 37
         z-index: 2;
38 38
         width: 100vw;
39 39
         align-items: center;