Skip to content

Commit

Permalink
调整登录页
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 2, 2019
1 parent f227bcf commit 3d117a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,20 @@ color:#fff;
width: 40%;
height: 2.625rem;
position: absolute;
transform: translate(-50%,-50%);
left:50%;
top:48%;
z-index:20;
}
.line{
position: absolute;
width:27%;
height: 100%;
left:36%;
z-index:10;
height: 120%;
transform: rotate(15deg);
top:-10%;
margin:0 auto;
// transform: rotate(15deg);
background: #282828;
Expand Down

0 comments on commit 3d117a4

Please sign in to comment.