Commit 9f00366b by maxiaohan

用户校验

parent a96e5ca6
......@@ -5,6 +5,11 @@
div {
display: inline-block;
}
//span{
// color: #FF3644;
// margin-right: 4px;
//}
.title {
width: 64px;
height: 34px;
......@@ -223,11 +228,11 @@
.addUserDialog{
box-sizing: border-box;
position: absolute;
top: calc(50% - 357px);
top: calc(50% - 457px);
left: calc(50% - 471.5px);
z-index: 1000;
width: 890px;
height: 700px;
height: 860px;
background: #ffffff;
box-shadow: 0px 14px 30px 0px rgba(0, 21, 51, 0.25);
border-radius: 6px;
......@@ -257,37 +262,37 @@
display: flex;
flex-direction: column;
justify-content:center;
padding-left: 230px;
padding-top: 10px;
//padding-left:150px;
padding-top: 20px;
margin-top: 10px;
margin-bottom: 10px;
.info-item{
margin-top:3px;
margin-bottom: 6px;
width: 400px;
//border: 1px saddlebrown solid;
//margin-top:3px;
margin-bottom: 30px;
//width: 570px;
height: 40px;
display: flex;
flex-direction: row;
justify-content: center;
.label {
width: 105px;
height: 35px;
font-size: 14px;
color: #333333;
line-height: 35px;
}
//.label {
// width: 120px;
// height: 35px;
// font-size: 14px;
// color: #333333;
// line-height: 35px;
//}
.input-info{
width: 264px;
height: 35px;
background: #FFFFFF;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06);
//background: #FFFFFF;
//box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06);
border-radius: 4px;
}
.radio-info{
margin-top: 10px;
width: 264px;
height: 35px;
}
//.radio-info{
// margin-top: 10px;
// width: 264px;
// height: 35px;
//}
}
}
.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