梁彦春 преди 6 години
родител
ревизия
18175095d0

BIN
src/assets/image/bg.png Целия файл


BIN
src/assets/image/home/background/Group2.jpg Целия файл


BIN
src/assets/image/home/background/Group26.jpg Целия файл


BIN
src/assets/image/home/background/Group27.jpg Целия файл


BIN
src/assets/image/home/background/Group28.jpg Целия файл


BIN
src/assets/image/home/background/Group29.jpg Целия файл


BIN
src/assets/image/home/background/opt.png Целия файл


BIN
src/assets/image/news/Bbanner.jpg Целия файл


BIN
src/assets/image/program/bannerbg.jpg Целия файл


BIN
src/assets/image/program/bannerbg.png Целия файл


BIN
src/assets/image/program/bg.jpg Целия файл


BIN
src/assets/image/program/bg1.jpg Целия файл


BIN
src/assets/image/program/bg1.png Целия файл


BIN
src/assets/image/program/bg2.jpg Целия файл


BIN
src/assets/image/program/bg2.png Целия файл


BIN
src/assets/image/program/bg3.jpg Целия файл


BIN
src/assets/image/program/bg3.png Целия файл


+ 11
- 6
src/components/pages/index.vue Целия файл

@@ -269,12 +269,14 @@ export default {
269 269
       slidesPerView: 'auto',
270 270
       loop: true,
271 271
       autoplay: 4000,
272
+      // grabCursor : true,
272 273
     });
273 274
     var mySwiper = new Swiper('.page-4-swiper-container', {
274 275
       centeredSlides: true,
275 276
       slidesPerView: 3,
276 277
       loop: true,
277 278
       autoplay: 4000,
279
+      grabCursor : true,
278 280
     });
279 281
   },
