55 lines
957 B
CSS
55 lines
957 B
CSS
.cunzhen {
|
|
position: absolute;
|
|
top: 73px;
|
|
left: 20px;
|
|
visibility: hidden;
|
|
background: #ffffff;
|
|
height: 720px;
|
|
width: 83.5%;
|
|
padding: 10px 20px 20px;
|
|
}
|
|
.cunzhen h3 {
|
|
text-align: left;
|
|
padding: 10px 20px;
|
|
padding-left: 20px;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
.cunzhen b {
|
|
margin: 0 10px;
|
|
font-size: 18px;
|
|
}
|
|
.cunzhen > div {
|
|
box-shadow: 0 0 1px 1px #e1e1e1;
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
.cunzhen > div .flex {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
.cunzhen > div .flex .left {
|
|
width: 40%;
|
|
}
|
|
.cunzhen > div .flex .left > :nth-child(1) {
|
|
width: 80%;
|
|
height: 200px;
|
|
margin: 0 auto;
|
|
}
|
|
.cunzhen > div .flex .left span {
|
|
display: block;
|
|
margin: 10px 0;
|
|
}
|
|
.cunzhen > div .flex > :nth-child(2) {
|
|
width: 60%;
|
|
height: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
.cunzhen > div .flex > :nth-child(3) {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 20px;
|
|
color: black;
|
|
}
|