Files
2022-01-11 14:22:25 +08:00

75 lines
1.4 KiB
CSS

.chengzhen {
position: absolute;
top: 73px;
visibility: hidden;
background: #ffffff;
left: 20px;
width: 83.5%;
height: 720px;
padding: 10px 20px;
}
.chengzhen h3 {
text-align: left;
padding: 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.chengzhen b {
margin: 0 10px;
font-size: 18px;
font-weight: normal;
}
.chengzhen .top {
box-shadow: 0 0 1px 1px #e1e1e1;
}
.chengzhen .top .flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 10px 20px 0;
}
.chengzhen .top .flex .left {
width: 32%;
}
.chengzhen .top .flex .left > div {
text-align: left;
box-shadow: 0 0 1px 1px #e1e1e1;
padding-top: 10px;
margin-bottom: 20px;
}
.chengzhen .top .flex .left > div span:nth-child(1) {
padding-left: 20px;
font-weight: bold;
}
.chengzhen .top .flex .left > div span {
display: block;
margin: 19px 0 0;
padding-left: 40px;
}
.chengzhen .top .flex .left > div div[class^="echart"] {
width: 94%;
height: 80px;
}
.chengzhen .top .flex .right {
width: 67%;
}
.chengzhen .top .flex .right table {
box-shadow: 0 0 1px 1px #e1e1e1;
width: 100%;
margin: 0 auto;
}
.chengzhen .top .flex .right table th {
background: #3e9ef5;
height: 40px;
color: #ffffff;
}
.chengzhen .top .flex .right table tbody {
border: 1px solid #e1e1e1;
}
.chengzhen .top .flex .right table tbody td {
height: 40px;
line-height: 40px;
text-align: center;
border-bottom: 1px solid #e1e1e1;
}