Commit a13abe8fc8bf79f89f5f64706ba29307d7ac7e2b

Authored by Andy
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,15 +41,16 @@ export default {
41 41
42 <style scoped lang="scss"> 42 <style scoped lang="scss">
43 .footer{ 43 .footer{
44 - height: 280px; 44 + height: 200px;
45 width:100%; 45 width:100%;
46 background:rgba(6,8,10,1); 46 background:rgba(6,8,10,1);
47 .footer-top{ 47 .footer-top{
48 - height: 216px; 48 + /*height: 216px;*/
  49 + height: 150px;
49 margin: 0 auto; 50 margin: 0 auto;
50 width: 1010px; 51 width: 1010px;
51 .footer-nav{ 52 .footer-nav{
52 - margin-top: 25px; 53 + margin-top: 10px;
53 li{ 54 li{
54 width:56px; 55 width:56px;
55 height:20px; 56 height:20px;
@@ -62,9 +63,9 @@ export default { @@ -62,9 +63,9 @@ export default {
62 } 63 }
63 } 64 }
64 .footer-rem{ 65 .footer-rem{
65 - margin-top: 35px; 66 + margin-top: 20px;
66 width: 129px; 67 width: 129px;
67 - height: 188px; 68 + height: 140px;
68 .footer-tit{ 69 .footer-tit{
69 width:84px; 70 width:84px;
70 height:20px; 71 height:20px;
@@ -73,12 +74,13 @@ export default { @@ -73,12 +74,13 @@ export default {
73 font-weight:400; 74 font-weight:400;
74 color:rgba(255,255,255,1); 75 color:rgba(255,255,255,1);
75 line-height:20px; 76 line-height:20px;
76 - margin-bottom: 11px; 77 + margin-bottom: 5px;
77 } 78 }
78 .footer-icon{ 79 .footer-icon{
79 - width:129px;  
80 - height:129px; 80 + width: 88px;
  81 + height: 88px;
81 background: url("../assets/footer_ico.png") no-repeat; 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,8 +89,8 @@ export default {
87 .footer-bottom{ 89 .footer-bottom{
88 border-top:1px solid rgba(255,255,255,0.25);; 90 border-top:1px solid rgba(255,255,255,0.25);;
89 width: 100%; 91 width: 100%;
90 - height: 62px;  
91 - line-height: 60px; 92 + height: 50px;
  93 + line-height: 50px;
92 font-family:PingFangSC-Regular; 94 font-family:PingFangSC-Regular;
93 font-weight:400; 95 font-weight:400;
94 color:rgba(255,255,255,0.65); 96 color:rgba(255,255,255,0.65);