陈冉 il y a 6 ans
Parent
révision
7c9c3f34f9

+ 0
- 26
src/components/buildingdetailheader.vue Voir le fichier

@@ -1,26 +0,0 @@
1
-<template>
2
-    <div class="headerbigimg">
3
-    <img class="bigimg" src=""/>
4
-    </div>
5
-</template>
6
-
7
-<script>
8
-export default {
9
-  name:'BuildingHeader',
10
-  data () {
11
-
12
-  }
13
-}
14
-</script>
15
-
16
-<style lang="postcss" scoped>
17
-.headerbigimg{
18
-  width: 100%;
19
-  height: 211px;
20
-  & .bigimg{
21
-    width: 100%;
22
-  }
23
-}
24
-</style>
25
-
26
-

+ 0
- 1
src/main.js Voir le fichier

@@ -5,7 +5,6 @@ import App from './App.vue'
5 5
 import router from './router'
6 6
 import store from './store'
7 7
 import './theme'
8
-import './assets/styles/iconfont.css'
9 8
 // import './public/style/common.scss'
10 9
 // import AMap  from 'vue-amap'
11 10
 

+ 158
- 158
src/pages/building/buildingdetail.vue Voir le fichier

@@ -1,159 +1,159 @@
1
-<template>
2
-  <div class="context" >
3
-    <vue-headful title="楼盘详情页"  />
4
-    <city-area></city-area>
5
-    <building-header></building-header>
6
-    <van-cell-group class="clickbutton">
7
-        <div class="gotopageimg" @click="gotopageimg"><van-cell  class="clickcharacters" title="查看更多图片"/><span class="iconfont icon-youfan right"></span></div>
8
-        <span class="iconline"></span>
9
-        <div class="gotopagetype" @click="gotopagetype"><van-cell  class="clickcharacters" title="查看户型图"/><span class="iconfont icon-youfan right" ></span></div>
10
-        <span class="iconline"></span>
11
-        <div class="gotopagecollect"><span class="iconfont icon-Star collect"></span><van-cell class="clickcharacters"  title="已收藏"/></div>
12
-    </van-cell-group>
13
-    <div class="housecenter">
14
-      <house-name></house-name>
15
-      <hr class="line" />
16
-      <building-data></building-data>
17
-    </div>
18
-    <building-conduction></building-conduction>
19
-    <building-perimeter></building-perimeter>
20
-    <correlation-dynamics></correlation-dynamics>
21
-    <div class="btn">
22
-      <van-button @click="gotoLookHouse" size="large" >预约看房</van-button>
23
-  </div>
24
-</div>
25
-</template>
26
-
27
-<script>
28
-import BuildingHeader from './components/buildingdetailheader.vue'
29
-import HouseName from './components/housename.vue'
30
-import BuildingData from './components/buildingdata.vue'
31
-import BuildingConduction from './components/buildingconduction.vue'
32
-import BuildingPerimeter from './components/buildingperimeter.vue'
33
-import CorrelationDynamics from './components/correlationdynamics.vue'
34
-import CityArea from './components/cityarea.vue'
35
-// import ToaseBox from './components/toasebox.vue'
36
-
37
-export default {
38
-    name:'BuildingDetail',
39
-    components: {
40
-    'vue-headful': () => import('vue-headful'),
41
-    'BuildingHeader':BuildingHeader,
42
-    'HouseName':HouseName,
43
-    'BuildingData':BuildingData,
44
-    'BuildingConduction':BuildingConduction,
45
-    'BuildingPerimeter':BuildingPerimeter,
46
-    'CorrelationDynamics':CorrelationDynamics,
47
-    'CityArea':CityArea,
48
-    // 'ToaseBox':ToaseBox,
49
-  },
50
-  //  mounted() {
51
-  //   this.$dialog.alert({
52
-  //     message: '弹窗内容'
53
-  //   });
54
-  // },
55
-  methods: {
56
-    gotoLookHouse() {
57
-      this.$router.push({ name: 'lookhouse' })
58
-    },
59
-    gotopageimg () {
60
-      this.$router.push({ name: 'buildingimage' })
61
-    },
62
-    gotopagetype () {
63
-      this.$router.push({ name: 'buildingtype' })
64
-    }
65
-  }
66
-}
67
-</script>
68
-
69
-<!-- Add "scoped" attribute to limit CSS to this component only -->
70
-<style lang="postcss" scoped>
71
-.context{
72
-  width: 100%;
73
-  height: 610px;
74
-  overflow-y: auto;
75
-
76
-  .clickbutton{
77
-    width: 100%;
78
-    height: 52px;
79
-    display: flex;
80
-    align-items: center;
81
-    justify-content: space-between;
82
-
83
-    .iconline{
84
-      height:16px;
85
-      border:1px solid #EAEAEA;
86
-    }
87
-
88
-    .gotopageimg{
89
-      height: 100%;
90
-      display: flex;
91
-      flex-direction: row;
92
-      align-items: center;
93
-      margin-left: 20px;
94
-    }
95
-
96
-    .gotopagetype{
97
-          height: 100%;
98
-          display: flex;
99
-          flex-direction: row;
100
-          align-items: center;
101
-        }
102
-
103
-    .gotopagecollect{
104
-          height: 100%;
105
-          display: flex;
106
-          flex-direction: row;
107
-          align-items: center;
108
-          margin-right: 30px;
109
-        }
110
-
111
-
112
-    .right{
113
-      color: #A1A1A1!important;
114
-      font-size: 10px !important;
115
-      padding-left: 5px;
116
-    }
117
-
118
-    .collect{
119
-      font-size: 20px !important;
120
-      color:rgba(252,198,74,1) !important;
121
-      padding-right: 5px;
122
-    }
123
-
124
-    .clickcharacters{
125
-    padding: 0 !important;
126
-    font-size:14px;
127
-    font-family:PingFangSC-Regular;
128
-    font-weight:400;
129
-    color:rgba(102,102,102,1);
130
-    line-height:20px;
131
-    text-align: center;
132
-    }
133
-
134
-    .right{
135
-      color:A1A1A1;
136
-      font-size: 10px;
137
-    }
138
-    }
139
-
140
-  .housecenter{
141
-    width: 100%;
142
-    height: 353px;
143
-    background-color:rgba(255,255,255,1);
144
-    margin-bottom: 10px;
145
-
146
-    .line{
147
-      width:90%;
148
-      border: 0.5px solid #EFEFEF;
149
-    }
150
-  }
151
-
152
-  .van-button{
153
-    position: fixed;
154
-    top:617px;
155
-    left:0;
156
-  }
157
-}
158
-
1
+<template>
2
+  <div class="context" >
3
+    <vue-headful title="楼盘详情页"  />
4
+    <city-area></city-area>
5
+    <building-header></building-header>
6
+    <van-cell-group class="clickbutton">
7
+        <div class="gotopageimg" @click="gotopageimg"><van-cell  class="clickcharacters" title="查看更多图片"/><span class="iconfont icon-youfan right"></span></div>
8
+        <span class="iconline"></span>
9
+        <div class="gotopagetype" @click="gotopagetype"><van-cell  class="clickcharacters" title="查看户型图"/><span class="iconfont icon-youfan right" ></span></div>
10
+        <span class="iconline"></span>
11
+        <div class="gotopagecollect"><span class="iconfont icon-Star collect"></span><van-cell class="clickcharacters"  title="已收藏"/></div>
12
+    </van-cell-group>
13
+    <div class="housecenter">
14
+      <house-name></house-name>
15
+      <hr class="line" />
16
+      <building-data></building-data>
17
+    </div>
18
+    <building-conduction></building-conduction>
19
+    <building-perimeter></building-perimeter>
20
+    <correlation-dynamics></correlation-dynamics>
21
+    <div class="btn">
22
+      <van-button @click="gotoLookHouse" size="large" >预约看房</van-button>
23
+  </div>
24
+</div>
25
+</template>
26
+
27
+<script>
28
+import BuildingHeader from './components/buildingdetailheader.vue'
29
+import HouseName from './components/housename.vue'
30
+import BuildingData from './components/buildingdata.vue'
31
+import BuildingConduction from './components/buildingconduction.vue'
32
+import BuildingPerimeter from './components/buildingperimeter.vue'
33
+import CorrelationDynamics from './components/correlationdynamics.vue'
34
+import CityArea from './components/cityarea.vue'
35
+// import ToaseBox from './components/toasebox.vue'
36
+
37
+export default {
38
+    name:'BuildingDetail',
39
+    components: {
40
+    'vue-headful': () => import('vue-headful'),
41
+    'BuildingHeader':BuildingHeader,
42
+    'HouseName':HouseName,
43
+    'BuildingData':BuildingData,
44
+    'BuildingConduction':BuildingConduction,
45
+    'BuildingPerimeter':BuildingPerimeter,
46
+    'CorrelationDynamics':CorrelationDynamics,
47
+    'CityArea':CityArea,
48
+    // 'ToaseBox':ToaseBox,
49
+  },
50
+  //  mounted() {
51
+  //   this.$dialog.alert({
52
+  //     message: '弹窗内容'
53
+  //   });
54
+  // },
55
+  methods: {
56
+    gotoLookHouse() {
57
+      this.$router.push({ name: 'lookhouse' })
58
+    },
59
+    gotopageimg () {
60
+      this.$router.push({ name: 'buildingimage' })
61
+    },
62
+    gotopagetype () {
63
+      this.$router.push({ name: 'buildingtype' })
64
+    }
65
+  }
66
+}
67
+</script>
68
+
69
+<!-- Add "scoped" attribute to limit CSS to this component only -->
70
+<style lang="postcss" scoped>
71
+.context{
72
+  width: 100%;
73
+  height: 610px;
74
+  overflow-y: auto;
75
+
76
+  .clickbutton{
77
+    width: 100%;
78
+    height: 52px;
79
+    display: flex;
80
+    align-items: center;
81
+    justify-content: space-between;
82
+
83
+    .iconline{
84
+      height:16px;
85
+      border:1px solid #EAEAEA;
86
+    }
87
+
88
+    .gotopageimg{
89
+      height: 100%;
90
+      display: flex;
91
+      flex-direction: row;
92
+      align-items: center;
93
+      margin-left: 20px;
94
+    }
95
+
96
+    .gotopagetype{
97
+          height: 100%;
98
+          display: flex;
99
+          flex-direction: row;
100
+          align-items: center;
101
+        }
102
+
103
+    .gotopagecollect{
104
+          height: 100%;
105
+          display: flex;
106
+          flex-direction: row;
107
+          align-items: center;
108
+          margin-right: 30px;
109
+        }
110
+
111
+
112
+    .right{
113
+      color: #A1A1A1!important;
114
+      font-size: 10px !important;
115
+      padding-left: 5px;
116
+    }
117
+
118
+    .collect{
119
+      font-size: 20px !important;
120
+      color:rgba(252,198,74,1) !important;
121
+      padding-right: 5px;
122
+    }
123
+
124
+    .clickcharacters{
125
+    padding: 0 !important;
126
+    font-size:14px;
127
+    font-family:PingFangSC-Regular;
128
+    font-weight:400;
129
+    color:rgba(102,102,102,1);
130
+    line-height:20px;
131
+    text-align: center;
132
+    }
133
+
134
+    .right{
135
+      color:A1A1A1;
136
+      font-size: 10px;
137
+    }
138
+    }
139
+
140
+  .housecenter{
141
+    width: 100%;
142
+    height: 353px;
143
+    background-color:rgba(255,255,255,1);
144
+    margin-bottom: 10px;
145
+
146
+    .line{
147
+      width:90%;
148
+      border: 0.5px solid #EFEFEF;
149
+    }
150
+  }
151
+
152
+  .van-button{
153
+    position: fixed;
154
+    top:617px;
155
+    left:0;
156
+  }
157
+}
158
+
159 159
 </style>

