梁彦春 6 years ago
parent
commit
9760026c28

+ 4
- 0
src/App.vue View File

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

+ 0
- 1
src/components/commonComponents/footerNav.vue View File

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

+ 1
- 1
src/components/commonComponents/icon.vue View File

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

+ 6
- 6
src/components/pages/index.vue View File

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