首页样式修改
Showing
2 changed files
with
5 additions
and
5 deletions
src/views/login/images/logo-login.png
0 → 100644
25.6 KB
| 1 | <template> | 1 | <template> |
| 2 | <div id="login"> | 2 | <div id="login"> |
| 3 | <div class="login-logo"><img src="./images/logo-login.svg" /></div> | 3 | <div class="login-logo"><img src="./images/logo-login.png" /></div> |
| 4 | <div class="login-con"> | 4 | <div class="login-con"> |
| 5 | <!-- <div class="login-title">用户登录</div>--> | 5 | <!-- <div class="login-title">用户登录</div>--> |
| 6 | <div class="login-user" :class="{ 'select-border': change.user }"> | 6 | <div class="login-user" :class="{ 'select-border': change.user }"> |
| ... | @@ -195,7 +195,7 @@ export default { | ... | @@ -195,7 +195,7 @@ export default { |
| 195 | //left: 0; | 195 | //left: 0; |
| 196 | //right: 0; | 196 | //right: 0; |
| 197 | margin-top: 8%; | 197 | margin-top: 8%; |
| 198 | height: 160px; | 198 | height: 38px; |
| 199 | width: 100%; | 199 | width: 100%; |
| 200 | text-align: center; | 200 | text-align: center; |
| 201 | } | 201 | } |
| ... | @@ -207,8 +207,8 @@ export default { | ... | @@ -207,8 +207,8 @@ export default { |
| 207 | //top: 24%; | 207 | //top: 24%; |
| 208 | //left: 0; | 208 | //left: 0; |
| 209 | //right: 0; | 209 | //right: 0; |
| 210 | margin: 10px auto; | 210 | margin: 88px auto; |
| 211 | width: 380px; | 211 | width: 380px; |
| 212 | 212 | ||
| 213 | } | 213 | } |
| 214 | //.login-title { | 214 | //.login-title { |
| ... | @@ -305,7 +305,7 @@ export default { | ... | @@ -305,7 +305,7 @@ export default { |
| 305 | } | 305 | } |
| 306 | } | 306 | } |
| 307 | .login-btn { | 307 | .login-btn { |
| 308 | width: 320px; | 308 | width: 100%; |
| 309 | height: 40px; | 309 | height: 40px; |
| 310 | background: rgba(0, 127, 255, 1); | 310 | background: rgba(0, 127, 255, 1); |
| 311 | border-radius: 1px; | 311 | border-radius: 1px; | ... | ... |
-
Please register or sign in to post a comment