60 lines
1.1 KiB
CSS
60 lines
1.1 KiB
CSS
.centercontent table {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
|
|
box-shadow: 0 0 1px 1px #e1e1e1;
|
|
color: #b3b5b9;
|
|
}
|
|
.centercontent table th {
|
|
height: 40px;
|
|
|
|
color: #0066ff;
|
|
background: #d9e8ff;
|
|
}
|
|
.centercontent table tbody {
|
|
border: 1px solid #e1e1e1;
|
|
}
|
|
.centercontent table tbody td {
|
|
line-height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
.centercontent .chengzhen div[class^="echart"] {
|
|
width: 100%;
|
|
height: 40px;
|
|
}
|
|
.centercontent .chengzhen .chengzhenbox {
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
.centercontent .chengzhen {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
.centercontent .chengzhen .chengzhenbox {
|
|
width: 50%;
|
|
}
|
|
.centercontent .chengzhen .chengzhenbox > div {
|
|
margin-bottom: 10px;
|
|
|
|
text-align: left;
|
|
color: #b3b5b9;
|
|
}
|
|
.centercontent .chengzhen .chengzhenbox > div span:nth-child(1) {
|
|
margin: 0;
|
|
padding: 10px 20px;
|
|
text-align: center;
|
|
/* border-bottom: 1px #e1e1e1 solid; */
|
|
}
|
|
.centercontent .chengzhen .chengzhenbox > div span {
|
|
display: block;
|
|
|
|
margin: 19px 0 0;
|
|
padding-left: 40px;
|
|
}
|