+ 102
- 91
src/pages/building/components/housename.vue Voir le fichier

@@ -1,91 +1,102 @@
1
-<template>
2
-    <div class="housename">
3
-        <div class="housenameheader">
4
-            <span class="housenametitle">帝景天誉</span>
5
-            <div class="housenameprice">
6
-                <span class="price">24000元</span>
7
-                <span class="pricestart">/ 起</span>
8
-            </div>
9
-        </div>
10
-        <div class="housenamefooter">
11
-            <span class="housetype">挑高双层</span>
12
-            <span class="housetel"><i class="iconfont  icon-dianhua2 phone"> </i><span >400-7689-9756</span></span>
13
-        </div>
14
-    </div>
15
-</template>
16
-
17
-<script>
18
-
19
-export default {
20
-    name:'HouseName',
21
-}
22
-</script>
23
-<style lang="postcss" scoped>
24
-.housename{
25
-    margin-top: 10px;
26
-    width: 100%;
27
-    height: 95px;
28
-    display: flex;
29
-    flex-direction: column;
30
-    justify-content: center;
31
-    align-items: center;
32
-
33
-    .housenameheader{
34
-      display: flex;
35
-      flex-direction:row;
36
-      justify-content: space-between;
37
-      width: 90%;
38
-      margin-bottom:5px;
39
-    }
40
-
41
-    .price{
42
-        font-size:18px;
43
-        font-family:PingFangSC-Medium;
44
-        font-weight:500;
45
-        color:rgba(255,84,84,1);
46
-        line-height:22px;
47
-        padding-right: 8px;
48
-    }
49
-
50
-    .pricestart{
51
-        font-size:16px;
52
-        font-family:PingFangSC-Medium;
53
-        font-weight:500;
54
-        color:rgba(0,0,0,1);
55
-        line-height:22px;
56
-    }
57
-
58
-    .housenamefooter{
59
-        display: flex;
60
-        flex-direction:row;
61
-        justify-content: space-between;
62
-        width: 90%;
63
-    }
64
-    .phone{
65
-        font-size: 12px !important;
66
-        color:rgba(119,165,240,1)!important;
67
-        padding-right: 5px;
68
-    }
69
-
70
-    .housetype{
71
-        background:rgba(247,250,255,1);
72
-        border-radius:2px;
73
-        padding: 4px 5px;
74
-        font-size:12px;
75
-        font-family:PingFangSC-Regular;
76
-        font-weight:400;
77
-        color:rgba(119,165,240,1);
78
-        line-height:17px;
79
-    }
80
-
81
-    .housetel{
82
-        font-size:14px;
83
-        font-family:PingFangSC-Regular;
84
-        font-weight:400;
85
-        color:rgba(119,165,240,1);
86
-        line-height:20px;
87
-        display: flex;
88
-        flex-direction: row;
89
-    }
90
-}
91
-</style>
1
+<template>
2
+    <div class="housename">
3
+        <div class="housenameheader">
4
+            <span class="housenametitle">帝景天誉</span>
5
+            <div class="housenameprice">
6
+                <span class="price">24000元</span>
7
+                <span class="pricestart">/ 起</span>
8
+            </div>
9
+        </div>
10
+        <div class="housenamefooter">
11
+            <span class="housetype">挑高双层</span>
12
+            <span class="housetel" @click="altfun()"><i class="iconfont  icon-dianhua2 phone"> </i><span >400-7689-9756</span></span>
13
+        </div>
14
+    </div>
15
+</template>
16
+
17
+<script>
18
+
19
+export default {
20
+    name:'HouseName',
21
+    methods:{
22
+        altfun(){
23
+            console.log(this)
24
+            this.$dialog.alert({
25
+            title: '标题',
26
+            message: '弹窗内容'
27
+            }).then(() => {
28
+            // on close
29
+            })
30
+        }
31
+    }
32
+}
33
+</script>
34
+<style lang="postcss" scoped>
35
+.housename{
36
+    margin-top: 10px;
37
+    width: 100%;
38
+    height: 95px;
39
+    display: flex;
40
+    flex-direction: column;
41
+    justify-content: center;
42
+    align-items: center;
43
+
44
+    .housenameheader{
45
+      display: flex;
46
+      flex-direction:row;
47
+      justify-content: space-between;
48
+      width: 90%;
49
+      margin-bottom:5px;
50
+    }
51
+
52
+    .price{
53
+        font-size:18px;
54
+        font-family:PingFangSC-Medium;
55
+        font-weight:500;
56
+        color:rgba(255,84,84,1);
57
+        line-height:22px;
58
+        padding-right: 8px;
59
+    }
60
+
61
+    .pricestart{
62
+        font-size:16px;
63
+        font-family:PingFangSC-Medium;
64
+        font-weight:500;
65
+        color:rgba(0,0,0,1);
66
+        line-height:22px;
67
+    }
68
+
69
+    .housenamefooter{
70
+        display: flex;
71
+        flex-direction:row;
72
+        justify-content: space-between;
73
+        width: 90%;
74
+    }
75
+    .phone{
76
+        font-size: 12px !important;
77
+        color:rgba(119,165,240,1)!important;
78
+        padding-right: 5px;
79
+    }
80
+
81
+    .housetype{
82
+        background:rgba(247,250,255,1);
83
+        border-radius:2px;
84
+        padding: 4px 5px;
85
+        font-size:12px;
86
+        font-family:PingFangSC-Regular;
87
+        font-weight:400;
88
+        color:rgba(119,165,240,1);
89
+        line-height:17px;
90
+    }
91
+
92
+    .housetel{
93
+        font-size:14px;
94
+        font-family:PingFangSC-Regular;
95
+        font-weight:400;
96
+        color:rgba(119,165,240,1);
97
+        line-height:20px;
98
+        display: flex;
99
+        flex-direction: row;
100
+    }
101
+}
102
+</style>

