f5d0972a by 任超

style:首页

1 parent f7b45130
<template>
<!-- 地图 -->
<Echart id="centreLeft2Chart" class="centreLeft2Chart" ref="centreLeft2ChartRef" width="100%" height="470px"
<Echart id="centreLeft2Chart" class="centreLeft2Chart" ref="centreLeft2ChartRef" width="100%" height="505px"
:options="options"></Echart>
</template>
......@@ -109,7 +109,7 @@ export default {
visualMap: {
min: 0,
max: _this.max,
bottom: '2%',
bottom: '0%',
right: 30,
splitNumber: 6,
seriesIndex: [0],
......
......@@ -39,7 +39,7 @@ export default {
background: url("~@/image/mapcenter.png") no-repeat;
background-size: 100% 100%;
position: relative;
height: 470px;
height: 510px;
.title {
position: absolute;
......
......@@ -64,7 +64,7 @@ export default {
position: absolute;
left: 0;
right: 0;
top: 15px;
top: 12px;
text-align: center;
}
......@@ -96,7 +96,7 @@ export default {
.card2 {
background: url("~@/image/djywl.png") no-repeat;
background-size: 100% 100%;
padding: 60px 0 15px 0;
padding: 60px 0 0 0;
}
.card3 {
......@@ -105,6 +105,9 @@ export default {
background: url("~@/image/lxzl.png") no-repeat;
background-size: 100% 100%;
padding-bottom: 0;
.cardhead {
top: 6px;
}
}
.cardhead {
......