测试文件

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

42
portal/h5/jichu/1.css Normal file
View File

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