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

58 lines
1.0 KiB
Plaintext

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