|
@ -28,7 +28,7 @@ |
|
|
display: block; |
|
|
display: block; |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
margin-top: 20px; |
|
|
|
|
|
.second-title-label { |
|
|
.second-title-label { |
|
|
position: relative; |
|
|
position: relative; |
|
|
padding-left: 40px; |
|
|
padding-left: 40px; |
|
@ -117,11 +117,11 @@ |
|
|
flex-direction: row; |
|
|
flex-direction: row; |
|
|
// flex-wrap: wrap; |
|
|
// flex-wrap: wrap; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
height: calc(100vh - 230px); |
|
|
height: calc(100vh - 190px); |
|
|
|
|
|
|
|
|
.g-l { |
|
|
.g-l { |
|
|
width: 40%; |
|
|
width: 40%; |
|
|
height: calc(100vh - 240px); |
|
|
height: calc(100vh - 200px); |
|
|
|
|
|
|
|
|
.echart-line { |
|
|
.echart-line { |
|
|
margin-left: 30px; |
|
|
margin-left: 30px; |
|
@ -140,11 +140,11 @@ |
|
|
|
|
|
|
|
|
.g-r { |
|
|
.g-r { |
|
|
width: 55%; |
|
|
width: 55%; |
|
|
height: calc(100vh - 250px); |
|
|
height: calc(100vh - 210px); |
|
|
|
|
|
|
|
|
.r-map { |
|
|
.r-map { |
|
|
position: relative; |
|
|
position: relative; |
|
|
height: calc(100vh - 250px - 50px); |
|
|
height: calc(100vh - 210px - 50px); |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|
|
|
|
|
|
.map { |
|
|
.map { |
|
|