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