测试文件
This commit is contained in:
42
portal/h5/jichu/1.css
Normal file
42
portal/h5/jichu/1.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user