f5d0972a by 任超

style:首页

1 parent f7b45130
1 <template> 1 <template>
2 <!-- 地图 --> 2 <!-- 地图 -->
3 <Echart id="centreLeft2Chart" class="centreLeft2Chart" ref="centreLeft2ChartRef" width="100%" height="470px" 3 <Echart id="centreLeft2Chart" class="centreLeft2Chart" ref="centreLeft2ChartRef" width="100%" height="505px"
4 :options="options"></Echart> 4 :options="options"></Echart>
5 </template> 5 </template>
6 6
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
109 visualMap: { 109 visualMap: {
110 min: 0, 110 min: 0,
111 max: _this.max, 111 max: _this.max,
112 bottom: '2%', 112 bottom: '0%',
113 right: 30, 113 right: 30,
114 splitNumber: 6, 114 splitNumber: 6,
115 seriesIndex: [0], 115 seriesIndex: [0],
......
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
39 background: url("~@/image/mapcenter.png") no-repeat; 39 background: url("~@/image/mapcenter.png") no-repeat;
40 background-size: 100% 100%; 40 background-size: 100% 100%;
41 position: relative; 41 position: relative;
42 height: 470px; 42 height: 510px;
43 43
44 .title { 44 .title {
45 position: absolute; 45 position: absolute;
......
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
64 position: absolute; 64 position: absolute;
65 left: 0; 65 left: 0;
66 right: 0; 66 right: 0;
67 top: 15px; 67 top: 12px;
68 text-align: center; 68 text-align: center;
69 } 69 }
70 70
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
96 .card2 { 96 .card2 {
97 background: url("~@/image/djywl.png") no-repeat; 97 background: url("~@/image/djywl.png") no-repeat;
98 background-size: 100% 100%; 98 background-size: 100% 100%;
99 padding: 60px 0 15px 0; 99 padding: 60px 0 0 0;
100 } 100 }
101 101
102 .card3 { 102 .card3 {
...@@ -105,6 +105,9 @@ export default { ...@@ -105,6 +105,9 @@ export default {
105 background: url("~@/image/lxzl.png") no-repeat; 105 background: url("~@/image/lxzl.png") no-repeat;
106 background-size: 100% 100%; 106 background-size: 100% 100%;
107 padding-bottom: 0; 107 padding-bottom: 0;
108 .cardhead {
109 top: 6px;
110 }
108 } 111 }
109 112
110 .cardhead { 113 .cardhead {
......