许成详 6 年之前
父節點
當前提交
1de2aa4758
共有 5 個檔案被更改,包括 64 行新增60 行删除
  1. 10
    10
      src/pages/chengShiShan.vue
  2. 15
    12
      src/pages/quanLingJu.vue
  3. 9
    8
      src/pages/xinFuWu.vue
  4. 19
    19
      src/pages/yueGaoJie.vue
  5. 11
    11
      src/pages/zhiNengYuan.vue

+ 10
- 10
src/pages/chengShiShan.vue 查看文件

@@ -34,7 +34,7 @@
34 34
         <span class="text1" :class="{'active': imgNum >= totalImgNum}">青山,鲜氧,最宜修身养性,</span>
35 35
         <span class="text2" :class="{'active': imgNum >= totalImgNum}">聚焦,豁达,悦享非凡高见!</span>
36 36
       </div>
37
-      <div class="box box2">
37
+      <div class="box box2" style="margin-top: 0;">
38 38
         <img
39 39
           src="../assets/images/icon-25.png"
40 40
           @load="imgLoad"
@@ -47,7 +47,7 @@
47 47
           <img src="../assets/images/icon-26.jpg" @load="imgLoad" class="icon26" width="100%" alt>
48 48
         </div>
49 49
         <div class="textInfo flex-h scrollPage">
50
-          <div class="line">
50
+          <div class="line" style="width: 10vw">
51 51
             <div :class="{'active': imgNum >= totalImgNum && scrollTop >= scrollArr[0]}"></div>
52 52
           </div>
53 53
           <div class="flex-item">
@@ -71,7 +71,7 @@
71 71
           </div>
72 72
         </div>
73 73
       </div>
74
-      <div class="box box3">
74
+      <div class="box box3" style="margin-top: .25rem;">
75 75
         <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
76 76
         <div class="bigImg">
77 77
           <img src="../assets/images/icon-28.jpg" @load="imgLoad" class="icon26" width="100%" alt>
@@ -97,7 +97,7 @@
97 97
           <img src="../assets/images/icon-31.jpg" @load="imgLoad" class="icon31" width="100%" alt>
98 98
         </div>
99 99
         <div class="textInfo flex-h scrollPage">
100
-          <div class="line">
100
+          <div class="line" style="width: 10vw">
101 101
             <div :class="{'active': imgNum >= totalImgNum && scrollTop >= scrollArr[2]}"></div>
102 102
           </div>
103 103
           <div class="flex-item">
@@ -128,7 +128,7 @@
128 128
         >对接工作与生活,开启今天与明天!
129 129
           <br>以优势资源,享人生高见!
130 130
         </span>
131
-        <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
131
+        <img src="../assets/images/icon-25.png" style="margin-top: .45rem;" class="icon25" width="100%" alt>
132 132
       </div>
133 133
     </div>
134 134
   </div>
@@ -277,7 +277,7 @@ export default {
277 277
         display: block;
278 278
         text-align: center;
279 279
         font-size: 0.12rem;
280
-        line-height: 1.5;
280
+        line-height: 1.6;
281 281
         color: #e6b185;
282 282
       }
