Files
number_zj/portal/Digitalgovernment/town/h5/nongcun/1.less
2022-01-11 14:22:25 +08:00

74 lines
1.3 KiB
Plaintext

.nongcun {
position: absolute;
top: 73px;
left: 20px;
height: 720px;
visibility: hidden;
background: #ffffff;
width: 83.5%;
padding: 10px 20px;
h3 {
text-align: left;
padding: 10px 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
b {
margin: 0 10px;
font-size: 18px;
}
.top {
box-shadow: 0 0 1px 1px #e1e1e1;
margin-bottom: 20px;
> .flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
> .left {
width: 40%;
text-align: left;
padding-left: 20px;
padding-top: 10px;
span {
margin-right: 20px;
}
> div {
height: 250px;
}
}
.echart61 {
width: 90%;
height: 250px;
margin: 0 auto;
}
.echart62 {
width: 60%;
height: 250px;
padding-top: 10px;
}
}
}
.bottom {
box-shadow: 0 0 1px 1px #e1e1e1;
padding-bottom: 20px;
.flex {
display: flex;
justify-content: space-around;
> div {
width: 30%;
> :nth-child(1) {
width: 80%;
height: 250px;
margin: 0 auto;
}
> :nth-child(2) {
font-weight: bold;
text-align: center;
}
}
}
}
}