82 lines
1.6 KiB
CSS
82 lines
1.6 KiB
CSS
.fangdichan {
|
|
position: absolute;
|
|
top: 73px;
|
|
left: 20px;
|
|
visibility: hidden;
|
|
background: #ffffff;
|
|
width: 83.5%;
|
|
height: 720px;
|
|
padding: 10px 20px;
|
|
}
|
|
.fangdichan h3 {
|
|
text-align: left;
|
|
padding: 10px;
|
|
padding-left: 20px;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
.fangdichan .top {
|
|
box-shadow: 0 0 1px 1px #e1e1e1;
|
|
}
|
|
.fangdichan .top > div {
|
|
display: flex;
|
|
}
|
|
.fangdichan .top > div > :nth-child(1) {
|
|
width: 30%;
|
|
}
|
|
.fangdichan .top > div > :nth-child(1) .flex {
|
|
display: flex;
|
|
justify-content: left;
|
|
padding-left: 20px;
|
|
}
|
|
.fangdichan .top > div > :nth-child(1) .flex span {
|
|
padding: 10px 0;
|
|
margin-right: 20px;
|
|
}
|
|
.fangdichan .top > div > :nth-child(1) .echart11 {
|
|
height: 200px;
|
|
width: 200px;
|
|
margin: 0 auto;
|
|
}
|
|
.fangdichan .top > div .right {
|
|
width: 60%;
|
|
}
|
|
.fangdichan .top > div .right h3 {
|
|
text-align: center;
|
|
}
|
|
.fangdichan .top > div .right table {
|
|
width: 100%;
|
|
margin: 0 auto 10px;
|
|
text-align: center;
|
|
}
|
|
.fangdichan .top > div .right table th {
|
|
background: #3e9ef5;
|
|
height: 35px;
|
|
color: #ffffff;
|
|
}
|
|
.fangdichan .top > div .right table tbody {
|
|
box-shadow: 0 0 1px 1px #e1e1e1;
|
|
}
|
|
.fangdichan .top > div .right table tbody td {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
.fangdichan .bottom {
|
|
text-align: left;
|
|
box-shadow: 0 0 1px 1px #e1e1e1;
|
|
margin-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.fangdichan .bottom > div > div {
|
|
padding: 10px 0;
|
|
padding-left: 20px;
|
|
}
|
|
.fangdichan .bottom > div > div span {
|
|
margin-right: 20px;
|
|
}
|
|
.fangdichan .bottom > div .echart12 {
|
|
width: 90%;
|
|
height: 270px;
|
|
margin: 0 auto;
|
|
}
|