update
This commit is contained in:
parent
e8a5de0ce6
commit
961d7a059a
|
@ -2,11 +2,12 @@
|
||||||
flex-basis: 60px!important;
|
flex-basis: 60px!important;
|
||||||
/* justify-content: flex-end; */
|
/* justify-content: flex-end; */
|
||||||
}
|
}
|
||||||
.addaccinfo{
|
|
||||||
|
#addaccinfo{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.addform{
|
.form{
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
.mypic{
|
.mypic{
|
||||||
|
@ -36,3 +37,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.sel1{
|
||||||
|
width: auto;
|
||||||
|
float: left;
|
||||||
|
|
||||||
|
}
|
||||||
|
.sel2{
|
||||||
|
width: auto;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.sel3{
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
.sel1 .form-compontent{
|
||||||
|
margin-left: 40px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue