Commit 013b07f6 authored by xxx's avatar xxx

1

parent e3d4cfe5
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
} }
.loginInoputs{ .loginInoputs{
margin-top: 8vh; margin-top: 10vh;
position: absolute; position: absolute;
right: 6vw; right: 6vw;
} }
...@@ -223,14 +223,19 @@ export default { ...@@ -223,14 +223,19 @@ export default {
.el-form-item__content{ .el-form-item__content{
display: flex; display: flex;
width: 25vw; width: 25vw;
height: 10vh;
} }
.userIcon{ .userIcon{
padding: 11px; padding: 1vh 2vh 0vh 2vh;
box-sizing: border-box; box-sizing: border-box;
width: 50px; width: 10vh;
height: 50px; height: 10vh;
background-color: rgb(18,70,113); background-color: rgb(18,70,113);
} }
.userIcon>img{
width: 5vh;
height: 5vh;
}
#userInp{ #userInp{
height: 100%; height: 100%;
width: 100%; width: 100%;
...@@ -250,12 +255,16 @@ export default { ...@@ -250,12 +255,16 @@ export default {
margin-bottom: 50px; margin-bottom: 50px;
} }
.passWordIcon{ .passWordIcon{
padding: 11px; padding: 1vh 2vh 0vh 2vh;
box-sizing: border-box; box-sizing: border-box;
width: 50px; width: 10vh;
height: 50px; height: 10vh;
background-color: rgb(18,70,113); background-color: rgb(18,70,113);
} }
.passWordIcon>img{
width: 5vh;
height: 5vh;
}
#passWordInp{ #passWordInp{
height: 100%; height: 100%;
width: 100%; width: 100%;
......
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