You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
929 B
54 lines
929 B
.cont_warp {
|
|
border: 1px solid #000;
|
|
|
|
.header {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
|
|
.main_body {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
border-bottom: 1px solid #000;
|
|
height: 500px;
|
|
|
|
.body_left {
|
|
width: 200px;
|
|
height: 100%;
|
|
line-height:500px;
|
|
border-right: 1px solid #000;
|
|
|
|
}
|
|
|
|
.body_right {
|
|
display:flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
height:100%;
|
|
|
|
.stepTitle{
|
|
margin-top:30px;
|
|
}
|
|
.stepDesc{
|
|
margin-top:30px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 10px;
|
|
.btns {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
} |