梁彦春 6 years ago
parent
commit
a9d0dcefd9

+ 8
- 5
src/components/pages/aboutUs/aboutUs.vue View File

@@ -4,7 +4,7 @@
4 4
     <icon></icon>
5 5
     <div class="title">
6 6
       <p class="tit">定制专属专业平台运营服务</p>
7
-      <p class="desc">Customized exclusive professional platform operation servic</p>
7
+      <p class="desc">CUSTOMIZED EXCLUSIVE PROFESSIONAL PLATFORM OPERATION SERVICE</p>
8 8
       <span></span>
9 9
     </div>
10 10
     <div class="about-main">
@@ -46,7 +46,7 @@ import headerTab from "@/components/commonComponents/headerTab";
46 46
 import footerNav from "@/components/commonComponents/footerNav";
47 47
 import icon from "@/components/commonComponents/icon";
48 48
 export default {
49
-  components: { headerTab, footerNav,icon },
49
+  components: { headerTab, footerNav, icon },
50 50
 
51 51
   data () {
52 52
     return {};
@@ -72,8 +72,11 @@ export default {
72 72
     }
73 73
     .desc {
74 74
       font-size: 12px;
75
-      letter-spacing: 4px;
76
-      line-height: 60px;
75
+      font-family: PingFangSC-Thin;
76
+      font-weight: 100;
77
+      color: rgba(255, 255, 255, 1);
78
+      line-height: 17px;
79
+      letter-spacing: 7px;
77 80
     }
78 81
     span {
79 82
       display: inline-block;
@@ -125,7 +128,7 @@ export default {
125 128
         background: linear-gradient(
126 129
           to bottom,
127 130
           rgba(0, 0, 0, 0) 50%,
128
-          rgba(78,132,255,0.7326) 50%
131
+          rgba(78, 132, 255, 0.7326) 50%
129 132
         );
130 133
         height: 30px;
131 134
         text-align: center;

+ 7
- 4
src/components/pages/newsInformation/newsInformation.vue View File

@@ -4,7 +4,7 @@
4 4
       <icon></icon>
5 5
       <div class="title">
6 6
         <p class="tit">新闻资讯</p>
7
-        <p class="desc">News and information</p>
7
+        <p class="desc">NEWS AND INFORMATION</p>
8 8
         <span></span>
9 9
       </div>  
10 10
       <ul class="news-list">
@@ -74,9 +74,12 @@ export default {
74 74
       font-weight: 100;
75 75
     }
76 76
     .desc {
77
-      font-size: 12px;
78
-      letter-spacing: 4px;
79
-      line-height: 60px;
77
+      font-size:12px;
78
+font-family:PingFangSC-Thin;
79
+font-weight:100;
80
+color:rgba(255,255,255,1);
81
+line-height:17px;
82
+letter-spacing:7px;
80 83
     }
81 84
     span {
82 85
       display: inline-block;

+ 1
- 0
src/components/pages/productCenter/AIwelcome.vue View File

@@ -457,6 +457,7 @@ export default {
457 457
   .discribe_box {
458 458
     width: 265px;
459 459
     height: 267px;
460
+    background-color: #fff;
460 461
     box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
461 462
     border-radius: 6px;
462 463
     .dis_box_img {

+ 10
- 7
src/components/pages/solution/solution.vue View File

@@ -376,7 +376,7 @@ export default {
376 376
       title: "智慧案场",
377 377
       desc: "精准营销、人脸抓取、智能判客",
378 378
       desc2: "",
379
-      engdesc: "Intelligent face risk control system",
379
+      engdesc: "INTELLIGENT FACE RISK CONTROL SYSTEM",
380 380
       colorHover: 2,
381 381
       bgHover: 0,
382 382
       // toTopShow:false,
@@ -413,17 +413,17 @@ export default {
413 413
         this.title = "智慧社区服务平台 ";
414 414
         this.desc = "一个全系平台,四大集群系统";
415 415
         this.desc2 = "";
416
-        this.engdesc = "Intelligent face risk control system";
416
+        this.engdesc = "A FULL SYSTEM PLATFORM, FOUR CLUSTERS SYSTEM";
417 417
       } else if (this.activeName === "third") {
418 418
         this.title = "按需定制";
419 419
         this.desc = "软件开发 我们更懂你 ";
420 420
         this.desc2 = "我们提供的就是您想要的服务";
421
-        this.engdesc = "We provide the service you want";
421
+        this.engdesc = "WE PROVIDE THE SERVICE YOU WANT";
422 422
       } else {
423 423
         this.title = "智慧案场";
424 424
         this.desc = "精准营销、人脸抓取、智能判客";
425 425
         this.desc2 = "";
426
-        this.engdesc = "Intelligent face risk control system";
426
+        this.engdesc = "INTELLIGENT FACE RISK CONTROL SYSTEM";
427 427
       }
428 428
     },
429 429
     leaveHover (index) {
@@ -497,9 +497,12 @@ export default {
497 497
       font-weight: 100;
498 498
     }
499 499
     .desc {
500
-      font-size: 12px;
501
-      letter-spacing: 4px;
502
-      line-height: 50px;
500
+      font-size:12px;
501
+font-family:PingFangSC-Thin;
502
+font-weight:100;
503
+color:rgba(255,255,255,1);
504
+line-height:17px;
505
+letter-spacing:7px;
503 506
     }
504 507
     .bc_rai {
505 508
       position: absolute;