Commit 9f00366b by maxiaohan

用户校验

parent a96e5ca6
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
div { div {
display: inline-block; display: inline-block;
} }
//span{
// color: #FF3644;
// margin-right: 4px;
//}
.title { .title {
width: 64px; width: 64px;
height: 34px; height: 34px;
...@@ -223,11 +228,11 @@ ...@@ -223,11 +228,11 @@
.addUserDialog{ .addUserDialog{
box-sizing: border-box; box-sizing: border-box;
position: absolute; position: absolute;
top: calc(50% - 357px); top: calc(50% - 457px);
left: calc(50% - 471.5px); left: calc(50% - 471.5px);
z-index: 1000; z-index: 1000;
width: 890px; width: 890px;
height: 700px; height: 860px;
background: #ffffff; background: #ffffff;
box-shadow: 0px 14px 30px 0px rgba(0, 21, 51, 0.25); box-shadow: 0px 14px 30px 0px rgba(0, 21, 51, 0.25);
border-radius: 6px; border-radius: 6px;
...@@ -257,37 +262,37 @@ ...@@ -257,37 +262,37 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content:center; justify-content:center;
padding-left: 230px; //padding-left:150px;
padding-top: 10px; padding-top: 20px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px;
.info-item{ .info-item{
margin-top:3px; //border: 1px saddlebrown solid;
margin-bottom: 6px; //margin-top:3px;
width: 400px; margin-bottom: 30px;
//width: 570px;
height: 40px; height: 40px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
.label { //.label {
width: 105px; // width: 120px;
height: 35px; // height: 35px;
font-size: 14px; // font-size: 14px;
color: #333333; // color: #333333;
line-height: 35px; // line-height: 35px;
} //}
.input-info{ .input-info{
width: 264px; width: 264px;
height: 35px; height: 35px;
background: #FFFFFF; //background: #FFFFFF;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06); //box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06);
border-radius: 4px; border-radius: 4px;
} }
.radio-info{ //.radio-info{
margin-top: 10px; // margin-top: 10px;
width: 264px; // width: 264px;
height: 35px; // height: 35px;
} //}
} }
} }
.addbtns{ .addbtns{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment