测试文件

This commit is contained in:
Wjl
2022-01-11 14:22:25 +08:00
parent 0d51d41ffd
commit 37c93d07d0
283 changed files with 36491 additions and 4 deletions

View File

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