Commit c79ea8d6a632be510666a71613a4b8728afaf834
1 parent
16b708a8
1.替换MES登录背景
Showing
3 changed files
with
12 additions
and
12 deletions
src/mes/indexMes/index.less
| ... | ... | @@ -322,30 +322,30 @@ |
| 322 | 322 | flex-direction: column; |
| 323 | 323 | text-align: left; |
| 324 | 324 | color: #FFF; |
| 325 | - | |
| 325 | + | |
| 326 | 326 | :global { |
| 327 | 327 | .conent1 { |
| 328 | 328 | font-size: 64px; |
| 329 | 329 | } |
| 330 | - | |
| 330 | + | |
| 331 | 331 | .conent2 { |
| 332 | 332 | font-size: 160px; |
| 333 | 333 | font-weight: bold; |
| 334 | 334 | } |
| 335 | - | |
| 335 | + | |
| 336 | 336 | .conent3 { |
| 337 | 337 | font-size: 36px; |
| 338 | 338 | } |
| 339 | - | |
| 339 | + | |
| 340 | 340 | .conent4 { |
| 341 | 341 | font-size: 36px; |
| 342 | 342 | } |
| 343 | - | |
| 343 | + | |
| 344 | 344 | .conent5 { |
| 345 | 345 | margin-top: 80px; |
| 346 | 346 | font-size: 36px; |
| 347 | 347 | } |
| 348 | - | |
| 348 | + | |
| 349 | 349 | .conent6 { |
| 350 | 350 | font-size: 64px; |
| 351 | 351 | } |
| ... | ... | @@ -369,7 +369,7 @@ |
| 369 | 369 | font-size: 20px !important; |
| 370 | 370 | font-weight: bold; |
| 371 | 371 | .flex(center, center); |
| 372 | - | |
| 372 | + | |
| 373 | 373 | &:hover, |
| 374 | 374 | &:active { |
| 375 | 375 | background-color: #4899d0; |
| ... | ... | @@ -411,7 +411,7 @@ |
| 411 | 411 | |
| 412 | 412 | |
| 413 | 413 | .modalBoxStyle{ |
| 414 | - background-image: url(@/mes/login/asstes/login.png); | |
| 414 | + background-image: url(@/mes/login/asstes/login.jpg); | |
| 415 | 415 | background-size: 100% 100%; |
| 416 | 416 | height: 100%; |
| 417 | 417 | width: 100%; |
| ... | ... | @@ -461,4 +461,4 @@ |
| 461 | 461 | margin-top:10px; |
| 462 | 462 | } |
| 463 | 463 | } |
| 464 | -} | |
| 465 | 464 | \ No newline at end of file |
| 465 | +} | ... | ... |
src/mes/login/asstes/login.jpg
0 → 100644
1.1 MB
src/mes/login/index.less
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | .flex(center, right); |
| 6 | 6 | padding-right: 8%; |
| 7 | 7 | overflow: hidden; |
| 8 | - background-image: url(./asstes/login.png); | |
| 8 | + background-image: url(./asstes/login.jpg); | |
| 9 | 9 | background-size: 100% 100%; |
| 10 | 10 | |
| 11 | 11 | :global { |
| ... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 | color: #1890FF; |
| 59 | 59 | .flex(center, center); |
| 60 | 60 | |
| 61 | - background-image: url(./asstes/logo.png); | |
| 61 | + //background-image: url(./asstes/logo.png); | |
| 62 | 62 | background-repeat: no-repeat; |
| 63 | 63 | background-size: 52px 42px; |
| 64 | 64 | background-position: left center; |
| ... | ... | @@ -191,4 +191,4 @@ |
| 191 | 191 | padding-top: 0 !important; |
| 192 | 192 | } |
| 193 | 193 | } |
| 194 | -} | |
| 195 | 194 | \ No newline at end of file |
| 195 | +} | ... | ... |