parent
311558a3a7
commit
acd364f299
@ -0,0 +1,54 @@
|
|||||||
|
.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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
.nav{
|
||||||
|
display:flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-left:20px;
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
Loading…
Reference in new issue