Commit 1800de15f7cd1581b44d042b189ed2dbbdea2988
1 parent
97a1b5cb
细节调整
Showing
7 changed files
with
16 additions
and
16 deletions
webintroduce/src/assets/images/government/judged.png
webintroduce/src/assets/images/government/monitor.png
webintroduce/src/components/Vintroduce.vue
... | ... | @@ -18,11 +18,11 @@ export default { |
18 | 18 | |
19 | 19 | <style scoped lang="scss"> |
20 | 20 | .introduce-main { |
21 | - height: 860px; | |
22 | - padding: 82px 0; | |
21 | + height: 720px; | |
22 | + padding: 42px 0; | |
23 | 23 | background-color: $baseBgColor ; |
24 | 24 | background-repeat: no-repeat; |
25 | - background-position: center 316px; | |
25 | + background-position: center 240px; | |
26 | 26 | } |
27 | 27 | |
28 | 28 | .introduce-title { |
... | ... | @@ -31,7 +31,7 @@ export default { |
31 | 31 | |
32 | 32 | .introduce-des { |
33 | 33 | width: 869px; |
34 | - margin: 41px auto 97px; | |
34 | + margin: 41px auto; | |
35 | 35 | line-height: 20px; |
36 | 36 | font-size: $fontSizeSubTitle; |
37 | 37 | } | ... | ... |
webintroduce/src/components/Vsection.vue
webintroduce/src/views/government.vue
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | mytitle="停车综合监测" |
19 | 19 | v-bind:insideList="insideList" |
20 | 20 | rowReverse="" |
21 | - setionheight="412px" | |
21 | + setionheight="362px" | |
22 | 22 | v-bind:bgImg="InsideImg" |
23 | 23 | ></Vsection> |
24 | 24 | |
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | mytitle="停车综合监测" |
35 | 35 | v-bind:insideList="guideList" |
36 | 36 | rowReverse="" |
37 | - setionheight="412px" | |
37 | + setionheight="310px" | |
38 | 38 | v-bind:bgImg="guideImg" |
39 | 39 | ></Vsection> |
40 | 40 | </div> | ... | ... |
webintroduce/src/views/owner.vue
webintroduce/src/views/solution.vue
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | mytitle="面向政府停车管理部门" |
35 | 35 | v-bind:insideList="insideList" |
36 | 36 | rowReverse="" |
37 | - setionheight="412px" | |
37 | + setionheight="300px" | |
38 | 38 | v-bind:bgImg="InsideImg" |
39 | 39 | ></Vsection> |
40 | 40 | |
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | mytitle="面向停车场运营企业" |
43 | 43 | v-bind:insideList="closeList" |
44 | 44 | rowReverse="row-reverse" |
45 | - setionheight="412px" | |
45 | + setionheight="380px" | |
46 | 46 | v-bind:bgImg="CloseImg" |
47 | 47 | ></Vsection> |
48 | 48 | |
... | ... | @@ -136,13 +136,13 @@ export default { |
136 | 136 | |
137 | 137 | <style scoped lang="scss"> |
138 | 138 | .summary { |
139 | - height: 640px; | |
139 | + height: 530px; | |
140 | 140 | background: rgba(247, 248, 250, 1); |
141 | 141 | } |
142 | 142 | |
143 | 143 | .summary-title { |
144 | 144 | font-size: 32px; |
145 | - padding: 82px 0 35px; | |
145 | + padding: 40px 0; | |
146 | 146 | } |
147 | 147 | |
148 | 148 | .summary-des{ |
... | ... | @@ -182,22 +182,22 @@ export default { |
182 | 182 | } |
183 | 183 | |
184 | 184 | .plan-title{ |
185 | - padding: 74px 0 400px; | |
185 | + padding: 40px 0 400px; | |
186 | 186 | font-size:32px; |
187 | 187 | background: url("../assets/images/solution/plan.png") no-repeat center 100px; |
188 | 188 | } |
189 | 189 | .build-title{ |
190 | - padding-bottom: 30px; | |
190 | + padding: 40px 0; | |
191 | 191 | font-size: 32px; |
192 | 192 | } |
193 | 193 | .operate-title{ |
194 | - padding: 74px 0 700px; | |
194 | + padding: 40px 0 700px; | |
195 | 195 | font-size:32px; |
196 | 196 | background: url("../assets/images/solution/operate.png") no-repeat center 150px; |
197 | 197 | } |
198 | 198 | .worth-title{ |
199 | 199 | font-size:32px; |
200 | - padding-bottom: 30px; | |
200 | + padding: 40px 0; | |
201 | 201 | } |
202 | 202 | .worth-list{ |
203 | 203 | width: 1200px; | ... | ... |