周立森 5 gadus atpakaļ
vecāks
revīzija
b8f7f122b5

+ 1
- 1
public/index.html Parādīt failu

@@ -4,7 +4,7 @@
4 4
      
5 5
     <meta charset="utf-8">
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
-    <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
+    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
8 8
     <script src="https://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
9 9
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
10 10
     <link rel="stylesheet" type="text/css"media="screen and (max-device-width: 400px)" href="tinyScreen.css" />

+ 4
- 4
src/components/Shares.vue Parādīt failu

@@ -63,8 +63,8 @@ export default {
63 63
 @media (min-width: 992px) {
64 64
   .social-share .social-share-icon {
65 65
     border: none;
66
-    height: 58px;
67
-    width: 58px;
66
+    height: 44px;
67
+    width: 44px;
68 68
   }
69 69
   .social-share {
70 70
     a {
@@ -72,8 +72,8 @@ export default {
72 72
         content: none;
73 73
       }
74 74
       .share {
75
-        width: 58px;
76
-        height: 58px;
75
+        height: 44px;
76
+    width: 44px;
77 77
       }
78 78
     }
79 79
   }

+ 1
- 1
src/components/Wheelplanting.vue Parādīt failu

@@ -57,7 +57,7 @@ export default {
57 57
           observeSlideChildren: true,
58 58
           preloadImages:true,
59 59
           updateOnImagesReady : true,
60
-
60
+speed:800,
61 61
           pagination: {
62 62
             el: '.swiper-pagination',
63 63
             bulletClass : 'swiper-pagination-bullet',

+ 9
- 4
src/views/Details.vue Parādīt failu

@@ -15,7 +15,7 @@
15 15
       <p v-else class="p1">
16 16
         客户:
17 17
         <img :src="current.caseLogoImg" />
18
-        &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 所属行业:{{current.caseIndustry}}
18
+        &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 所属行业:{{current.caseIndustry}}&nbsp;&nbsp;&nbsp;
19 19
       </p>
20 20
 
21 21
       <div class="border-top" v-html="current.content"></div>
@@ -24,7 +24,7 @@
24 24
         <div class="col-xs-6 col-md-6" style="padding 0;">
25 25
           <div class="pull-left zan" @click="postLike">
26 26
             <span role="button" class="iconfont icon-zan" :style="{ color: activeColor}"></span>
27
-            <span class="zantext">赞 | {{current.likeNum || 0}}</span>
27
+            <span class="zantext">&nbsp;赞 | {{current.likeNum || 0}}</span>
28 28
           </div>
29 29
         </div>
30 30
         <div class="col-xs-6 col-md-6" style="padding 0;">
@@ -229,9 +229,14 @@ export default {
229 229
 
230 230
 @media (min-width: 992px) {
231 231
   .pull-left {
232
-    font-size: 3.6rem;
232
+    // font-size: 3.6rem;
233
+    // line-height: 4.0rem;
233 234
     .iconfont {
235
+      font-size: 4rem;
236
+    }
237
+    .zantext {
234 238
       font-size: 3.6rem;
239
+      line-height: 4.0rem
235 240
     }
236 241
   }
237 242
   .pull-right {
@@ -347,7 +352,7 @@ export default {
347 352
 
348 353
   .btn {
349 354
     width: 100px;
350
-    padding: 3px;
355
+    // padding: 3px;
351 356
     font-size: 1.2rem;
352 357
     background-color: #fff;
353 358
     border: 1px solid #aaaaaa;

+ 16
- 7
src/views/Home.vue Parādīt failu

@@ -436,12 +436,12 @@ line-height: 30px;
436 436
     padding-bottom: 0;
437 437
   }
438 438
   .ph-logo {
439
-    width: 90%;
439
+    width: 95%;
440 440
     /* padding-bottom: 37px; */
441 441
     /* height: 100%; */
442 442
     background-position: center center;
443 443
     height: 0;
444
-    padding-bottom: 45.8%;
444
+    padding-bottom: 45%;
445 445
     background-size: 100% 100% !important;
446 446
     margin: 0px;
447 447
   }
@@ -449,7 +449,8 @@ line-height: 30px;
449 449
     margin-right: -0.6vw;
450 450
   }
451 451
   .ph-logo:nth-child(6n + 1) {
452
-    margin-left: 0.7vw;
452
+    margin-top: 37px;
453
+    margin-left: 0.4vw;
453 454
   }
454 455
   .home-case {
455 456
     padding: 0;
@@ -594,9 +595,17 @@ h3 {
594 595
     margin-bottom: 5.2vw;
595 596
   }
596 597
   .btn-lg {
597
-    width: 18.3vw;
598
-    height: 6.3vw;
599
-    line-height: 6vw;
598
+   
599
+    width: 100px;
600
+    padding: 3px;
601
+    font-size: 1.2rem;
602
+    background-color: #fff;
603
+    border: 1px solid #aaaaaa;
604
+    border-radius: 0px;
605
+ 
606
+    // width: 18.3vw;
607
+    // height: 6.3vw;
608
+    // line-height: 6vw;
600 609
   }
601 610
 }
602 611
 @media (min-width: 992px) {
@@ -705,7 +714,7 @@ h3 {
705 714
     }
706 715
   }
707 716
   .p2 {
708
-    margin-bottom: 75px;
717
+    margin-bottom: 38px;
709 718
   }
710 719
 }
711 720
 @media (min-width: 992px) and (max-width: 1550px) {