+ 137
- 119
src/pages/reservation/lookhouse.vue Voir le fichier

@@ -1,120 +1,138 @@
1
-<template>
2
-  <div class="appoint-form">
3
-    <vue-headful title="预约看房信息填写"  />
4
-    <div class="title"><h1>预约看房</h1>
5
-      <van-cell-group>
6
-        <van-cell class="field_name" is-link arrow-direction="down">楼盘名称:</van-cell>
7
-        <van-cell class="field_name">楼盘地址:</van-cell>
8
-        <van-switch-cell v-model="checked" title="马上去" />
9
-        <van-cell class="field_name">预约时间:<van-datetime-picker v-model="currentDate" type="datetime" :min-date="minDate" :max-date="maxDate"/></van-cell>
10
-        <van-field class="field_name"  label="手机号码:" />
11
-        <van-field class="field_name"  label="预约看房人数:"/> 
12
-      </van-cell-group>
13
-      <div class="information">
14
-        <span class="remarks">备注信息:</span>
15
-        <div class="input_content">
16
-            <textarea  id="textArea" class="content_txt" maxlength="100" placeholder="例如:偏好、预算、要求等" onfocus="this.placeholder=''" onblur="this.placeholder='例如:偏好、预算、要求等'"></textarea>
17
-            <span class="number"><span  id="textNum" style="color:#FB6B2F">0</span><span>/100</span></span>
18
-        </div>
19
-      </div>
20
-    </div>
21
-    <div>
22
-      <van-button size="large">提交</van-button>
23
-    </div>
24
-  </div>
25
-</template>
26
-
27
-<script>
28
-export default {
29
-  components: {
30
-    'vue-headful': () => import('vue-headful'),
31
-  },
32
-  data() {
33
-    return {
34
-      checked: true,
35
-      show: false,
36
-       minHour: 10,
37
-      maxHour: 20,
38
-      minDate: new Date(),
39
-      maxDate: new Date(2019, 10, 1),
40
-      currentDate: new Date()
41
-    
42
-    }
43
-  },
44
-}
45
-</script>
46
-
47
-<!-- Add "scoped" attribute to limit CSS to this component only -->
48
-<style lang="postcss" scoped>
49
-.appoint-form {
50
-  padding: 26px;
51
-  
52
-  .title {
53
-    background-color: #fff;
54
-    margin-bottom:22px;
55
-    height: 490px;
56
-    
57
-    .information{
58
-      margin-top: 15px;
59
-
60
-      .remarks{
61
-      font-size:14px;
62
-      font-weight:400;
63
-      color:rgba(62,62,62,1);
64
-      line-height:20px;
65
-      padding: 0 0 8px 15px;
66
-      }
67
-      .input_content{
68
-          width: 90%;
69
-          height: 110px;
70
-          position: relative;
71
-          margin-left: 15px;
72
-
73
-          .content_txt{
74
-            width:100%;
75
-            height: 100%;
76
-            border: none;
77
-            font-size:12px;
78
-            font-weight:400;
79
-            color:rgba(170,170,170,1);
80
-            line-height:17px;
81
-            border: 1px solid rgba(235,235,235,1);
82
-          }
83
-          .number{
84
-            position: absolute;
85
-            bottom: 0.4rem;
86
-            right: 0.4rem;
87
-          }
88
-      }
89
-
90
-    }
91
-  }
92
-
93
-  & h1 {
94
-    text-align: center;
95
-    font-size:18px;
96
-    font-weight:400;
97
-    color:rgba(0,0,0,1);
98
-    line-height:25px;
99
-    padding:20px 0 15px 0;
100
-  }
101
-
102
-  .field_name{
103
-    font-size:14px;
104
-    font-family:PingFangSC-Regular;
105
-    font-weight:400;
106
-    color:rgba(0,0,0,1);
107
-    line-height:20px;
108
-
109
-    .van-field{
110
-
111
-      .van-cell__title{
112
-        max-width: 100px !important;
113
-      }
114
-    }
115
-    
116
-    
117
-  }
118
-
119
-}
1
+<template>
2
+  <div class="appoint-form">
3
+    <vue-headful title="预约看房信息填写"  />
4
+    <div class="title"><h1>预约看房</h1>
5
+      <van-cell-group>
6
+        <van-cell class="field_name" is-link arrow-direction="down" @click="showName()">楼盘名称:
7
+            <van-popup v-model="show" position="bottom" :overlay="false">
8
+              <ul>
9
+                <li></li>
10
+              </ul>
11
+            </van-popup>
12
+        </van-cell>
13
+        <van-cell class="field_name">楼盘地址:</van-cell>
14
+        <van-switch-cell v-model="checked" title="马上去" />
15
+        <van-cell class="field_name" @click="showDatePicker()">预约时间:
16
+          <van-popup v-model="show" position="bottom" :overlay="false">
17
+            <van-datetime-picker v-model="currentDate" type="datetime" :min-date="minDate" :max-date="maxDate"/>
18
+          </van-popup>
19
+        </van-cell>
20
+        <van-field class="field_name"  label="手机号码:" />
21
+        <van-field class="field_name"  label="预约看房人数:"/> 
22
+      </van-cell-group>
23
+      <div class="information">
24
+        <span class="remarks">备注信息:</span>
25
+        <div class="input_content">
26
+            <textarea  id="textArea" class="content_txt" maxlength="100" placeholder="例如:偏好、预算、要求等" onfocus="this.placeholder=''" onblur="this.placeholder='例如:偏好、预算、要求等'"></textarea>
27
+            <span class="number"><span  id="textNum" style="color:#FB6B2F">0</span><span>/100</span></span>
28
+        </div>
29
+      </div>
30
+    </div>
31
+    <div>
32
+      <van-button size="large">提交</van-button>
33
+    </div>
34
+  </div>
35
+</template>
36
+
37
+<script>
38
+export default {
39
+  components: {
40
+    "vue-headful": () => import("vue-headful")
41
+  },
42
+  data() {
43
+    return {
44
+      checked: true,
45
+      show: false,
46
+      minHour: 10,
47
+      maxHour: 20,
48
+      minDate: new Date(),
49
+      maxDate: new Date(2080, 10, 1),
50
+      currentDate: new Date()
51
+    };
52
+  },
53
+  methods: {
54
+    showDatePicker() {
55
+      this.show = true;
56
+    },
57
+    showName (){
58
+      this.show = true;
59
+    }
60
+  }
61
+};
62
+</script>
63
+
64
+<style>
65
+.van-picker__frame{
66
+  display: none;
67
+}
68
+</style>
69
+
70
+<!-- Add "scoped" attribute to limit CSS to this component only -->
71
+<style lang="postcss" scoped>
72
+.appoint-form {
73
+  padding: 26px;
74
+
75
+  .title {
76
+    background-color: #fff;
77
+    margin-bottom: 22px;
78
+    height: 510px;
79
+
80
+    .information {
81
+      margin-top: 15px;
82
+
83
+      .remarks {
84
+        font-size: 14px;
85
+        font-weight: 400;
86
+        color: rgba(62, 62, 62, 1);
87
+        line-height: 20px;
88
+        padding: 0 0 8px 15px;
89
+      }
90
+      .input_content {
91
+        width: 90%;
92
+        height: 110px;
93
+        position: relative;
94
+        margin-left: 15px;
95
+
96
+        .content_txt {
97
+          width: 100%;
98
+          height: 100%;
99
+          border: none;
100
+          font-size: 12px;
101
+          font-weight: 400;
102
+          color: rgba(170, 170, 170, 1);
103
+          line-height: 17px;
104
+          border: 1px solid rgba(235, 235, 235, 1);
105
+        }
106
+        .number {
107
+          position: absolute;
108
+          bottom: 0.4rem;
109
+          right: 0.4rem;
110
+        }
111
+      }
112
+    }
113
+  }
114
+
115
+  & h1 {
116
+    text-align: center;
117
+    font-size: 18px;
118
+    font-weight: 400;
119
+    color: rgba(0, 0, 0, 1);
120
+    line-height: 25px;
121
+    padding: 20px 0 15px 0;
122
+  }
123
+
124
+  .field_name {
125
+    font-size: 14px;
126
+    font-family: PingFangSC-Regular;
127
+    font-weight: 400;
128
+    color: rgba(0, 0, 0, 1);
129
+    line-height: 20px;
130
+
131
+    .van-field {
132
+      .van-cell__title {
133
+        max-width: 100px !important;
134
+      }
135
+    }
136
+  }
137
+}
120 138
 </style>