You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
700 B
36 lines
700 B
.echartsBox{ |
|
width: 100%; |
|
height: 100%; |
|
#pie{ |
|
width: 100%; |
|
height: 100%; |
|
// padding-top: 20px; |
|
} |
|
.histogramBox{ |
|
width: 100%; |
|
.echart-item{ |
|
display: inline-block; |
|
width: 50%; |
|
height: 330px; |
|
} |
|
} |
|
} |
|
.echartsBox{ |
|
width: 100%; |
|
height: 100%; |
|
overflow: auto; |
|
#pie{ |
|
width: 100%; |
|
height: 550px; |
|
@media screen and (max-device-width:1400px){ |
|
top: 65%; |
|
} |
|
@media screen and (min-device-width:1400px){ |
|
top: 55%; |
|
} |
|
position: absolute; |
|
left: 50%; |
|
|
|
transform: translate(-50%,-50%); |
|
} |
|
} |