Commit a13abe8fc8bf79f89f5f64706ba29307d7ac7e2b
1 parent
1427d757
首页 banner 更换icon 文字居中
地图 支持收缩 放大 停车服务 bug修复
Showing
1 changed file
with
12 additions
and
10 deletions
src/components/VFooter.vue
... | ... | @@ -41,15 +41,16 @@ export default { |
41 | 41 | |
42 | 42 | <style scoped lang="scss"> |
43 | 43 | .footer{ |
44 | - height: 280px; | |
44 | + height: 200px; | |
45 | 45 | width:100%; |
46 | 46 | background:rgba(6,8,10,1); |
47 | 47 | .footer-top{ |
48 | - height: 216px; | |
48 | + /*height: 216px;*/ | |
49 | + height: 150px; | |
49 | 50 | margin: 0 auto; |
50 | 51 | width: 1010px; |
51 | 52 | .footer-nav{ |
52 | - margin-top: 25px; | |
53 | + margin-top: 10px; | |
53 | 54 | li{ |
54 | 55 | width:56px; |
55 | 56 | height:20px; |
... | ... | @@ -62,9 +63,9 @@ export default { |
62 | 63 | } |
63 | 64 | } |
64 | 65 | .footer-rem{ |
65 | - margin-top: 35px; | |
66 | + margin-top: 20px; | |
66 | 67 | width: 129px; |
67 | - height: 188px; | |
68 | + height: 140px; | |
68 | 69 | .footer-tit{ |
69 | 70 | width:84px; |
70 | 71 | height:20px; |
... | ... | @@ -73,12 +74,13 @@ export default { |
73 | 74 | font-weight:400; |
74 | 75 | color:rgba(255,255,255,1); |
75 | 76 | line-height:20px; |
76 | - margin-bottom: 11px; | |
77 | + margin-bottom: 5px; | |
77 | 78 | } |
78 | 79 | .footer-icon{ |
79 | - width:129px; | |
80 | - height:129px; | |
80 | + width: 88px; | |
81 | + height: 88px; | |
81 | 82 | background: url("../assets/footer_ico.png") no-repeat; |
83 | + background-size: 100% 100%; | |
82 | 84 | } |
83 | 85 | |
84 | 86 | } |
... | ... | @@ -87,8 +89,8 @@ export default { |
87 | 89 | .footer-bottom{ |
88 | 90 | border-top:1px solid rgba(255,255,255,0.25);; |
89 | 91 | width: 100%; |
90 | - height: 62px; | |
91 | - line-height: 60px; | |
92 | + height: 50px; | |
93 | + line-height: 50px; | |
92 | 94 | font-family:PingFangSC-Regular; |
93 | 95 | font-weight:400; |
94 | 96 | color:rgba(255,255,255,0.65); | ... | ... |