Skip to content

Commit

Permalink
登录页布局
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 22, 2019
1 parent 25e5487 commit 3d2c8da
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,13 @@ top:-10%;
.login-form {
margin:0 auto;
width: 300px;
max-width: 100%;
margin-top:50px;
// max-width: 100%;
// margin-top:50px;
padding: 20px 35px;
position:absolute;
transform: translate(-50%,-50%);
left:25%;
top:42%;
}
.tips {
Expand Down

0 comments on commit 3d2c8da

Please sign in to comment.