Files
number_zj/portal/h5/fangdichan/fangdichan.less
2022-01-11 14:22:25 +08:00

90 lines
1.7 KiB
Plaintext

.fangdichan {
position: absolute;
top: 73px;
left: 20px;
visibility: hidden;
// display: none;
background: #ffffff;
width: 83.5%;
height: 720px;
padding: 10px 20px;
h3 {
text-align: left;
padding: 10px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.top {
box-shadow: 0 0 1px 1px #e1e1e1;
> div {
display: flex;
// justify-content: space-between;
> :nth-child(1) {
width: 30%;
.flex {
display: flex;
justify-content: left;
padding-left: 20px;
span {
padding: 10px 0;
margin-right: 20px;
}
}
.echart11 {
height: 200px;
width: 200px;
margin: 0 auto;
}
}
.right {
width: 60%;
h3 {
text-align: center;
}
table {
width: 100%;
margin: 0 auto 10px;
text-align: center;
th {
background: #3e9ef5;
height: 35px;
color: #ffffff;
}
tbody {
box-shadow: 0 0 1px 1px #e1e1e1;
td {
height: 35px;
line-height: 35px;
border-bottom: 1px solid #e1e1e1;
}
}
}
}
}
}
.bottom {
text-align: left;
box-shadow: 0 0 1px 1px #e1e1e1;
margin-top: 20px;
padding-bottom: 20px;
> div {
> div {
padding: 10px 0;
padding-left: 20px;
span {
margin-right: 20px;
}
}
.echart12 {
width: 90%;
height: 270px;
margin: 0 auto;
}
}
}
}