280 282
   methods: {
@@ -502,10 +504,13 @@ export default {
502 504
     overflow: hidden;
503 505
     .page-4-con {
504 506
       width: 100%;
507
+      height: 100%;
508
+      display: flex;
509
+      justify-content: center;
510
+      align-items: center;
505 511
       margin: auto;
506 512
       position: relative;
507
-      // background: url("../../assets/image/home/background/opt.jpg") no-repeat
508
-      // center;
513
+      // background: url("../../assets/image/home/background/opt.jpg") no-repeat center;
509 514
       // background-size:
510 515
       .page-4-swiper-container {
511 516
         width: 87%;
@@ -518,11 +523,11 @@ export default {
518 523
         }
519 524
       }
520 525
       .opt {
521
-        width: 87%;
526
+        width: 100%;
522 527
         height: 100%;
523 528
         position: absolute;
524 529
         top: 0;
525
-        left: 6.5%;
530
+        left: 0;
526 531
         z-index: 10;
527 532
       }
528 533
       .page-4-swiper-container {
@@ -628,18 +633,18 @@ export default {
628 633
     background: url("../../assets/image/home/background/Group29.jpg") no-repeat
629 634
       center;
630 635
     width: 100%;
636
+    min-width: 1280px;
631 637
     height: 100%;
632 638
     background-size: 100% 100%;
633 639
     overflow: hidden;
634 640
     .title {
635 641
       font-size: 56px;
636
-      padding-top: 9.2%;
642
+      padding-top: 11.2%;
637 643
       color: #fff;
638 644
     }
639 645
     .logo-box {
640 646
       width: 65.63%;
641 647
       min-width: 980px;
642
-      height: 53.56%;
643 648
       margin: 0.63% auto;
644 649
       img {
645 650
         width: 13.14%;

+ 43
- 42
src/components/pages/productCenter/AIwelcome.vue Целия файл

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div class="product-center">
3 3
     <!-- <div class="cover-bg">
4
-      <img src="../../../assets/image/program/bg3.png" alt>
5
-    </div> -->
4
+      
5
+    </div>-->
6 6
     <headerTab></headerTab>
7 7
     <div class="product_box">
8 8
       <div class="product_top">
@@ -143,8 +143,6 @@
143 143
               </div>
144 144
             </div>
145 145
             <div class="secondHouse_content_right">
146
-              
147
-
148 146
               <div class="secondHouse_content_box">
149 147
                 <div class="box_tittle">
150 148
                   <p class="box_tittle_p1">客户到访</p>
@@ -176,7 +174,6 @@
176 174
                   <img src="../../../assets/image/AIwelcome/Group17.png" alt>
177 175
                 </div>
178 176
               </div>
179
-
180 177
             </div>
181 178
           </div>
182 179
         </div>
@@ -202,31 +199,31 @@ export default {
202 199
       tittle: 'AI迎宾判客系统',
203 200
       P1: '全方位布控,人脸自动抓取,智能判客',
204 201
       P2: '',
205
-      P3: 'Intelligent face risk control syste',
202
+      P3: 'AI GREETING AND JUDGING SYSTEM',
206 203
       activeIndex2: '1',
207 204
     }
208 205
   },
209 206
   methods: {
210
-    active1(){
207
+    active1 () {
211 208
       this.order1 = false;
212 209
       this.order_big = true;
213 210
       this.wisdom_nav = true;
214 211
       this.wisdom_big = false;
215 212
     },
216
-    handleOpen(key, keyPath) {
213
+    handleOpen (key, keyPath) {
217 214
       // this.collapse == 'false'
218
-        console.log(key, keyPath);
219
-      },
220
-      handleClose(key, keyPath) {
221
-        console.log(key, keyPath);
222
-      }
215
+      console.log(key, keyPath);
216
+    },
217
+    handleClose (key, keyPath) {
218
+      console.log(key, keyPath);
219
+    }
223 220
   }
224 221
 }
225 222
 </script>
226 223
 
227 224
 <!-- Add "scoped" attribute to limit CSS to this component only -->
228 225
 <style scoped lang="less">
229
-.nav{
226
+.nav {
230 227
   width: 1280px;
231 228
   position: relative;
232 229
   top: 13%;
@@ -237,23 +234,23 @@ export default {
237 234
   align-items: center;
238 235
 }
239 236
 .product-center {
240
-  background: url(../../../assets/image/program/bg3.png) no-repeat center;
241
-  background-size: 100% 100%; 
237
+  background: url(../../../assets/image/program/bg3.jpg) no-repeat center;
238
+  background-size: 100% 100%;
242 239
   width: 100%;
243 240
   min-width: 1260px;
244 241
   height: 90%;
245 242
   background-size: cover;
246 243
   position: relative;
247 244
   .cover-bg {
248
-      position: absolute;
249
-      top: 0;
250
-      z-index: -1;
251
-      overflow: hidden;
252
-      img {
253
-        width: 100%;
254
-        height: 779px;
255
-      }
245
+    position: absolute;
246
+    top: 0;
247
+    z-index: -1;
248
+    overflow: hidden;
249
+    img {
250
+      width: 100%;
251
+      height: 779px;
256 252
     }
253
+  }
257 254
 }
258 255
 .product_box {
259 256
   width: 1260px;
@@ -286,9 +283,12 @@ export default {
286 283
   .p3 {
287 284
     display: flex;
288 285
     align-items: flex-start;
289
-    color: rgba(255, 255, 255, 1);
290
-    font-weight: 100;
291 286
     font-size: 12px;
287
+    font-family: PingFangSC-Thin;
288
+    font-weight: 100;
289
+    color: rgba(255, 255, 255, 1);
290
+    line-height: 17px;
291
+    letter-spacing: 7px;
292 292
     margin: 19px 0;
293 293
   }
294 294
 }
@@ -379,17 +379,16 @@ export default {
379 379
   .secondHouse_content {
380 380
     width: 1260px;
381 381
     margin: 0 auto;
382
-    
383 382
   }
384 383
 }
385 384
 .Features1 {
386
-     margin: 80px auto 70px auto;
387
-      padding: 80px 0;
388
-    }
385
+  margin: 80px auto 70px auto;
386
+  padding: 80px 0;
387
+}
389 388
 .Features2 {
390
-      margin: 70px auto 0 auto;
391
-      padding-bottom: 80px;
392
-    }
389
+  margin: 70px auto 0 auto;
390
+  padding-bottom: 80px;
391
+}
393 392
 .secondHouse_tittle {
394 393
   height: 80px;
395 394
   width: 218px;
@@ -457,26 +456,28 @@ export default {
457 456
     box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
458 457
     border-radius: 6px;
459 458
     .dis_box_img {
460
-      img{
459
+      img {
461 460
         width: 265px;
462
-      height: 191px;
461
+        height: 191px;
463 462
       }
464 463
     }
465
-    .box_dis{
464
+    .box_dis {
466 465
       margin: 14px;
467
-      .dis_p1,.dis_p2{
468
-        color:rgba(128,128,128,1);
466
+      .dis_p1,
467
+      .dis_p2 {
468
+        color: rgba(128, 128, 128, 1);
469 469
         font-size: 16px;
470 470
       }
471 471
     }
472 472
   }
473 473
 }
474
-.box_tittle_p1{
475
-  color:rgba(78,132,255,1);
474
+.box_tittle_p1 {
475
+  color: rgba(78, 132, 255, 1);
476 476
   font-size: 26px;
477 477
 }
478
-.box_tittle_p2,.box_tittle_p3{
478
+.box_tittle_p2,
479
+.box_tittle_p3 {
479 480
   font-size: 18px;
480
-  color:rgba(102,102,102,1);
481
+  color: rgba(102, 102, 102, 1);
481 482
 }
482 483
 </style>

+ 49
- 50
src/components/pages/productCenter/bigscreen.vue Целия файл

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div class="product-center">
3 3
     <!-- <div class="cover-bg">
4
-      <img src="../../../assets/image/program/bg3.png" alt>
5
-    </div> -->
4
+    
5
+    </div>-->
6 6
     <headerTab></headerTab>
7 7
     <div class="product_box">
8 8
       <div class="product_top">
@@ -19,7 +19,6 @@
19 19
           </div>
20 20
         </div>
21 21
       </div>
22
-      
23 22
     </div>
24 23
     <prod-navi class="nav" default="case-2"></prod-navi>
25 24
     <div class="secondHouse-middle">
@@ -210,26 +209,26 @@ export default {
210 209
     }
211 210
   },
212 211
   methods: {
213
-    active1(){
212
+    active1 () {
214 213
       this.order1 = false;
215 214
       this.order_big = true;
216 215
       this.wisdom_nav = true;
217 216
       this.wisdom_big = false;
218 217
     },
219
-    handleOpen(key, keyPath) {
218
+    handleOpen (key, keyPath) {
220 219
       // this.collapse == 'false'
221
-        console.log(key, keyPath);
222
-      },
223
-      handleClose(key, keyPath) {
224
-        console.log(key, keyPath);
225
-      }
220
+      console.log(key, keyPath);
221
+    },
222
+    handleClose (key, keyPath) {
223
+      console.log(key, keyPath);
224
+    }
226 225
   }
227 226
 }
228 227
 </script>
229 228
 
230 229
 <!-- Add "scoped" attribute to limit CSS to this component only -->
231 230
 <style scoped lang="less">
232
-.nav{
231
+.nav {
233 232
   width: 1280px;
234 233
   position: relative;
235 234
   top: -64px;
@@ -240,29 +239,29 @@ export default {
240 239
   align-items: center;
241 240
 }
242 241
 .product-center {
243
-  // background: url(../../../assets/image/program/bg3.jpg) no-repeat center;
242
+  background: url(../../../assets/image/program/bg3.jpg) no-repeat center;
243
+  background-size: 100% 100%;
244 244
   width: 100%;
245 245
   min-width: 1260px;
246 246
   height: 90%;
247 247
   background-size: cover;
248 248
   position: relative;
249 249
   .cover-bg {
250
-      position: absolute;
251
-      top: 0;
252
-      z-index: -1;
253
-      overflow: hidden;
254
-      img {
255
-        width: 100%;
256
-        height: 779px;
257
-      }
250
+    position: absolute;
251
+    top: 0;
252
+    z-index: -1;
253
+    overflow: hidden;
254
+    img {
255
+      width: 100%;
256
+      height: 779px;
258 257
     }
258
+  }
259 259
 }
260 260
 .product_box {
261 261
   width: 100%;
262 262
   min-width: 1260px;
263 263
   height: 100%;
264
-  background: url(../../../assets/image/program/bg3.png) no-repeat center;
265
-  background-size: 100% 100%; 
264
+  
266 265
   margin: 0 auto;
267 266
   display: flex;
268 267
   justify-content: center;
@@ -293,9 +292,12 @@ export default {
293 292
   .p3 {
294 293
     display: flex;
295 294
     align-items: flex-start;
296
-    color: rgba(255, 255, 255, 1);
297
-    font-weight: 100;
298 295
     font-size: 12px;
296
+    font-family: PingFangSC-Thin;
297
+    font-weight: 100;
298
+    color: rgba(255, 255, 255, 1);
299
+    line-height: 17px;
300
+    letter-spacing: 7px;
299 301
     margin: 19px 0;
300 302
   }
301 303
 }
@@ -390,21 +392,20 @@ export default {
390 392
   .secondHouse_content {
391 393
     width: 1260px;
392 394
     margin: 0 auto;
393
-    
394 395
   }
395 396
 }
396
-.Features2{
397
+.Features2 {
397 398
   margin: 0 auto 70px auto;
398
-      padding-bottom: 80px;
399
+  padding-bottom: 80px;
399 400
 }
400 401
 .Features1 {
401
-      margin: 0 auto 70px auto;
402
-      padding: 80px 0;
403
-    }
402
+  margin: 0 auto 70px auto;
403
+  padding: 80px 0;
404
+}
404 405
 
405
-    .Features3{
406
-      margin: 0 auto;
407
-    }
406
+.Features3 {
407
+  margin: 0 auto;
408
+}
408 409
 .secondHouse_tittle {
409 410
   height: 80px;
410 411
   width: 218px;
@@ -505,30 +506,28 @@ export default {
505 506
     width: 960px;
506 507
     display: flex;
507 508
     justify-content: space-between;
508
-
509
-    
510 509
   }
511 510
 }
512
-.module_box_bottom{
511
+.module_box_bottom {
513 512
   margin: 80px auto;
514 513
   display: flex;
515 514
   justify-content: space-between;
516 515
 }
517 516
 .boxes {
518
-      width: 135px;
519
-      // height: 60px;
517
+  width: 135px;
518
+  // height: 60px;
520 519
 
521
-      .boxes_img {
522
-        width: 34px;
523
-        height: 44px;
524
-        margin: 15px auto;
525
-        img {
526
-          width: 34px;
527
-        }
528
-      }
529
-      .module_box_words {
530
-        font-size: 15px;
531
-        color: rgba(0, 0, 0, 1);
532
-      }
520
+  .boxes_img {
521
+    width: 34px;
522
+    height: 44px;
523
+    margin: 15px auto;
524
+    img {
525
+      width: 34px;
533 526
     }
527
+  }
528
+  .module_box_words {
529
+    font-size: 15px;
530
+    color: rgba(0, 0, 0, 1);
531
+  }
532
+}
534 533
 </style>

+ 9
- 5
src/components/pages/productCenter/city.vue Целия файл

@@ -121,7 +121,7 @@ export default {
121 121
       tittle: '城的空间',
122 122
       P1: '一站式社区服务共享空间',
123 123
       P2: '足不出户拓展生活空间 , 体验最便捷的品质生活',
124
-      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
124
+      P3: 'THE SPACE OF THE CITY',
125 125
       activeIndex2: '1',
126 126
     }
127 127
   },
@@ -156,7 +156,7 @@ export default {
156 156
   align-items: center;
157 157
 }
158 158
 .product-center {
159
-  background: url(../../../assets/image/program/bg1.png) no-repeat center;
159
+  background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
160 160
   background-size: 100% 100%;
161 161
   width: 100%;
162 162
   min-width: 1260px;
@@ -205,9 +205,13 @@ export default {
205 205
   .p3 {
206 206
     display: flex;
207 207
     align-items: flex-start;
208
-    color: rgba(255, 255, 255, 1);
209
-    font-weight: 100;
210
-    font-size: 12px;
208
+    
209
+   font-size:12px;
210
+font-family:PingFangSC-Thin;
211
+font-weight:100;
212
+color:rgba(255,255,255,1);
213
+line-height:17px;
214
+letter-spacing:7px;
211 215
     margin: 19px 0;
212 216
   }
213 217
 }

+ 27
- 24
src/components/pages/productCenter/community.vue Целия файл

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div class="product-center">
3
-     <!-- <div class="cover-bg">
4
-            <img src="../../../assets/image/program/bg1.png" alt="">
5
-          </div> -->
3
+    <!-- <div class="cover-bg">
4
+            
5
+    </div>-->
6 6
     <headerTab></headerTab>
7 7
     <div class="product_box">
8 8
       <div class="product_top">
@@ -140,30 +140,30 @@ export default {
140 140
       tittle: '银城慧家APP',
141 141
       P1: '让业主享受智慧社区美好生活',
142 142
       P2: '整体掌控,一触即发;智能生活,全面掌控',
143
-      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
143
+      P3: 'YINCHENG HUIJIA APP',
144 144
       activeIndex2: '1',
145 145
     }
146 146
   },
147 147
   methods: {
148
-    active1(){
148
+    active1 () {
149 149
       this.order1 = false;
150 150
       this.order_big = true;
151 151
       this.wisdom_nav = true;
152 152
       this.wisdom_big = false;
153 153
     },
154
-    handleOpen(key, keyPath) {
154
+    handleOpen (key, keyPath) {
155 155
       // this.collapse == 'false'
156
-        console.log(key, keyPath);
157
-      },
158
-      handleClose(key, keyPath) {
159
-        console.log(key, keyPath);
160
-      }
156
+      console.log(key, keyPath);
157
+    },
158
+    handleClose (key, keyPath) {
159
+      console.log(key, keyPath);
160
+    }
161 161
   }
162 162
 }
163 163
 </script>
164 164
 <!-- Add "scoped" attribute to limit CSS to this component only -->
165 165
 <style scoped lang="less">
166
-.nav{
166
+.nav {
167 167
   width: 1280px;
168 168
   position: relative;
169 169
   top: -64px;
@@ -174,22 +174,22 @@ export default {
174 174
   align-items: center;
175 175
 }
176 176
 .product-center {
177
-  background: url('../../../assets/image/program/bg1.png') no-repeat center;
177
+  background: url("../../../assets/image/program/bg1.jpg") no-repeat center;
178 178
   width: 100%;
179 179
   min-width: 1260px;
180 180
   height: 90%;
181 181
   background-size: 100% 100%;
182 182
   position: relative;
183 183
   .cover-bg {
184
-      position: absolute;
185
-      top: 0;
186
-      z-index: -1;
187
-      overflow: hidden;
188
-      img {
189
-        width: 100%;
190
-        height: 779px;
191
-      }
184
+    position: absolute;
185
+    top: 0;
186
+    z-index: -1;
187
+    overflow: hidden;
188
+    img {
189
+      width: 100%;
190
+      height: 779px;
192 191
     }
192
+  }
193 193
 }
194 194
 .product_box {
195 195
   width: 1260px;
@@ -222,9 +222,12 @@ export default {
222 222
   .p3 {
223 223
     display: flex;
224 224
     align-items: flex-start;
225
-    color: rgba(255, 255, 255, 1);
226
-    font-weight: 100;
227 225
     font-size: 12px;
226
+    font-family: PingFangSC-Thin;
227
+    font-weight: 100;
228
+    color: rgba(255, 255, 255, 1);
229
+    line-height: 17px;
230
+    letter-spacing: 7px;
228 231
     margin: 19px 0;
229 232
   }
230 233
 }
@@ -321,7 +324,7 @@ export default {
321 324
   background-size: 100% 100%;
322 325
   .community_content {
323 326
     margin: 0 auto 70px auto;
324
-      padding: 140px 0;
327
+    padding: 140px 0;
325 328
     width: 960px;
326 329
     // display: flex;
327 330
     // justify-content: space-between;

+ 45
- 42
src/components/pages/productCenter/micro.vue Целия файл

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div class="product-center">
3 3
     <!-- <div class="cover-bg">
4
-            <img src="../../../assets/image/program/bg3.png" alt="">
5
-          </div> -->
4
+            
5
+    </div>-->
6 6
     <headerTab></headerTab>
7 7
     <div class="product_box">
8 8
       <div class="product_top">
@@ -16,7 +16,7 @@
16 16
           <div class="product_top_con_right"></div>
17 17
         </div>
18 18
       </div>
19
-      
19
+
20 20
       <prod-navi class="nav" default="case-4"></prod-navi>
21 21
     </div>
22 22
 
@@ -71,7 +71,7 @@
71 71
                     <p class="int_box_p3">官方制作发布,更准确</p>
72 72
                     <p class="int_box_p4">内容实时更新,更便捷</p>
73 73
                     <div class="dot">
74
-                      <img src="../../../assets/image/micro/Group7.png" alt="">
74
+                      <img src="../../../assets/image/micro/Group7.png" alt>
75 75
                       <!-- <div class="dot_center"></div> -->
76 76
                     </div>
77 77
                   </div>
@@ -84,7 +84,7 @@
84 84
                     <p class="int_box_p3">让户型更生动,客户体验佳</p>
85 85
                     <!-- <p class="int_box_p4">内容实时更新,更便捷</p> -->
86 86
                     <div class="dot">
87
-                      <img src="../../../assets/image/micro/Group7.png" alt="">
87
+                      <img src="../../../assets/image/micro/Group7.png" alt>
88 88
                       <!-- <div class="dot_center"></div> -->
89 89
                     </div>
90 90
                   </div>
@@ -97,7 +97,7 @@
97 97
                     <p class="int_box_p3">清晰标注,更具体</p>
98 98
                     <!-- <p class="int_box_p4">内容实时更新,更便捷</p> -->
99 99
                     <div class="dot">
100
-                      <img src="../../../assets/image/micro/Group7.png" alt="">
100
+                      <img src="../../../assets/image/micro/Group7.png" alt>
101 101
                       <!-- <div class="dot_center"></div> -->
102 102
                     </div>
103 103
                   </div>
@@ -107,7 +107,7 @@
107 107
                 <div class="priduct_int_box">
108 108
                   <div class="priduct_int_box_con">
109 109
                     <div class="dot">
110
-                      <img src="../../../assets/image/micro/Group7.png" alt="">
110
+                      <img src="../../../assets/image/micro/Group7.png" alt>
111 111
                       <!-- <div class="dot_center"></div> -->
112 112
                     </div>
113 113
                     <p class="int_box_p1">富媒体形象展示</p>
@@ -119,7 +119,7 @@
119 119
                 <div class="priduct_int_box">
120 120
                   <div class="priduct_int_box_con">
121 121
                     <div class="dot">
122
-                      <img src="../../../assets/image/micro/Group7.png" alt="">
122
+                      <img src="../../../assets/image/micro/Group7.png" alt>
123 123
                       <!-- <div class="dot_center"></div> -->
124 124
                     </div>
125 125
                     <p class="int_box_p1">各类小工具,一应俱全</p>
@@ -140,7 +140,7 @@
140 140
             <div class="secondHouse_tittle_eng">PRODUCT ADVANTAGE</div>
141 141
           </div>
142 142
           <div class="product_adv_box">
143
-            <img src="../../../assets/image/micro/Path8.png" alt="" class="line2">
143
+            <img src="../../../assets/image/micro/Path8.png" alt class="line2">
144 144
             <div class="product_adv_box1">
145 145
               <div class="product_adv_box_con1">
146 146
                 <div class="product_adv-icon">
@@ -196,30 +196,30 @@ export default {
196 196
       tittle: '线上微楼书',
197 197
       P1: '传统楼书的v2.0版本',
198 198
       P2: '利用移动设备进行房地产推广',
199
-      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
200
-      activeIndex2: '1',    
199
+      P3: 'ONLINE MICRO BUILDING BOOK',
200
+      activeIndex2: '1',
201 201
     }
202 202
   },
203 203
   methods: {
204
-    active1(){
204
+    active1 () {
205 205
       this.order1 = false;
206 206
       this.order_big = true;
207 207
       this.wisdom_nav = true;
208 208
       this.wisdom_big = false;
209 209
     },
210
-    handleOpen(key, keyPath) {
210
+    handleOpen (key, keyPath) {
211 211
       // this.collapse == 'false'
212
-        console.log(key, keyPath);
213
-      },
214
-      handleClose(key, keyPath) {
215
-        console.log(key, keyPath);
216
-      }
212
+      console.log(key, keyPath);
213
+    },
214
+    handleClose (key, keyPath) {
215
+      console.log(key, keyPath);
216
+    }
217 217
   }
218 218
 }
219 219
 </script>
220 220
 <!-- Add "scoped" attribute to limit CSS to this component only -->
221 221
 <style scoped lang="less">
222
-.nav{
222
+.nav {
223 223
   width: 1280px;
224 224
   position: relative;
225 225
   top: -64px;
@@ -230,7 +230,7 @@ export default {
230 230
   align-items: center;
231 231
 }
232 232
 .product-center {
233
-  background: url(../../../assets/image/program/bg3.png) no-repeat center;
233
+  background: url(../../../assets/image/program/bg3.jpg) no-repeat center;
234 234
   background-size: 100% 100%;
235 235
   width: 100%;
236 236
   min-width: 1260px;
@@ -238,15 +238,15 @@ export default {
238 238
   background-size: cover;
239 239
   position: relative;
240 240
   .cover-bg {
241
-      position: absolute;
242
-      top: 0;
243
-      z-index: -1;
244
-      overflow: hidden;
245
-      img {
246
-        width: 100%;
247
-        height: 779px;
248
-      }
241
+    position: absolute;
242
+    top: 0;
243
+    z-index: -1;
244
+    overflow: hidden;
245
+    img {
246
+      width: 100%;
247
+      height: 779px;
249 248
     }
249
+  }
250 250
 }
251 251
 .product_box {
252 252
   width: 1260px;
@@ -279,9 +279,12 @@ export default {
279 279
   .p3 {
280 280
     display: flex;
281 281
     align-items: flex-start;
282
-    color: rgba(255, 255, 255, 1);
283
-    font-weight: 100;
284 282
     font-size: 12px;
283
+    font-family: PingFangSC-Thin;
284
+    font-weight: 100;
285
+    color: rgba(255, 255, 255, 1);
286
+    line-height: 17px;
287
+    letter-spacing: 7px;
285 288
     margin: 19px 0;
286 289
   }
287 290
 }
@@ -404,11 +407,11 @@ export default {
404 407
   }
405 408
 }
406 409
 .secondHouse_tittle_bg1 {
407
-    margin: -16px auto 0;
408
-    width: 252px;
409
-    height: 29px;
410
-    background-color: #4e84ff;
411
-  }
410
+  margin: -16px auto 0;
411
+  width: 252px;
412
+  height: 29px;
413
+  background-color: #4e84ff;
414
+}
412 415
 .module_box {
413 416
   width: 960px;
414 417
   margin: auto;
@@ -510,7 +513,7 @@ export default {
510 513
   // background-color: #fff;
511 514
   justify-content: center;
512 515
   align-items: center;
513
-  img{
516
+  img {
514 517
     width: 25px;
515 518
   }
516 519
   // .dot_center {
@@ -535,18 +538,18 @@ export default {
535 538
     }
536 539
   }
537 540
 }
538
-.product_adv_box1{
541
+.product_adv_box1 {
539 542
   height: 180px;
540 543
   width: 170px;
541 544
   position: relative;
542 545
   display: flex;
543 546
   justify-content: center;
544
-  .product_adv_box_con1{
547
+  .product_adv_box_con1 {
545 548
     position: absolute;
546
-    bottom: 0
549
+    bottom: 0;
547 550
   }
548 551
 }
549
-.line2{
552
+.line2 {
550 553
   width: 577px;
551 554
   height: 76px;
552 555
   position: absolute;
@@ -554,10 +557,10 @@ export default {
554 557
   top: 20%;
555 558
 }
556 559
 
557
-.product_adv_box2{
560
+.product_adv_box2 {
558 561
   position: relative;
559 562
 }
560
-.product_adv{
563
+.product_adv {
561 564
   margin: 140px auto;
562 565
   width: 1400px;
563 566
 }

+ 18
- 15
src/components/pages/productCenter/online.vue Целия файл

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div class="product-center">
3 3
     <!-- <div class="cover-bg">
4
-      <img src="../../../assets/image/program/bg2.png" alt>
5
-    </div> -->
4
+      
5
+    </div>-->
6 6
     <div class="product_center_top">
7 7
       <headerTab></headerTab>
8 8
       <div class="product_box">
@@ -294,12 +294,12 @@ export default {
294 294
       tittle: '全渠道在线平台',
295 295
       P1: '线上售楼处平台,连接开发商与购房者的沟通桥梁',
296 296
       P2: '房产商借助微信小程序,基于微信生态圈,完成商业模式闭环',
297
-      P3: 'Professional product customization',
297
+      P3: 'OMNI-CHANNEL ONLINE PLATFORM',
298 298
       activeIndex2: '1',
299 299
     }
300 300
   },
301 301
   methods: {
302
-    active1(){
302
+    active1 () {
303 303
       this.order1 = false;
304 304
       this.order_big = true;
305 305
       this.wisdom_nav = true;
@@ -329,7 +329,7 @@ export default {
329 329
   align-items: center;
330 330
 }
331 331
 .product-center {
332
-  background: url(../../../assets/image/program/bg1.png) no-repeat center;
332
+  background: url(../../../assets/image/program/bg2.jpg) no-repeat center;
333 333
   width: 100%;
334 334
   min-width: 1260px;
335 335
   height: 90%;
@@ -337,15 +337,15 @@ export default {
337 337
   // background-size: cover;
338 338
   position: relative;
339 339
   .cover-bg {
340
-      position: absolute;
341
-      top: 0;
342
-      z-index: -1;
343
-      overflow: hidden;
344
-      img {
345
-        width: 100%;
346
-        height: 779px;
347
-      }
340
+    position: absolute;
341
+    top: 0;
342
+    z-index: -1;
343
+    overflow: hidden;
344
+    img {
345
+      width: 100%;
346
+      height: 779px;
348 347
     }
348
+  }
349 349
 }
350 350
 
351 351
 .product_center_top {
@@ -385,9 +385,12 @@ export default {
385 385
   .p3 {
386 386
     display: flex;
387 387
     align-items: flex-start;
388
-    color: rgba(255, 255, 255, 1);
389
-    font-weight: 100;
390 388
     font-size: 12px;
389
+    font-family: PingFangSC-Thin;
390
+    font-weight: 100;
391
+    color: rgba(255, 255, 255, 1);
392
+    line-height: 17px;
393
+    letter-spacing: 7px;
391 394
     margin: 19px 0;
392 395
   }
393 396
 }

+ 9
- 7
src/components/pages/productCenter/productCenter.vue Целия файл

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
   <div class="product-center">
3 3
     <!-- <div class="cover-bg">
4
-      <img src="../../../assets/image/program/bg2.png" alt="">
4
+      
5 5
       
6 6
     </div> -->
7 7
     <headerTab></headerTab>
@@ -126,7 +126,7 @@ export default {
126 126
       tittle: '二手房管理平台',
127 127
       P1: '荟房通3.0',
128 128
       P2: '专业级房产中介管理系统',
129
-      P3: 'Professional product customization',
129
+      P3: 'SECOND-HAND HOUSE MANAGEMENT PLATFORM',
130 130
       activeIndex2: '1',
131 131
       activeName: 'first',
132 132
       collapse:'true',
@@ -226,7 +226,7 @@ export default {
226 226
   border-radius: 4px;
227 227
 }
228 228
 .product-center {
229
-  background: url(../../../assets/image/program/bg2.png) no-repeat center;
229
+  background: url(../../../assets/image/program/bg2.jpg) no-repeat center;
230 230
   width: 100%;
231 231
   min-width: 1260px;
232 232
   height: 90%;
@@ -236,7 +236,6 @@ export default {
236 236
   // border-radius: 
237 237
   position: relative;
238 238
   .cover-bg {
239
-    // background: url('../../../assets/image/program/bg2.png') no-repeat center 100%;
240 239
       position: absolute;
241 240
       top: 0;
242 241
       z-index: -1;
@@ -278,9 +277,12 @@ export default {
278 277
   .p3 {
279 278
     display: flex;
280 279
     align-items: flex-start;
281
-    color: rgba(255, 255, 255, 1);
282
-    font-weight: 100;
283
-    font-size: 12px;
280
+    font-size:12px;
281
+font-family:PingFangSC-Thin;
282
+font-weight:100;
283
+color:rgba(255,255,255,1);
284
+line-height:17px;
285
+letter-spacing:7px;
284 286
     margin: 19px 0;
285 287
   }
286 288
 }

+ 17
- 14
src/components/pages/productCenter/release.vue Целия файл

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div class="product-center">
3 3
     <!-- <div class="cover-bg">
4
-      <img src="../../../assets/image/program/bg3.png" alt>
5
-    </div> -->
4
+      
5
+    </div>-->
6 6
     <headerTab></headerTab>
7 7
     <div class="product_box">
8 8
       <div class="product_top">
@@ -174,7 +174,7 @@ export default {
174 174
       tittle: '全案发布平台',
175 175
       P1: '线上售楼处平台,连接开发商与购房者的沟通桥梁',
176 176
       P2: '房产商借助微信小程序,基于微信生态圈,完成商业模式闭环',
177
-      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
177
+      P3: 'WHOLE CASE PUBLISHING PLATFORM',
178 178
       activeIndex2: '1',
179 179
     }
180 180
   },
@@ -209,22 +209,22 @@ export default {
209 209
   align-items: center;
210 210
 }
211 211
 .product-center {
212
-  background: url(../../../assets/image/program/bg3.png) no-repeat center;
212
+  background: url(../../../assets/image/program/bg3.jpg) no-repeat center;
213 213
   width: 100%;
214 214
   min-width: 1260px;
215 215
   height: 90%;
216 216
   background-size: cover;
217 217
   position: relative;
218 218
   .cover-bg {
219
-      position: absolute;
220
-      top: 0;
221
-      z-index: -1;
222
-      overflow: hidden;
223
-      img {
224
-        width: 100%;
225
-        height: 779px;
226
-      }
219
+    position: absolute;
220
+    top: 0;
221
+    z-index: -1;
222
+    overflow: hidden;
223
+    img {
224
+      width: 100%;
225
+      height: 779px;
227 226
     }
227
+  }
228 228
 }
229 229
 .product_box {
230 230
   width: 1260px;
@@ -257,9 +257,12 @@ export default {
257 257
   .p3 {
258 258
     display: flex;
259 259
     align-items: flex-start;
260
-    color: rgba(255, 255, 255, 1);
261
-    font-weight: 100;
262 260
     font-size: 12px;
261
+    font-family: PingFangSC-Thin;
262
+    font-weight: 100;
263
+    color: rgba(255, 255, 255, 1);
264
+    line-height: 17px;
265
+    letter-spacing: 7px;
263 266
     margin: 19px 0;
264 267
   }
265 268
 }

+ 5
- 5
src/components/pages/solution/solution.vue Целия файл

@@ -3,7 +3,7 @@
3 3
     <headerTab></headerTab>
4 4
     <div class="title">
5 5
       <!-- <div class="cover-bg">
6
-        <img src="../../../assets/image/program/bannerbg.png" alt>
6
+        
7 7
       </div>-->
8 8
       <div>
9 9
         <p class="tit">{{title}}</p>
@@ -421,7 +421,7 @@ export default {
421 421
     width: 100%;
422 422
     min-width: 1260px;
423 423
     height: 90%;
424
-    background: url("../../../assets/image/program/bannerbg.png") no-repeat
424
+    background: url("../../../assets/image/program/bannerbg.jpg") no-repeat
425 425
       center;
426 426
     background-size: 100% 100%;
427 427
     // border-radius: 0 0 200% 200%;
@@ -489,7 +489,7 @@ export default {
489 489
       .problem-box {
490 490
         background-size: 100% 7300px;
491 491
         background-image: -webkit-linear-gradient(#ebf1fc, #fdfcff, #e9f0fe);
492
-        background: url("../../../assets/image/bg.png") no-repeat 0 70px;
492
+        background: url("../../../assets/image/program/bg.jpg") no-repeat 0 70px;
493 493
       }
494 494
       .el-tabs__header {
495 495
         height: 100px;
@@ -841,7 +841,7 @@ export default {
841 841
         }
842 842
       }
843 843
       .second-box {
844
-        background: url("../../../assets/image/bg.png") no-repeat 0 100%;
844
+        background: url("../../../assets/image/program/bg.jpg") no-repeat 100%;
845 845
 
846 846
         width: 100%;
847 847
       }
@@ -998,7 +998,7 @@ export default {
998 998
         }
999 999
       }
1000 1000
       .third-box {
1001
-        background: url("../../../assets/image/bg.png") no-repeat 100% 100%;
1001
+        background: url("../../../assets/image/program/bg.jpg") no-repeat 100% 100%;
1002 1002
         // background-size: 100% 7100px;
1003 1003
         width: 100%;
1004 1004
         .img-box {