|
|
@ -135,9 +135,9 @@ body { |
|
|
margin: 0.5%; |
|
|
margin: 0.5%; |
|
|
width: calc(99% - 2px); |
|
|
width: calc(99% - 2px); |
|
|
border-radius: 10px; |
|
|
border-radius: 10px; |
|
|
box-shadow: 0 0 10px #ddd; |
|
|
box-shadow: 0 0 5px rgba(221,221,221,.5); |
|
|
background: #fff url(../images/bg_data_item.jpg) no-repeat; |
|
|
background: #fff url(../images/bg_data_item.jpg) no-repeat; |
|
|
border: 1px solid rgba(126, 195, 241, .8); |
|
|
border: 1px solid rgba(126, 195, 241, .5); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.data_item { |
|
|
.data_item { |
|
|
@ -237,7 +237,7 @@ body { |
|
|
.echarts_box { |
|
|
.echarts_box { |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: calc(85% - 3.75rem); |
|
|
height: calc(85% - 5rem); |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -276,7 +276,7 @@ body { |
|
|
.echarts_mult { |
|
|
.echarts_mult { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
margin: 0.75% 0.5% 1%; |
|
|
margin: 0.5% 0.5% 1%; |
|
|
padding-bottom: 5rem; |
|
|
padding-bottom: 5rem; |
|
|
width: 99%; |
|
|
width: 99%; |
|
|
height: calc(100% - 25rem); |
|
|
height: calc(100% - 25rem); |
|
|
@ -306,7 +306,7 @@ body { |
|
|
position: relative; |
|
|
position: relative; |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
float: left; |
|
|
float: left; |
|
|
margin: 0.5% 1.23% 0.85% 0; |
|
|
margin: 0.5% 1.23% 0.5% 0; |
|
|
padding: 0.75% 1% 0.25%; |
|
|
padding: 0.75% 1% 0.25%; |
|
|
width: 32.51%; |
|
|
width: 32.51%; |
|
|
height: 18rem; |
|
|
height: 18rem; |
|
|
|