283 283
       .text1 {
@@ -354,7 +354,7 @@ export default {
354 354
             width: 100%;
355 355
             display: block;
356 356
             font-size: 0.11rem;
357
-            line-height: 0.15rem;
357
+            line-height: 1.6;
358 358
             transition: all 0.5s linear 1s;
359 359
             -webkit-transition: all 0.5s linear 1s;
360 360
             transform: translateY(100%);
@@ -367,7 +367,7 @@ export default {
367 367
             }
368 368
             b {
369 369
               font-size: 0.11rem;
370
-              line-height: 0.15rem;
370
+              line-height: 1.6;
371 371
               font-weight: bolder;
372 372
             }
373 373
           }
@@ -379,7 +379,7 @@ export default {
379 379
       span {
380 380
         text-align: center;
381 381
         font-size: 0.11rem;
382
-        line-height: 0.15rem;
382
+        line-height: 1.6;
383 383
         margin-top: 0.05rem;
384 384
         display: block;
385 385
         transition: all 0.5s linear;
@@ -398,7 +398,7 @@ export default {
398 398
         display: block;
399 399
         text-align: center;
400 400
         font-size: 0.11rem;
401
-        line-height: 0.15rem;
401
+        line-height: 1.6;
402 402
         color: #e2ac6b;
403 403
         transition: all 0.5s linear 1.5s;
404 404
         -webkit-transition: all 0.5s linear 1.5s;

+ 15
- 12
src/pages/quanLingJu.vue 查看文件

@@ -54,7 +54,7 @@
54 54
           width="100%"
55 55
           alt
56 56
         >
57
-        <div class="bigImg">
57
+        <div class="bigImg" style="padding: 0;">
58 58
           <img src="../assets/images/icon-61.jpg" @load="imgLoad" class="icon61" width="100%" alt>
59 59
         </div>
60 60
         <div class="textInfo flex-h scrollPage" style="margin-top: -.3rem;margin-bottom: .1rem;">
@@ -81,7 +81,7 @@
81 81
           </div>
82 82
         </div>
83 83
       </div>
84
-      <div class="box box3">
84
+      <div class="box box3" style="margin-top: .35rem;">
85 85
         <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
86 86
         <div class="bigImg">
87 87
           <img src="../assets/images/icon-63.jpg" @load="imgLoad" class="icon63" width="100%" alt>
@@ -96,12 +96,12 @@
96 96
           </span>
97 97
         </div>
98 98
       </div>
99
-      <div class="box box4">
99
+      <div class="box box4" style="margin-top: .3rem;">
100 100
         <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
101 101
         <div class="bigImg">
102 102
           <img src="../assets/images/icon-65.jpg" @load="imgLoad" class="icon65" width="100%" alt>
103 103
         </div>
104
-        <div class="textInfo flex-h scrollPage">
104
+        <div class="textInfo flex-h scrollPage" style="margin-top: .25rem;">
105 105
           <div class="flex-item">
106 106
             <div style="text-align:right;">
107 107
               <img
@@ -133,7 +133,7 @@
133 133
           </div>
134 134
         </div>
135 135
       </div>
136
-      <div class="box box5">
136
+      <div class="box box5" style="margin-top: .35rem;">
137 137
         <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
138 138
         <div class="bigImg">
139 139
           <img src="../assets/images/icon-68.jpg" @load="imgLoad" class="icon68" width="100%" alt>
@@ -285,7 +285,7 @@ export default {
285 285
       .icon58 {
286 286
         transition-delay: 1s;
287 287
         -webkit-transition-delay: 1s;
288
-        top: 0.9rem;
288
+        top: 1rem;
289 289
         &.active {
290 290
           opacity: 1;
291 291
         }
@@ -293,7 +293,7 @@ export default {
293 293
       .icon59 {
294 294
         transition-delay: 1.5s;
295 295
         -webkit-transition-delay: 1.5s;
296
-        top: 1.1rem;
296
+        top: 1.3rem;
297 297
         &.active {
298 298
           opacity: 1;
299 299
         }
@@ -303,7 +303,7 @@ export default {
303 303
         display: block;
304 304
         text-align: center;
305 305
         font-size: 0.12rem;
306
-        line-height: 1.5;
306
+        line-height: 1.6;
307 307
         color: #e6b185;
308 308
         margin-top: 0.1rem;
309 309
       }
@@ -320,6 +320,9 @@ export default {
320 320
       overflow: hidden;
321 321
       margin-top: 0.15rem;
322 322
     }
323
+    .bigImg{
324
+      margin-top: .25rem;
325
+    }
323 326
     .textInfo {
324 327
       .line {
325 328
         width: 13vw;
@@ -379,7 +382,7 @@ export default {
379 382
             width: 100%;
380 383
             display: block;
381 384
             font-size: 0.11rem;
382
-            line-height: 0.15rem;
385
+            line-height: 1.6;
383 386
             transition: all 0.5s linear 1s;
384 387
             -webkit-transition: all 0.5s linear 1s;
385 388
             opacity: 0;
@@ -388,7 +391,7 @@ export default {
388 391
             }
389 392
             b {
390 393
               font-size: 0.11rem;
391
-              line-height: 0.15rem;
394
+              line-height: 1.6;
392 395
               font-weight: bolder;
393 396
             }
394 397
           }
@@ -400,7 +403,7 @@ export default {
400 403
       span {
401 404
         text-align: center;
402 405
         font-size: 0.11rem;
403
-        line-height: 0.15rem;
406
+        line-height: 1.6;
404 407
         margin-top: 0.05rem;
405 408
         display: block;
406 409
         transition: all 0.5s linear;
@@ -418,7 +421,7 @@ export default {
418 421
         display: block;
419 422
         text-align: center;
420 423
         font-size: 0.11rem;
421
-        line-height: 0.15rem;
424
+        line-height: 1.6;
422 425
         color: #e2ac6b;
423 426
         transition: all 0.5s linear 1.5s;
424 427
         -webkit-transition: all 0.5s linear 1.5s;

+ 9
- 8
src/pages/xinFuWu.vue 查看文件

@@ -33,7 +33,7 @@
33 33
         >
34 34
       </div>
35 35
       <div class="box box2">
36
-        <div class="bigImg" style="margin-top: .2rem;">
36
+        <div class="bigImg" style="margin-top: .3rem;">
37 37
           <img src="../assets/images/icon-73.jpg" @load="imgLoad" class="icon73" width="100%" alt>
38 38
         </div>
39 39
         <div class="subInfo scrollPage">
@@ -50,9 +50,9 @@
50 50
           <b :class="{'active': imgNum >= totalImgNum && scrollTop >= scrollArr[0]}">赢得业主和市场广泛赞誉。</b>
51 51
         </div>
52 52
       </div>
53
-      <div class="box box3">
53
+      <div class="box box3" style="margin-top: .35rem;">
54 54
         <img src="../assets/images/icon-25.png" @load="imgLoad" class="icon25" width="100%" alt>
55
-        <div class="bigImg">
55
+        <div class="bigImg" style="margin-top: .25rem;">
56 56
           <img src="../assets/images/icon-74.jpg" @load="imgLoad" class="icon74" width="100%" alt>
57 57
         </div>
58 58
         <div class="subInfo scrollPage">
@@ -270,7 +270,7 @@ export default {
270 270
             width: 100%;
271 271
             display: block;
272 272
             font-size: 0.11rem;
273
-            line-height: 0.15rem;
273
+            line-height: 1.6;
274 274
             transition: all 0.5s linear 1s;
275 275
             -webkit-transition: all 0.5s linear 1s;
276 276
             opacity: 0;
@@ -279,7 +279,7 @@ export default {
279 279
             }
280 280
             b {
281 281
               font-size: 0.11rem;
282
-              line-height: 0.15rem;
282
+              line-height: 1.6;
283 283
               font-weight: bolder;
284 284
             }
285 285
           }
@@ -291,8 +291,8 @@ export default {
291 291
       span {
292 292
         text-align: center;
293 293
         font-size: 0.11rem;
294
-        line-height: 0.15rem;
295
-        margin-top: 0.05rem;
294
+        line-height: 1.6;
295
+        margin-top: 0.15rem;
296 296
         display: block;
297 297
       }
298 298
       > b {
@@ -301,6 +301,7 @@ export default {
301 301
         text-align: center;
302 302
         font-size: 0.13rem;
303 303
         color: #e2ac6b;
304
+        line-height: 1.6;
304 305
         &.active {
305 306
           animation: GlitterAnimation 1s linear 2s;
306 307
           -webkit-animation: GlitterAnimation 1s linear 2s;
@@ -316,7 +317,7 @@ export default {
316 317
         display: block;
317 318
         text-align: center;
318 319
         font-size: 0.11rem;
319
-        line-height: 0.15rem;
320
+        line-height: 1.6;
320 321
         color: #e2ac6b;
321 322
         transition: all 0.5s linear 1.5s;
322 323
         -webkit-transition: all 0.5s linear 1.5s;

+ 19
- 19
src/pages/yueGaoJie.vue 查看文件

@@ -17,7 +17,7 @@
17 17
         </div>
18 18
         <img src="../assets/images/icon-76.png" @load="imgLoad" class="icon76" :class="{'active': imgNum >= totalImgNum}" width="100%" alt>
19 19
         <img src="../assets/images/icon-77.png" @load="imgLoad" class="icon77" :class="{'active': imgNum >= totalImgNum}" width="100%" alt>
20
-        <img src="../assets/images/icon-79.gif" style="margin-top: .3rem;" @load="imgLoad" class="icon79" width="100%" alt>
20
+        <img src="../assets/images/icon-79.gif" style="margin-top: .45rem;" @load="imgLoad" class="icon79" width="100%" alt>
21 21
         <div class="subInfo">
22 22
           <span>银城颐居•悦见山,
23 23
             <br>17万方高品质全龄智慧奢宅,
@@ -27,22 +27,22 @@
27 27
           </span>
28 28
         </div>
29 29
       </div>
30
-      <div class="box box2">
30
+      <div class="box box2" style="margin-top: .2rem;">
31 31
         <div class="bigImg">
32 32
           <img src="../assets/images/icon-80.jpg" @load="imgLoad" class="icon80" width="100%" alt>
33 33
         </div>
34 34
         <div class="list">
35
-          <img src="../assets/images/icon-81.gif" style="margin: .3rem auto;" @load="imgLoad" class="icon81" width="100%" alt>
36
-          <img src="../assets/images/icon-82.jpg" style="margin-bottom: .2rem;" @load="imgLoad" width="100%" alt>
37
-          <img src="../assets/images/icon-25.png" style="margin-bottom: .2rem;" @load="imgLoad" class="icon25" width="100%" alt>
38
-          <img src="../assets/images/icon-83.jpg" style="margin-bottom: .2rem;" @load="imgLoad" width="100%" alt>
39
-          <img src="../assets/images/icon-25.png" style="margin-bottom: .2rem;" class="icon25" width="100%" alt>
40
-          <img src="../assets/images/icon-84.jpg" style="margin-bottom: .2rem;" @load="imgLoad" width="100%" alt>
41
-          <img src="../assets/images/icon-25.png" style="margin-bottom: .2rem;" class="icon25" width="100%" alt>
42
-          <img src="../assets/images/icon-85.jpg" style="margin-bottom: .2rem;" @load="imgLoad" width="100%" alt>
35
+          <img src="../assets/images/icon-81.gif" style="margin: .45rem auto .4rem;" @load="imgLoad" class="icon81" width="100%" alt>
36
+          <img src="../assets/images/icon-82.jpg" style="margin-bottom: .3rem;" @load="imgLoad" width="100%" alt>
37
+          <img src="../assets/images/icon-25.png" style="margin-bottom: .3rem;" @load="imgLoad" class="icon25" width="100%" alt>
38
+          <img src="../assets/images/icon-83.jpg" style="margin-bottom: .3rem;" @load="imgLoad" width="100%" alt>
43 39
           <img src="../assets/images/icon-25.png" style="margin-bottom: .3rem;" class="icon25" width="100%" alt>
40
+          <img src="../assets/images/icon-84.jpg" style="margin-bottom: .3rem;" @load="imgLoad" width="100%" alt>
41
+          <img src="../assets/images/icon-25.png" style="margin-bottom: .3rem;" class="icon25" width="100%" alt>
42
+          <img src="../assets/images/icon-85.jpg" style="margin-bottom: .3rem;" @load="imgLoad" width="100%" alt>
43
+          <img src="../assets/images/icon-25.png" style="margin-bottom: .4rem;" class="icon25" width="100%" alt>
44 44
           <img src="../assets/images/icon-86.gif" @load="imgLoad" width="100%" alt>
45
-          <span>联系您的美好生活设计师!</span>
45
+          <span style="margin-top: .05rem;">联系您的美好生活设计师!</span>
46 46
           <ul>
47 47
             <li v-for="(item, index) in userList" :key="index">
48 48
               <a :href="['tel:' + item.tel]">
@@ -72,7 +72,7 @@ export default {
72 72
   data () {
73 73
     return {
74 74
       imgNum: 0,
75
-      totalImgNum: 30,
75
+      totalImgNum: 26,
76 76
       scrollArr: [],
77 77
       scrollTop: 0,
78 78
       musicStatus: true,
@@ -251,7 +251,7 @@ export default {
251 251
       .icon77 {
252 252
         transition-delay: 1s;
253 253
         -webkit-transition-delay: 1s;
254
-        top: 0.9rem;
254
+        top: 1rem;
255 255
         &.active {
256 256
           opacity: 1;
257 257
         }
@@ -279,9 +279,9 @@ export default {
279 279
             position: relative;
280 280
             overflow: visible;
281 281
             box-sizing: border-box;
282
-            border-left: 0.1rem solid transparent;
283
-            border-right: 0.1rem solid transparent;
284
-            margin-top: 0.2rem;
282
+            border-left: 0.07rem solid transparent;
283
+            border-right: 0.07rem solid transparent;
284
+            margin-top: 0.15rem;
285 285
             > * {
286 286
               width: 100%;
287 287
               box-sizing: border-box;
@@ -290,7 +290,7 @@ export default {
290 290
               border-radius: 5px;
291 291
               position: relative;
292 292
               overflow: hidden;
293
-              box-shadow: 0 0 0.2rem 0.05rem rgba(0, 0, 0, 0.05);
293
+              box-shadow: 0 0 0.1rem 0.02rem rgba(0, 0, 0, 0.05);
294 294
               .userIcon {
295 295
                 padding: 0 25%;
296 296
                 position: relative;
@@ -351,7 +351,7 @@ export default {
351 351
       span {
352 352
         text-align: center;
353 353
         font-size: 0.11rem;
354
-        line-height: 0.15rem;
354
+        line-height: 1.6;
355 355
         margin-top: 0.05rem;
356 356
         display: block;
357 357
       }
@@ -363,7 +363,7 @@ export default {
363 363
         display: block;
364 364
         text-align: center;
365 365
         font-size: 0.11rem;
366
-        line-height: 0.15rem;
366
+        line-height: 1.6;
367 367
         color: #e2ac6b;
368 368
         transition: all 0.5s linear 1.5s;
369 369
         -webkit-transition: all 0.5s linear 1.5s;

+ 11
- 11
src/pages/zhiNengYuan.vue 查看文件

@@ -47,7 +47,7 @@
47 47
       </div>
48 48
       <div class="box box3" style="margin-top: .4rem;">
49 49
         <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
50
-        <div class="scrollPage" style="margin-top: .3rem;position: relative;overflow: visible;">
50
+        <div class="scrollPage" style="margin-top: .2rem;position: relative;overflow: visible;">
51 51
           <img
52 52
             src="../assets/images/icon-38.png"
53 53
             style="margin-top: .2rem;"
@@ -114,7 +114,7 @@
114 114
           </span>
115 115
         </div>
116 116
       </div>
117
-      <div class="box box4">
117
+      <div class="box box4" style="margin-top: .35rem;">
118 118
         <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
119 119
         <div class="bigImg">
120 120
           <img src="../assets/images/icon-43.jpg" @load="imgLoad" class="icon43" width="100%" alt>
@@ -147,7 +147,7 @@
147 147
             alt
148 148
           >
149 149
         </div>
150
-        <div class="subInfo scrollPage">
150
+        <div class="subInfo scrollPage" style="margin-top: .15rem;">
151 151
           <span :class="{'active': imgNum >= totalImgNum && scrollTop >= scrollArr[3]}">健康夜光慢跑环,
152 152
             <br>
153 153
             <b>动</b>起来,恣意徜徉。
@@ -163,7 +163,7 @@
163 163
           </span>
164 164
         </div>
165 165
       </div>
166
-      <div class="box box5">
166
+      <div class="box box5" style="margin-top: .4rem;">
167 167
         <img src="../assets/images/icon-25.png" class="icon25" width="100%" alt>
168 168
         <div class="bigImg">
169 169
           <img src="../assets/images/icon-110.jpg" @load="imgLoad" class="icon110" width="100%" alt>
@@ -446,11 +446,11 @@ export default {
446 446
       }
447 447
       .icon36 {
448 448
         top: 10vw;
449
-        right: 10vw;
449
+        right: 12vw;
450 450
       }
451 451
       .icon37 {
452 452
         top: 80vw;
453
-        left: 10vw;
453
+        left: 12vw;
454 454
         transition-delay: 0.5s;
455 455
         -webkit-transition-delay: 0.5s;
456 456
       }
@@ -546,7 +546,7 @@ export default {
546 546
             width: 100%;
547 547
             display: block;
548 548
             font-size: 0.11rem;
549
-            line-height: 0.15rem;
549
+            line-height: 1.6;
550 550
             transition: all 0.5s linear 1s;
551 551
             -webkit-transition: all 0.5s linear 1s;
552 552
             transform: translateY(100%);
@@ -559,7 +559,7 @@ export default {
559 559
             }
560 560
             b {
561 561
               font-size: 0.11rem;
562
-              line-height: 0.15rem;
562
+              line-height: 1.6;
563 563
               font-weight: bolder;
564 564
             }
565 565
           }
@@ -571,7 +571,7 @@ export default {
571 571
       span {
572 572
         text-align: center;
573 573
         font-size: 0.11rem;
574
-        line-height: 0.15rem;
574
+        line-height: 1.6;
575 575
         margin-top: 0.05rem;
576 576
         display: block;
577 577
         transition: all 0.5s linear;
@@ -594,7 +594,7 @@ export default {
594 594
         display: block;
595 595
         text-align: center;
596 596
         font-size: 0.11rem;
597
-        line-height: 0.15rem;
597
+        line-height: 1.6;
598 598
         color: #e2ac6b;
599 599
         transition: all 0.5s linear 1.5s;
600 600
         -webkit-transition: all 0.5s linear 1.5s;
@@ -626,7 +626,7 @@ export default {
626 626
           font-size: 0.21rem;
627 627
           font-family: "宋体";
628 628
           line-height: 1.5;
629
-          margin: 0.1rem 0;
629
+          margin: 0.02rem 0;
630 630
           color: #dea369;
631 631
           font-weight: normal;
632 632
         }