49 lines
851 B
Plaintext
49 lines
851 B
Plaintext
.jichu {
|
|
position: absolute;
|
|
top: 73px;
|
|
left: 20px;
|
|
visibility: hidden;
|
|
background: #ffffff;
|
|
width: 83.5%;
|
|
height: 720px;
|
|
padding: 10px 20px;
|
|
|
|
h3 {
|
|
text-align: left;
|
|
|
|
padding: 20px;
|
|
padding-left: 20px;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
.top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 600px;
|
|
> div {
|
|
box-shadow: 0 0 1px 1px #e1e1e1;
|
|
width: 24%;
|
|
> :nth-child(2) {
|
|
> :nth-child(1) {
|
|
padding-left: 20px;
|
|
height: 90px;
|
|
span {
|
|
margin-right: 10px;
|
|
padding: 20px 0;
|
|
|
|
display: inline-block;
|
|
}
|
|
b {
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
div[class^="echart"] {
|
|
width: 100%;
|
|
height: 200px;
|
|
margin: 50px auto 0;
|
|
}
|
|
}
|
|
}
|
|
}
|