Commit c79ea8d6a632be510666a71613a4b8728afaf834

Authored by Min
1 parent 16b708a8

1.替换MES登录背景

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