|
@@ -437,7 +437,7 @@ export default {
|
437
|
437
|
// align-items: center;
|
438
|
438
|
// justify-content: center;
|
439
|
439
|
.page-2_con {
|
440
|
|
- margin-top: 14.5%;
|
|
440
|
+ margin-top: 11%;
|
441
|
441
|
.title {
|
442
|
442
|
font-size: 56px;
|
443
|
443
|
}
|
|
@@ -456,14 +456,13 @@ export default {
|
456
|
456
|
position: relative;
|
457
|
457
|
.page-3_con {
|
458
|
458
|
width: 100%;
|
459
|
|
- margin-top: 8.5%;
|
460
|
|
- margin-bottom: 3%;
|
461
|
459
|
margin: auto;
|
462
|
460
|
position: absolute;
|
463
|
|
- bottom: 5%;
|
|
461
|
+ bottom: 2%;
|
464
|
462
|
// padding: 8.5% 0 3% 0;
|
465
|
463
|
.title {
|
466
|
464
|
font-size: 56px;
|
|
465
|
+ margin: 2%;
|
467
|
466
|
// margin-top: 7%;
|
468
|
467
|
// padding-top: 5%;
|
469
|
468
|
color: #fff;
|
|
@@ -473,7 +472,7 @@ export default {
|
473
|
472
|
// width: 56.77%;
|
474
|
473
|
// height: 680px;
|
475
|
474
|
width: 50%;
|
476
|
|
- min-width: 720px;
|
|
475
|
+ min-width: 540px;
|
477
|
476
|
margin: 20px auto;
|
478
|
477
|
.peoduce_top{
|
479
|
478
|
display: flex;
|
|
@@ -658,9 +657,10 @@ export default {
|
658
|
657
|
.page-5-con{
|
659
|
658
|
// margin: 13%;
|
660
|
659
|
position: absolute;
|
661
|
|
- bottom: 37%;
|
|
660
|
+ bottom: 30%;
|
662
|
661
|
.title {
|
663
|
662
|
font-size: 56px;
|
|
663
|
+ margin-bottom: 30px;
|
664
|
664
|
color: #fff;
|
665
|
665
|
}
|
666
|
666
|
.logo-box {
|