测试文件

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

48
portal/h5/jichu/1.less Normal file
View File

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