Files
number_zj/portal/h5/jichu/1.css
2022-01-11 14:22:25 +08:00

43 lines
813 B
CSS

.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;
}