3caf0e86 by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents 03910b1a 312ab615
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
284 } 284 }
285 .login-user { 285 .login-user {
286 width: 100%; 286 width: 100%;
287 height: 46px; 287 height: 40px;
288 border: 1px solid #E5E5E5; 288 border: 1px solid #E5E5E5;
289 box-sizing: border-box; 289 box-sizing: border-box;
290 margin-top: 30px; 290 margin-top: 30px;
...@@ -292,7 +292,7 @@ export default { ...@@ -292,7 +292,7 @@ export default {
292 position: relative; 292 position: relative;
293 .user-icon { 293 .user-icon {
294 float: left; 294 float: left;
295 margin: 13px auto auto 10px; 295 margin: 10px auto auto 10px;
296 width: 28px; 296 width: 28px;
297 height: 18px; 297 height: 18px;
298 } 298 }
...@@ -303,7 +303,8 @@ export default { ...@@ -303,7 +303,8 @@ export default {
303 outline: 0; 303 outline: 0;
304 border: none; 304 border: none;
305 color: #4a4a4a; 305 color: #4a4a4a;
306 line-height: 260%; 306 height: 38px;
307 line-height: 40px;
307 } 308 }
308 .password-eye { 309 .password-eye {
309 float: right; 310 float: right;
...@@ -339,13 +340,14 @@ export default { ...@@ -339,13 +340,14 @@ export default {
339 } 340 }
340 .login-btn { 341 .login-btn {
341 width: 100%; 342 width: 100%;
342 height: 40px; 343 height: 48px;
343 background: #74A3F5; 344 background: #74A3F5;
344 border-radius: 4px; 345 border-radius: 2px;
345 margin: 0 auto; 346 margin: 0 auto;
346 margin-top: 40px; 347 margin-top: 40px;
347 font-size: 16px; 348 font-size: 20px;
348 line-height: 40px; 349 font-weight: 500;
350 line-height: 48px;
349 text-align: center; 351 text-align: center;
350 color: #fff; 352 color: #fff;
351 cursor: pointer; 353 cursor: pointer;
......