6 changed files with 243 additions and 207 deletions
-
BINsrc/assets/images/login/bg-dl.png
-
BINsrc/assets/images/login/logo.png
-
3src/assets/styles/element-variables.scss
-
80src/assets/styles/login.scss
-
147src/views/forgetPassword.vue
-
132src/views/login.vue
After Width: 1287 | Height: 1080 | Size: 412 KiB |
After Width: 173 | Height: 33 | Size: 2.9 KiB |
@ -0,0 +1,80 @@ |
|||
.login { |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
height: 100%; |
|||
background-size: cover; |
|||
} |
|||
.login_bg{ |
|||
width: 1287px; |
|||
height: 100%; |
|||
background: url(../assets/images/login/bg-dl.png) no-repeat left top; |
|||
background-size: cover; |
|||
} |
|||
// .title { |
|||
// margin: 0 auto 30px auto; |
|||
// text-align: center; |
|||
// color: #707070; |
|||
// } |
|||
.login_cont{ |
|||
display: flex; |
|||
flex: 1; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
.login_logo{ |
|||
display: block; |
|||
width: 173px; |
|||
height: 33px; |
|||
margin: 0 auto 34px auto; |
|||
} |
|||
.login_form { |
|||
background: #ffffff; |
|||
width: 340px; |
|||
padding: 0 25px; |
|||
.el-input { |
|||
font-size: 14px; |
|||
height: 40px; |
|||
input { |
|||
height: 40px; |
|||
} |
|||
} |
|||
// .input-icon{ |
|||
// height: 39px;width: 14px;margin-left: 2px; |
|||
// } |
|||
} |
|||
.auth_code{ |
|||
position: relative; |
|||
.login-code { |
|||
position: absolute; |
|||
right: 0; |
|||
top: 0; |
|||
width: 33%; |
|||
display: inline-block; |
|||
height: 40px; |
|||
img{ |
|||
cursor: pointer; |
|||
vertical-align:middle |
|||
} |
|||
span{ |
|||
position: relative; |
|||
display: block; |
|||
width: 100%; |
|||
font-size: 12px; |
|||
text-align: center; |
|||
line-height: 40px; |
|||
color: #33a1fa; |
|||
cursor: pointer; |
|||
&:before { |
|||
content: ""; |
|||
position: absolute; |
|||
left: 2px; |
|||
top: 50%; |
|||
width: 1px; |
|||
height: 18px; |
|||
margin-top: -9px; |
|||
background-color: #e2e6ee; |
|||
} |
|||
} |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue