许成详 6 years ago
parent
commit
1de2aa4758
5 changed files with 64 additions and 60 deletions
  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 View File

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

+ 15
- 12
src/pages/quanLingJu.vue View File

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

+ 9
- 8
src/pages/xinFuWu.vue View File

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

+ 19
- 19
src/pages/yueGaoJie.vue View File

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

+ 11
- 11
src/pages/zhiNengYuan.vue View File

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