梁彦春 6 lat temu
rodzic
commit
9760026c28

+ 4
- 0
src/App.vue Wyświetl plik

@@ -18,9 +18,13 @@ export default {
18 18
 html,body,#app{
19 19
  height: 100%;
20 20
 }
21
+
21 22
 * {
22 23
     touch-action: pan-y;
23 24
 }
25
+html{
26
+touch-action: none;
27
+}
24 28
 #app {
25 29
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
26 30
   -webkit-font-smoothing: antialiased;

+ 0
- 1
src/components/commonComponents/footerNav.vue Wyświetl plik

@@ -21,7 +21,6 @@ export default {
21 21
 <!-- Add "scoped" attribute to limit CSS to this component only -->
22 22
 <style scoped>
23 23
 .footer{
24
-  height: 31%;
25 24
   background: #0F1C38;
26 25
   display: flex;
27 26
   justify-content: center;

+ 1
- 1
src/components/commonComponents/icon.vue Wyświetl plik

@@ -71,7 +71,7 @@ export default {
71 71
           cancelAnimationFrame(timer)
72 72
           timer=requestAnimationFrame(function fn(){
73 73
             if(_that.scrollTop>0){
74
-              _that.scrollTop-=50;
74
+              _that.scrollTop-=200;
75 75
               document.body.scrollTop = document.documentElement.scrollTop = _that.scrollTop;
76 76
               timer=requestAnimationFrame(fn)
77 77
             }else {

+ 6
- 6
src/components/pages/index.vue Wyświetl plik

@@ -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 {