许成详 6 år sedan
förälder
incheckning
7ac71f7e21
64 ändrade filer med 4203 tillägg och 35 borttagningar
  1. 0
    1
      index.html
  2. 2
    0
      package.json
  3. 10
    0
      src/App.vue
  4. 0
    0
      src/assets/image/AIwelcome/Group1222.png
  5. 0
    0
      src/assets/image/AIwelcome/Group15.png
  6. 0
    0
      src/assets/image/AIwelcome/Group16.png
  7. 0
    0
      src/assets/image/AIwelcome/Group17.png
  8. 0
    0
      src/assets/image/AIwelcome/Group18.png
  9. 0
    0
      src/assets/image/AIwelcome/Group19.png
  10. 0
    0
      src/assets/image/AIwelcome/Group20.png
  11. 0
    0
      src/assets/image/AIwelcome/Group5.png
  12. 0
    0
      src/assets/image/bigScreen/machine.png
  13. 0
    0
      src/assets/image/bigScreen/side.png
  14. 0
    0
      src/assets/image/platform/Group6Copy2.jpg
  15. 0
    0
      src/assets/image/platform/Group6Copy3.jpg
  16. 0
    0
      src/assets/image/platform/Group6Copy4.jpg
  17. 0
    0
      src/assets/image/platform/Group6Copy5.jpg
  18. 0
    0
      src/assets/image/platform/Group6Copy6.jpg
  19. 0
    0
      src/assets/image/platform/Group6Copy7.jpg
  20. Binär
      src/assets/image/program/bg.jpg
  21. Binär
      src/assets/image/yincheng/Group12.png
  22. Binär
      src/assets/image/yincheng/Group13.png
  23. Binär
      src/assets/image/yincheng/Group14.png
  24. Binär
      src/assets/image/yincheng/Group15.png
  25. Binär
      src/assets/image/yincheng/Group2.png
  26. Binär
      src/assets/image/yincheng/Group2Copy.png
  27. Binär
      src/assets/image/yincheng/Group3.png
  28. Binär
      src/assets/image/yincheng/Group3Copy3.png
  29. Binär
      src/assets/image/yincheng/Group3Copy4.png
  30. Binär
      src/assets/image/yincheng/Group3Copy5.png
  31. Binär
      src/assets/image/yincheng/Group3Copy7.png
  32. Binär
      src/assets/image/yincheng/Group3Copy8.png
  33. Binär
      src/assets/image/yincheng/Group4.png
  34. Binär
      src/assets/image/yincheng/Group5.png
  35. Binär
      src/assets/image/yincheng/Group6.png
  36. Binär
      src/assets/image/yincheng/GroupCopy3.png
  37. Binär
      src/assets/image/yincheng/Path 3.png
  38. Binär
      src/assets/image/yincheng/Propertycosts.png
  39. Binär
      src/assets/image/yincheng/alarm.png
  40. Binär
      src/assets/image/yincheng/bg.jpg
  41. Binär
      src/assets/image/yincheng/bright.png
  42. Binär
      src/assets/image/yincheng/camera.png
  43. Binär
      src/assets/image/yincheng/cost.png
  44. Binär
      src/assets/image/yincheng/family.png
  45. Binär
      src/assets/image/yincheng/home1116-1copy2.png
  46. Binär
      src/assets/image/yincheng/home1116-1copy4.png
  47. Binär
      src/assets/image/yincheng/home1116-1copy5.png
  48. Binär
      src/assets/image/yincheng/light.png
  49. Binär
      src/assets/image/yincheng/microphone.png
  50. Binär
      src/assets/image/yincheng/pay.png
  51. Binär
      src/assets/image/yincheng/water.png
  52. 1
    3
      src/components/commonComponents/footerNav.vue
  53. 21
    12
      src/components/commonComponents/headerTab.vue
  54. 50
    7
      src/components/pages/index.vue
  55. 441
    0
      src/components/pages/productCenter/AIwelcome.vue
  56. 509
    0
      src/components/pages/productCenter/bigscreen.vue
  57. 403
    0
      src/components/pages/productCenter/city.vue
  58. 542
    0
      src/components/pages/productCenter/community.vue
  59. 535
    0
      src/components/pages/productCenter/micro.vue
  60. 706
    0
      src/components/pages/productCenter/online.vue
  61. 434
    11
      src/components/pages/productCenter/productCenter.vue
  62. 500
    0
      src/components/pages/productCenter/release.vue
  63. 2
    0
      src/main.js
  64. 47
    1
      src/router/index.js

+ 0
- 1
index.html Visa fil

@@ -91,7 +91,6 @@
91 91
     vertical-align: baseline;
92 92
     background: transparent;
93 93
     outline-style: none;
94
-    /*FF*/
95 94
   }
96 95
 
97 96
   a {

+ 2
- 0
package.json Visa fil

@@ -33,6 +33,8 @@
33 33
     "file-loader": "^1.1.4",
34 34
     "friendly-errors-webpack-plugin": "^1.6.1",
35 35
     "html-webpack-plugin": "^2.30.1",
36
+    "less": "^3.9.0",
37
+    "less-loader": "^5.0.0",
36 38
     "node-notifier": "^5.1.2",
37 39
     "optimize-css-assets-webpack-plugin": "^3.2.0",
38 40
     "ora": "^1.2.0",

+ 10
- 0
src/App.vue Visa fil

@@ -21,4 +21,14 @@ html,body,#app{
21 21
   text-align: center;
22 22
   color: #2c3e50;
23 23
 }
24
+html,body,#app{
25
+ height: 100%;
26
+}
27
+.el-submenu__title i{
28
+  display: none;
29
+}
30
+.el-submenu__icon-arrow el-icon-arrow-down{
31
+  display: none;
32
+}
33
+
24 34
 </style>

src/assets/image/AIwelcome/Group 1222.png → src/assets/image/AIwelcome/Group1222.png Visa fil


src/assets/image/AIwelcome/Group 15.png → src/assets/image/AIwelcome/Group15.png Visa fil


src/assets/image/AIwelcome/Group 16.png → src/assets/image/AIwelcome/Group16.png Visa fil


src/assets/image/AIwelcome/Group 17.png → src/assets/image/AIwelcome/Group17.png Visa fil


src/assets/image/AIwelcome/Group 18.png → src/assets/image/AIwelcome/Group18.png Visa fil


src/assets/image/AIwelcome/Group 19.png → src/assets/image/AIwelcome/Group19.png Visa fil


src/assets/image/AIwelcome/Group 20.png → src/assets/image/AIwelcome/Group20.png Visa fil


src/assets/image/AIwelcome/Group 5.png → src/assets/image/AIwelcome/Group5.png Visa fil


src/assets/image/bigScreen/机器.png → src/assets/image/bigScreen/machine.png Visa fil


src/assets/image/bigScreen/侧面.png → src/assets/image/bigScreen/side.png Visa fil


src/assets/image/platform/Group6Copy 2.jpg → src/assets/image/platform/Group6Copy2.jpg Visa fil


src/assets/image/platform/Group6Copy 3.jpg → src/assets/image/platform/Group6Copy3.jpg Visa fil


src/assets/image/platform/Group6Copy 4.jpg → src/assets/image/platform/Group6Copy4.jpg Visa fil


src/assets/image/platform/Group6Copy 5.jpg → src/assets/image/platform/Group6Copy5.jpg Visa fil


src/assets/image/platform/Group6Copy 6.jpg → src/assets/image/platform/Group6Copy6.jpg Visa fil


src/assets/image/platform/Group6Copy 7.jpg → src/assets/image/platform/Group6Copy7.jpg Visa fil


Binär
src/assets/image/program/bg.jpg Visa fil


Binär
src/assets/image/yincheng/Group12.png Visa fil


Binär
src/assets/image/yincheng/Group13.png Visa fil


Binär
src/assets/image/yincheng/Group14.png Visa fil


Binär
src/assets/image/yincheng/Group15.png Visa fil


Binär
src/assets/image/yincheng/Group2.png Visa fil


Binär
src/assets/image/yincheng/Group2Copy.png Visa fil


Binär
src/assets/image/yincheng/Group3.png Visa fil


Binär
src/assets/image/yincheng/Group3Copy3.png Visa fil


Binär
src/assets/image/yincheng/Group3Copy4.png Visa fil


Binär
src/assets/image/yincheng/Group3Copy5.png Visa fil


Binär
src/assets/image/yincheng/Group3Copy7.png Visa fil


Binär
src/assets/image/yincheng/Group3Copy8.png Visa fil


Binär
src/assets/image/yincheng/Group4.png Visa fil


Binär
src/assets/image/yincheng/Group5.png Visa fil


Binär
src/assets/image/yincheng/Group6.png Visa fil


Binär
src/assets/image/yincheng/GroupCopy3.png Visa fil


Binär
src/assets/image/yincheng/Path 3.png Visa fil


Binär
src/assets/image/yincheng/Propertycosts.png Visa fil


Binär
src/assets/image/yincheng/alarm.png Visa fil


Binär
src/assets/image/yincheng/bg.jpg Visa fil


Binär
src/assets/image/yincheng/bright.png Visa fil


Binär
src/assets/image/yincheng/camera.png Visa fil


Binär
src/assets/image/yincheng/cost.png Visa fil


Binär
src/assets/image/yincheng/family.png Visa fil


Binär
src/assets/image/yincheng/home1116-1copy2.png Visa fil


Binär
src/assets/image/yincheng/home1116-1copy4.png Visa fil


Binär
src/assets/image/yincheng/home1116-1copy5.png Visa fil


Binär
src/assets/image/yincheng/light.png Visa fil


Binär
src/assets/image/yincheng/microphone.png Visa fil


Binär
src/assets/image/yincheng/pay.png Visa fil


Binär
src/assets/image/yincheng/water.png Visa fil


+ 1
- 3
src/components/commonComponents/footerNav.vue Visa fil

@@ -25,10 +25,8 @@ export default {
25 25
 <!-- Add "scoped" attribute to limit CSS to this component only -->
26 26
 <style scoped>
27 27
 .footer .footer-con{
28
-  /* height: 337px; */
28
+  position: static;
29 29
   width: 100%;
30
-  position: fixed;
31
-  bottom: 0;
32 30
   background: #0F1C38;
33 31
   padding: 120px 0;
34 32
 

+ 21
- 12
src/components/commonComponents/headerTab.vue Visa fil

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div class="header-tab">
3
-    <el-row>
3
+    <el-row class="topNav">
4 4
       <el-col :span="12">
5
-        <img class="logo" src="../../assets/image/home/logo/logo.png" alt>
5
+        <img class="header-img" src="../../assets/image/home/logo/logo.png" alt>
6 6
       </el-col>
7 7
       <el-col :span="12">
8 8
         <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect">
@@ -63,29 +63,38 @@ export default {
63 63
 <!-- Add "scoped" attribute to limit CSS to this component only -->
64 64
 <style scoped>
65 65
 .header-tab {
66
-  position: fixed;
67 66
   width: 100%;
68
-  top: 0;
69 67
   margin: 20px 0;
70 68
   background-color: transparent;
69
+  z-index: 2;
71 70
 }
72
-.el-menu.el-menu--horizontal {
71
+.topNav{
72
+  display: flex;
73
+  align-items: center;
74
+}
75
+.header-tab .header-img {
76
+  width: 248px;
77
+  height: 35px;
78
+}
79
+.header-tab .el-menu.el-menu--horizontal {
73 80
   border: none;
74 81
 }
75
-.el-menu--horizontal > .el-menu-item.is-active {
82
+.header-tab .el-menu {
83
+  padding-left: 30px;
84
+  background-color: transparent;
85
+}
86
+.header-tab .el-menu--horizontal > .el-menu-item.is-active {
76 87
   border: none;
77
-  background: repeating-linear-gradient(
78
-    rgba(0, 0, 0, 0),
79
-    rgba(78, 132, 255, 1) 100%
80
-  );
88
+  background: repeating-linear-gradient(transparent, #4e84ff 100%);
81 89
 }
82
-.el-menu--horizontal > .el-menu-item {
90
+.header-tab .el-menu--horizontal > .el-menu-item {
83 91
   height: 20px;
84 92
   line-height: 20px;
85 93
   padding: 0;
86 94
   margin: 0 20px;
95
+  color: #fff;
87 96
 }
88
-.logo{
97
+.logo {
89 98
   height: 35px;
90 99
 }
91 100
 </style>

+ 50
- 7
src/components/pages/index.vue Visa fil

@@ -1,12 +1,24 @@
1 1
 <template>
2 2
   <div class="hello">
3 3
     <headerTab></headerTab>
4
-    <div>
5
-
6
-    首页
7
-
4
+  <div class="fullpage-container">
5
+  <div class="fullpage-wp" v-fullpage="opts">
6
+    <div class="page-1 page">
7
+      <div class="part-1" v-animate="{value: 'bounceInLeft'}">
8
+        <!-- <p class="">荟房智慧管家</p> -->
8 9
 
10
+      </div>
11
+    </div>
12
+    <div class="page-2 page">
13
+      <p class="part-2" v-animate="{value: 'bounceInRight'}">vue-fullpage</p>
14
+    </div>
15
+    <div class="page-3 page">
16
+      <p class="part-3" v-animate="{value: 'bounceInLeft', delay: 0}">vue-fullpage</p>
17
+      <p class="part-3" v-animate="{value: 'bounceInRight', delay: 600}">vue-fullpage</p>
18
+      <p class="part-3" v-animate="{value: 'zoomInDown', delay: 1200}">vue-fullpage</p>
9 19
     </div>
20
+  </div>
21
+</div>
10 22
     <footerNav></footerNav>
11 23
 
12 24
   </div>
@@ -19,18 +31,49 @@ import footerNav from "@/components/commonComponents/footerNav";
19 31
 export default {
20 32
   components: { headerTab, footerNav },
21 33
   data() {
22
-    return {};
23
-  }
34
+    return {
35
+      opts: {
36
+        start: 0,
37
+        dir: "v",
38
+        loop: false,
39
+        duration: 500,
40
+        beforeChange: function(prev, next) {
41
+          console.log("before", prev, next);
42
+        },
43
+        afterChange: function(prev, next) {
44
+          console.log("after", prev, next);
45
+        }
46
+      }
47
+    };
48
+  },
49
+  methods: {}
24 50
 };
25 51
 </script>
26 52
 
27 53
 <!-- Add "scoped" attribute to limit CSS to this component only -->
28 54
 <style scoped>
29 55
 .hello {
56
+  width: 100%;
57
+  height: 100%;
58
+}
59
+.hello .page-1 {
30 60
   background: url("../../assets/image/home/background/Group2.jpg") no-repeat
31
-    center 100%;
61
+    center;
32 62
   width: 100%;
33 63
   height: 100%;
64
+  background-size: 100% 100%;
34 65
 }
66
+.page-container {
67
+  position: absolute;
68
+  left: 0;
69
+  top: 0;
70
+  width: 100%;
71
+  height: 100%;
72
+}
73
+.page-container .page {
74
+  height: 100%;
75
+  width: 100%;
76
+}
77
+
35 78
 </style>
36 79
 

+ 441
- 0
src/components/pages/productCenter/AIwelcome.vue Visa fil

@@ -0,0 +1,441 @@
1
+<template>
2
+  <div class="product-center">
3
+    <headerTab></headerTab>
4
+    <div class="product_box">
5
+      <div class="product_top">
6
+        <div class="product_top_con">
7
+          <div class="product_top_con_left">
8
+            <h3>{{tittle}}</h3>
9
+            <p class="p1">{{P1}}</p>
10
+            <p class="p2">{{P2}}</p>
11
+            <p class="p3">{{P3}}</p>
12
+          </div>
13
+          <div class="product_top_con_right">
14
+            <img src="../../../assets/image/AIwelcome/Group1222.png" alt>
15
+          </div>
16
+        </div>
17
+      </div>
18
+      <!-- <div class="product_bar">
19
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
20
+          <el-menu-item index="1" class="item1"  background-color="#fff">
21
+            <div class="order">
22
+              <div class="blue_bar"></div>
23
+              <div class="product-order">产品订制</div>
24
+              <div class="order_bot">
25
+                <div class="order_bot_online">
26
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
27
+                 
28
+                  <span>全渠道在线平台</span>
29
+                </div>
30
+                <div class="order_bot_secondHandHouse">
31
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
32
+                  
33
+                  <span>二手房管理平台</span>
34
+                </div>
35
+              </div>
36
+            </div>
37
+          </el-menu-item>
38
+          <el-menu-item index="2" class="item2">
39
+            智慧案场
40
+          </el-menu-item>
41
+          <el-menu-item index="3" class="item3">
42
+            智慧社区
43
+          </el-menu-item>
44
+        </el-menu>
45
+      </div>-->
46
+    </div>
47
+
48
+    <div class="secondHouse-middle">
49
+      <div class="secondHouse_content">
50
+        <div class="Features1">
51
+          <div class="secondHouse_tittle">
52
+            <div class="secondHouse_tittle_words">痛点描述</div>
53
+            <div class="secondHouse_tittle_bg"></div>
54
+            <div class="secondHouse_tittle_eng">EXISTING PROBLEMS</div>
55
+          </div>
56
+          <div class="discribe">
57
+            <div class="discribe_box">
58
+              <div class="dis_box_img">
59
+                <img src="../../../assets/image/AIwelcome/Reception.jpg" alt>
60
+              </div>
61
+              <div class="box_dis">
62
+                <p class="dis_p1">客户接待不及时</p>
63
+                <p class="dis_p2">体验不佳</p>
64
+              </div>
65
+            </div>
66
+            <div class="discribe_box">
67
+              <div class="dis_box_img">
68
+                <img src="../../../assets/image/AIwelcome/consultant.jpg" alt>
69
+              </div>
70
+              <div class="box_dis">
71
+                <p class="dis_p1">置业顾问藏客</p>
72
+                <p class="dis_p2">内单外挂</p>
73
+              </div>
74
+            </div>
75
+            <div class="discribe_box">
76
+              <div class="dis_box_img">
77
+                <img src="../../../assets/image/AIwelcome/Attribution.jpg" alt>
78
+              </div>
79
+              <div class="box_dis">
80
+                <p class="dis_p1">客户归属</p>
81
+                <p class="dis_p2">划分不清</p>
82
+              </div>
83
+            </div>
84
+            <div class="discribe_box">
85
+              <div class="dis_box_img">
86
+                <img src="../../../assets/image/AIwelcome/huaxiangbuming.jpg" alt>
87
+              </div>
88
+              <div class="box_dis">
89
+                <p class="dis_p1">客户画像不明晰</p>
90
+                <p class="dis_p2">营销决策不明确</p>
91
+              </div>
92
+            </div>
93
+          </div>
94
+        </div>
95
+        <div class="Features2">
96
+          <div class="secondHouse_tittle">
97
+            <div class="secondHouse_tittle_words">解决方案</div>
98
+            <div class="secondHouse_tittle_bg"></div>
99
+            <div class="secondHouse_tittle_eng">THE SOLUTION</div>
100
+          </div>
101
+          <div class="secondHouse_content_Features">
102
+            <div class="secondHouse_content_left">
103
+              <div class="secondHouse_content_box">
104
+                <div class="box_tittle">
105
+                  <p class="box_tittle_p1">先报备再到访</p>
106
+                  <p class="box_tittle_p2">专业报备系统、实现案场精细化管理</p>
107
+                </div>
108
+                <div class="box_img">
109
+                  <img src="../../../assets/image/AIwelcome/Group18.png" alt>
110
+                </div>
111
+              </div>
112
+              <div class="secondHouse_content_box">
113
+                <div class="box_tittle">
114
+                  <p class="box_tittle_p1">访客信息实时推送</p>
115
+                  <p class="box_tittle_p2">岗亭、专属置业顾问, 快速开启VIP接待流程</p>
116
+                </div>
117
+                <div class="box_img">
118
+                  <img src="../../../assets/image/AIwelcome/Group16.png" alt>
119
+                </div>
120
+              </div>
121
+              <div class="secondHouse_content_box">
122
+                <div class="box_tittle">
123
+                  <p class="box_tittle_p1">人脸、车牌、手机号多环节判客</p>
124
+                  <p class="box_tittle_p2">轻松判定访客来访渠道, 有效防止飞单、归属不清</p>
125
+                </div>
126
+                <div class="box_img">
127
+                  <img src="../../../assets/image/AIwelcome/Group20.png" alt>
128
+                </div>
129
+              </div>
130
+
131
+              <div class="secondHouse_content_box">
132
+                <div class="box_tittle">
133
+                  <p class="box_tittle_p1">结合CRM系统</p>
134
+                  <p class="box_tittle_p2">分析用户历史记录, 实现精准营销</p>
135
+                </div>
136
+                <div class="box_img">
137
+                  <img src="../../../assets/image/AIwelcome/Group5.png" alt>
138
+                </div>
139
+              </div>
140
+            </div>
141
+            <div class="secondHouse_content_right">
142
+              
143
+
144
+              <div class="secondHouse_content_box">
145
+                <div class="box_tittle">
146
+                  <p class="box_tittle_p1">客户到访</p>
147
+                  <p class="box_tittle_p2">卡口相机车牌、司乘抓拍, 云端智能匹配</p>
148
+                  <p class="box_tittle_p3">有效识别访客身份</p>
149
+                </div>
150
+                <div class="box_img">
151
+                  <img src="../../../assets/image/AIwelcome/Group19.png" alt>
152
+                </div>
153
+              </div>
154
+
155
+              <div class="secondHouse_content_box">
156
+                <div class="box_tittle">
157
+                  <p class="box_tittle_p1">非配合式无感人脸识别</p>
158
+                  <p class="box_tittle_p2">语音播报欢迎致辞, 智慧大屏展示迎宾信息</p>
159
+                </div>
160
+                <div class="box_img">
161
+                  <img src="../../../assets/image/AIwelcome/Group15.png" alt>
162
+                </div>
163
+              </div>
164
+
165
+              <div class="secondHouse_content_box">
166
+                <div class="box_tittle">
167
+                  <p class="box_tittle_p1">专业地产营销场景设计</p>
168
+                  <p class="box_tittle_p2">合理规划营销动线</p>
169
+                  <p class="box_tittle_p3">全面了解记录客户偏好</p>
170
+                </div>
171
+                <div class="box_img">
172
+                  <img src="../../../assets/image/AIwelcome/Group17.png" alt>
173
+                </div>
174
+              </div>
175
+
176
+            </div>
177
+          </div>
178
+        </div>
179
+      </div>
180
+    </div>
181
+    <footerNav></footerNav>
182
+  </div>
183
+</template>
184
+
185
+<script>
186
+import headerTab from "@/components/commonComponents/headerTab";
187
+import footerNav from "@/components/commonComponents/footerNav";
188
+
189
+export default {
190
+  components: { headerTab, footerNav },
191
+
192
+  data () {
193
+    return {
194
+      tittle: 'AI迎宾判客系统',
195
+      P1: '全方位布控,人脸自动抓取,智能判客',
196
+      P2: '',
197
+      P3: 'Intelligent face risk control syste',
198
+      activeIndex2: '1'
199
+    }
200
+  },
201
+  methods: {
202
+    handleSelect (key, keyPath) {
203
+      console.log(key, keyPath);
204
+    }
205
+  }
206
+}
207
+</script>
208
+
209
+<!-- Add "scoped" attribute to limit CSS to this component only -->
210
+<style scoped lang="less">
211
+.product-center {
212
+  background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
213
+  width: 100%;
214
+  min-width: 1260px;
215
+  height: 780px;
216
+  background-size: cover;
217
+}
218
+.product_box {
219
+  width: 1260px;
220
+  height: 780px;
221
+  margin: 0 auto;
222
+}
223
+.product_top {
224
+  width: 1260px;
225
+  height: 780px;
226
+  display: flex;
227
+  justify-content: center;
228
+}
229
+.product_top_con_left {
230
+  display: inline-block;
231
+  color: #fff;
232
+  h3 {
233
+    font-size: 66px;
234
+    font-weight: 100;
235
+    margin: 0 5px;
236
+    display: flex;
237
+    align-items: flex-start;
238
+  }
239
+  .p1,
240
+  .p2 {
241
+    // float: left;
242
+    font-size: 25px;
243
+    display: flex;
244
+    align-items: flex-start;
245
+  }
246
+  .p3 {
247
+    display: flex;
248
+    align-items: flex-start;
249
+    color: rgba(255, 255, 255, 1);
250
+    font-weight: 100;
251
+    font-size: 12px;
252
+    margin: 19px 0;
253
+  }
254
+}
255
+.product_top_con_right {
256
+  display: inline-block;
257
+  color: #fff;
258
+  img {
259
+    width: 303px;
260
+  }
261
+}
262
+.product_top_con {
263
+  width: 100%;
264
+  margin: 0 60px;
265
+  display: flex;
266
+  justify-content: space-between;
267
+  align-items: center;
268
+}
269
+.el-menu-demo {
270
+  display: flex;
271
+  justify-content: space-around;
272
+}
273
+
274
+.product-order {
275
+  margin: 5px 0;
276
+  // line-height: 10px;
277
+}
278
+.order_bot_online {
279
+  height: 58px;
280
+  width: 115px;
281
+  display: flex;
282
+  flex-wrap: wrap;
283
+  justify-content: center;
284
+  align-content: space-between;
285
+  img {
286
+    width: 35px;
287
+    height: 42px;
288
+  }
289
+}
290
+.blue_bar {
291
+  width: 73px;
292
+  height: 13px;
293
+  background: rgba(78, 132, 255, 1);
294
+  border-radius: 0px 0px 70px 70px;
295
+}
296
+.order_bot {
297
+  display: flex;
298
+  justify-content: space-between;
299
+}
300
+.order_bot_secondHandHouse {
301
+  display: flex;
302
+  flex-wrap: wrap;
303
+  justify-content: center;
304
+  align-content: space-between;
305
+  height: 58px;
306
+  width: 115px;
307
+  img {
308
+    width: 110px;
309
+    height: 32px;
310
+  }
311
+}
312
+.item1,
313
+.item2,
314
+.item3 {
315
+  width: 314px;
316
+  height: 78px;
317
+  border-radius: 10px;
318
+  display: flex;
319
+  align-items: center;
320
+  justify-content: center;
321
+  font-size: 12px;
322
+  color: rgba(153, 153, 153, 1);
323
+}
324
+.item1 {
325
+  width: 414px;
326
+  height: 134px;
327
+}
328
+.blue_bar {
329
+  display: inline-block;
330
+}
331
+.order {
332
+  text-align: center;
333
+}
334
+.secondHouse-middle {
335
+  width: 100%;
336
+  // background-color: red;
337
+  background: url(../../../assets/image/program/bg.jpg) no-repeat center;
338
+  background-size: 100%;
339
+  .secondHouse_content {
340
+    width: 1260px;
341
+    margin: 0 auto;
342
+    
343
+  }
344
+}
345
+.Features1 {
346
+     margin: 70px auto;
347
+      padding: 70px 0;
348
+    }
349
+.Features2 {
350
+      margin: 70px auto;
351
+      padding: 70px 0;
352
+    }
353
+.secondHouse_tittle {
354
+  height: 80px;
355
+  width: 218px;
356
+  background-color: #fff;
357
+  margin: 72px auto;
358
+  .secondHouse_tittle_words {
359
+    font-weight: 500;
360
+  }
361
+  .secondHouse_tittle_bg {
362
+    margin: -10px auto 0;
363
+    width: 135px;
364
+    height: 29px;
365
+    background-color: #4e84ff;
366
+  }
367
+  .secondHouse_tittle_eng {
368
+    margin: 10px 0;
369
+    color: rgba(78, 132, 255, 1);
370
+  }
371
+}
372
+.secondHouse_content_Features {
373
+  width: 980px;
374
+  margin: 0 auto;
375
+  display: flex;
376
+  justify-content: center;
377
+  justify-content: space-between;
378
+  .secondHouse_content_left {
379
+  }
380
+  .secondHouse_content_right {
381
+    margin-top: 20px;
382
+  }
383
+}
384
+.secondHouse_content_box {
385
+  width: 475px;
386
+  height: 351px;
387
+  margin: 0 0 30px 30px;
388
+  background: rgba(255, 255, 255, 1);
389
+  box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
390
+  border-radius: 7px;
391
+}
392
+.box_tittle {
393
+  width: 406px;
394
+  margin: 0 35px;
395
+  padding: 30px 0;
396
+  // background-color: red;
397
+  border-bottom: 3px dashed #a2c2ff;
398
+  color: rgba(102, 102, 102, 1);
399
+  font-size: 18px;
400
+}
401
+.box_img {
402
+  margin-top: 30px;
403
+  img {
404
+    width: 357px;
405
+    height: 186px;
406
+  }
407
+}
408
+.discribe {
409
+  margin: auto;
410
+  width: 1125px;
411
+  display: flex;
412
+  justify-content: space-between;
413
+  .discribe_box {
414
+    width: 265px;
415
+    height: 267px;
416
+    box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
417
+    border-radius: 6px;
418
+    .dis_box_img {
419
+      img{
420
+        width: 265px;
421
+      height: 191px;
422
+      }
423
+    }
424
+    .box_dis{
425
+      margin: 14px;
426
+      .dis_p1,.dis_p2{
427
+        color:rgba(128,128,128,1);
428
+        font-size: 16px;
429
+      }
430
+    }
431
+  }
432
+}
433
+.box_tittle_p1{
434
+  color:rgba(78,132,255,1);
435
+  font-size: 26px;
436
+}
437
+.box_tittle_p2,.box_tittle_p3{
438
+  font-size: 18px;
439
+  color:rgba(102,102,102,1);
440
+}
441
+</style>

+ 509
- 0
src/components/pages/productCenter/bigscreen.vue Visa fil

@@ -0,0 +1,509 @@
1
+<template>
2
+  <div class="product-center">
3
+    <headerTab></headerTab>
4
+    <div class="product_box">
5
+      <div class="product_top">
6
+        <div class="product_top_con">
7
+          <div class="product_top_con_left">
8
+            <h3>{{tittle}}</h3>
9
+            <p class="p1">{{P1}}</p>
10
+            <p class="p2">{{P2}}</p>
11
+            <p class="p3">{{P3}}</p>
12
+          </div>
13
+          <div class="product_top_con_right">
14
+            <img src="../../../assets/image/bigScreen/side.png" alt>
15
+            <img src="../../../assets/image/bigScreen/machine.png" alt>
16
+          </div>
17
+        </div>
18
+      </div>
19
+      <!-- <div class="product_bar">
20
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
21
+          <el-menu-item index="1" class="item1"  background-color="#fff">
22
+            <div class="order">
23
+              <div class="blue_bar"></div>
24
+              <div class="product-order">产品订制</div>
25
+              <div class="order_bot">
26
+                <div class="order_bot_online">
27
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
28
+                 
29
+                  <span>全渠道在线平台</span>
30
+                </div>
31
+                <div class="order_bot_secondHandHouse">
32
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
33
+                  
34
+                  <span>二手房管理平台</span>
35
+                </div>
36
+              </div>
37
+            </div>
38
+          </el-menu-item>
39
+          <el-menu-item index="2" class="item2">
40
+            智慧案场
41
+          </el-menu-item>
42
+          <el-menu-item index="3" class="item3">
43
+            智慧社区
44
+          </el-menu-item>
45
+        </el-menu>
46
+      </div>-->
47
+    </div>
48
+
49
+    <div class="secondHouse-middle">
50
+      <div class="secondHouse_content">
51
+        <div class="Features1">
52
+          <div class="secondHouse_tittle">
53
+            <div class="secondHouse_tittle_words">产品亮点</div>
54
+            <div class="secondHouse_tittle_bg"></div>
55
+            <div class="secondHouse_tittle_eng">EXISTING PROBLEMS</div>
56
+          </div>
57
+          <div class="discribe">
58
+            <div class="discribe_box">
59
+              <div class="dis_box_img">
60
+                <img src="../../../assets/image/bigScreen/1.jpg" alt>
61
+              </div>
62
+              <div class="box_dis">
63
+                <p class="dis_p1">海量楼盘,虚拟看房</p>
64
+                <p class="dis_p2">利用全景技术,不用奔波于各个案场,一站式看房,为用户提供沉浸式看房体验</p>
65
+              </div>
66
+            </div>
67
+            <div class="discribe_box">
68
+              <div class="dis_box_img">
69
+                <img src="../../../assets/image/bigScreen/Bitmap.jpg" alt>
70
+              </div>
71
+              <div class="box_dis">
72
+                <p class="dis_p1">冠军楼盘,见证楼盘</p>
73
+                <p class="dis_p2">根据实时的楼盘销售排名,实时见证楼盘销量变换</p>
74
+              </div>
75
+            </div>
76
+            <div class="discribe_box">
77
+              <div class="dis_box_img">
78
+                <img src="../../../assets/image/bigScreen/23.jpg" alt>
79
+              </div>
80
+              <div class="box_dis">
81
+                <p class="dis_p1">线上线下,无缝连接</p>
82
+                <p class="dis_p2">线上信息连接线下活动,充分了解房产信息</p>
83
+              </div>
84
+            </div>
85
+            <div class="discribe_box">
86
+              <div class="dis_box_img">
87
+                <img src="../../../assets/image/bigScreen/4.jpg" alt>
88
+              </div>
89
+              <div class="box_dis">
90
+                <p class="dis_p1">智能推荐,择优选择</p>
91
+                <p class="dis_p2">根据用户真正的需求,选择最合适的房源</p>
92
+              </div>
93
+            </div>
94
+            <div class="discribe_box">
95
+              <div class="dis_box_img">
96
+                <img src="../../../assets/image/bigScreen/4.jpg" alt>
97
+              </div>
98
+              <div class="box_dis">
99
+                <p class="dis_p1">楼市资讯,一站获取</p>
100
+                <p class="dis_p2">最全最新的楼市信息,可以方便用户一站式获取</p>
101
+              </div>
102
+            </div>
103
+          </div>
104
+        </div>
105
+        <div class="Features2">
106
+          <div class="secondHouse_tittle">
107
+            <div class="secondHouse_tittle_words">应用领域</div>
108
+            <div class="secondHouse_tittle_bg"></div>
109
+            <div class="secondHouse_tittle_eng">APPLICATION FIELD</div>
110
+          </div>
111
+          <div class="discribe">
112
+            <div class="filed_box">
113
+              <div class="filed_box_top">
114
+                <div class="salesOffice">
115
+                  <img src="../../../assets/image/bigScreen/66.jpg" alt>
116
+                  <div class="filed_tittle">售楼处</div>
117
+                </div>
118
+                <div class="salesOffice">
119
+                  <img src="../../../assets/image/bigScreen/77.jpg" alt>
120
+                  <div class="filed_tittle">银行</div>
121
+                </div>
122
+                <div class="salesOffice">
123
+                  <img src="../../../assets/image/bigScreen/888.jpg" alt>
124
+                  <div class="filed_tittle">购物中心</div>
125
+                </div>
126
+                <div class="salesOffice">
127
+                  <img src="../../../assets/image/bigScreen/99.jpg" alt>
128
+                  <div class="filed_tittle">展厅</div>
129
+                </div>
130
+              </div>
131
+              <div class="filed_box_bottom">
132
+                <div class="salesOffice">
133
+                  <img src="../../../assets/image/bigScreen/11.jpg" alt>
134
+                  <div class="filed_tittle">商场</div>
135
+                </div>
136
+                <div class="salesOffice">
137
+                  <img src="../../../assets/image/bigScreen/22.jpg" alt>
138
+                  <div class="filed_tittle">小区</div>
139
+                </div>
140
+                <div class="salesOffice">
141
+                  <img src="../../../assets/image/bigScreen/33.jpg" alt>
142
+                  <div class="filed_tittle">机场</div>
143
+                </div>
144
+                <div class="salesOffice">
145
+                  <img src="../../../assets/image/bigScreen/44.jpg" alt>
146
+                  <div class="filed_tittle">地铁站</div>
147
+                </div>
148
+                <div class="salesOffice">
149
+                  <img src="../../../assets/image/bigScreen/55.jpg" alt>
150
+                  <div class="filed_tittle">汽车站</div>
151
+                </div>
152
+              </div>
153
+            </div>
154
+          </div>
155
+        </div>
156
+
157
+        <div class="Features3">
158
+          <div class="secondHouse_tittle">
159
+            <div class="secondHouse_tittle_words">硬件模块</div>
160
+            <div class="secondHouse_tittle_bg"></div>
161
+            <div class="secondHouse_tittle_eng">HARDWARE MODULE</div>
162
+          </div>
163
+          <div class="discribe">
164
+            <div class="module_box">
165
+              <div class="module_box_top">
166
+                <div class="boxes">
167
+                  <div class="boxes_img">
168
+                    <img src="../../../assets/image/bigScreen/00.png" alt>
169
+                  </div>
170
+                  <div class="module_box_words">49寸触摸显示屏</div>
171
+                </div>
172
+                <div class="boxes">
173
+                  <div class="boxes_img">
174
+                    <img src="../../../assets/image/bigScreen/000000.png" alt>
175
+                  </div>
176
+
177
+                  <div class="module_box_words">A4彩色激光打印机</div>
178
+                </div>
179
+                <div class="boxes">
180
+                  <div class="boxes_img">
181
+                    <img src="../../../assets/image/bigScreen/00000.png" alt>
182
+                  </div>
183
+
184
+                  <div class="module_box_words">双目人脸识别摄像头</div>
185
+                </div>
186
+              </div>
187
+              <div class="module_box_bottom">
188
+                <div class="boxes">
189
+                  <div class="boxes_img">
190
+                    <img src="../../../assets/image/bigScreen/0.png" alt>
191
+                  </div>
192
+                  <div class="module_box_words">4G模块+WIFI模块</div>
193
+                </div>
194
+                <div class="boxes">
195
+                  <div class="boxes_img">
196
+                    <img src="../../../assets/image/bigScreen/0000.png" alt>
197
+                  </div>
198
+                  <div class="module_box_words">语音识别</div>
199
+                </div>
200
+                <div class="boxes">
201
+                  <div class="boxes_img">
202
+                    <img src="../../../assets/image/bigScreen/000.png" alt>
203
+                  </div>
204
+                  <div class="module_box_words">工控主机</div>
205
+                </div>
206
+              </div>
207
+            </div>
208
+          </div>
209
+        </div>
210
+      </div>
211
+    </div>
212
+    <footerNav></footerNav>
213
+  </div>
214
+</template>
215
+
216
+<script>
217
+import headerTab from "@/components/commonComponents/headerTab";
218
+import footerNav from "@/components/commonComponents/footerNav";
219
+
220
+export default {
221
+  components: { headerTab, footerNav },
222
+
223
+  data () {
224
+    return {
225
+      tittle: '智慧大屏机',
226
+      P1: '无人售楼终端机结合VR技术,沉浸式看房体验',
227
+      P2: '',
228
+      P3: 'INTELLIGENT SALES OFFICE',
229
+      activeIndex2: '1'
230
+    }
231
+  },
232
+  methods: {
233
+    handleSelect (key, keyPath) {
234
+      console.log(key, keyPath);
235
+    }
236
+  }
237
+}
238
+</script>
239
+
240
+<!-- Add "scoped" attribute to limit CSS to this component only -->
241
+<style scoped lang="less">
242
+.product-center {
243
+  background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
244
+  width: 100%;
245
+  min-width: 1260px;
246
+  height: 780px;
247
+  background-size: cover;
248
+}
249
+.product_box {
250
+  width: 1260px;
251
+  height: 780px;
252
+  margin: 0 auto;
253
+}
254
+.product_top {
255
+  width: 1260px;
256
+  height: 780px;
257
+  display: flex;
258
+  justify-content: center;
259
+}
260
+.product_top_con_left {
261
+  display: inline-block;
262
+  color: #fff;
263
+  h3 {
264
+    font-size: 66px;
265
+    font-weight: 100;
266
+    margin: 0 5px;
267
+    display: flex;
268
+    align-items: flex-start;
269
+  }
270
+  .p1,
271
+  .p2 {
272
+    // float: left;
273
+    font-size: 25px;
274
+    display: flex;
275
+    align-items: flex-start;
276
+  }
277
+  .p3 {
278
+    display: flex;
279
+    align-items: flex-start;
280
+    color: rgba(255, 255, 255, 1);
281
+    font-weight: 100;
282
+    font-size: 12px;
283
+    margin: 19px 0;
284
+  }
285
+}
286
+.product_top_con_right {
287
+  display: inline-block;
288
+  color: #fff;
289
+  img:first-child {
290
+    margin-right: 32px;
291
+  }
292
+  img {
293
+    width: 197px;
294
+    height: 569px;
295
+  }
296
+}
297
+.product_top_con {
298
+  width: 100%;
299
+  margin: 0 60px;
300
+  display: flex;
301
+  justify-content: space-between;
302
+  align-items: center;
303
+}
304
+.el-menu-demo {
305
+  display: flex;
306
+  justify-content: space-around;
307
+}
308
+
309
+.product-order {
310
+  margin: 5px 0;
311
+  // line-height: 10px;
312
+}
313
+.order_bot_online {
314
+  height: 58px;
315
+  width: 115px;
316
+  display: flex;
317
+  flex-wrap: wrap;
318
+  justify-content: center;
319
+  align-content: space-between;
320
+  img {
321
+    width: 35px;
322
+    height: 42px;
323
+  }
324
+}
325
+.blue_bar {
326
+  width: 73px;
327
+  height: 13px;
328
+  background: rgba(78, 132, 255, 1);
329
+  border-radius: 0px 0px 70px 70px;
330
+}
331
+.order_bot {
332
+  display: flex;
333
+  justify-content: space-between;
334
+}
335
+.order_bot_secondHandHouse {
336
+  display: flex;
337
+  flex-wrap: wrap;
338
+  justify-content: center;
339
+  align-content: space-between;
340
+  height: 58px;
341
+  width: 115px;
342
+  img {
343
+    width: 110px;
344
+    height: 32px;
345
+  }
346
+}
347
+.item1,
348
+.item2,
349
+.item3 {
350
+  width: 314px;
351
+  height: 78px;
352
+  border-radius: 10px;
353
+  display: flex;
354
+  align-items: center;
355
+  justify-content: center;
356
+  font-size: 12px;
357
+  color: rgba(153, 153, 153, 1);
358
+}
359
+.item1 {
360
+  width: 414px;
361
+  height: 134px;
362
+}
363
+.blue_bar {
364
+  display: inline-block;
365
+}
366
+.order {
367
+  text-align: center;
368
+}
369
+.secondHouse-middle {
370
+  width: 100%;
371
+  // background-color: red;
372
+  background: url(../../../assets/image/program/bg.jpg) no-repeat center;
373
+  background-size: 100%;
374
+  .secondHouse_content {
375
+    width: 1260px;
376
+    margin: 0 auto;
377
+    
378
+  }
379
+}
380
+.Features1,.Features2,.Features3 {
381
+      margin: 0 auto 70px auto;
382
+      padding: 70px 0;
383
+    }
384
+.secondHouse_tittle {
385
+  height: 80px;
386
+  width: 218px;
387
+  background-color: #fff;
388
+  margin: 72px auto;
389
+  .secondHouse_tittle_words {
390
+    font-weight: 500;
391
+  }
392
+  .secondHouse_tittle_bg {
393
+    margin: -10px auto 0;
394
+    width: 135px;
395
+    height: 29px;
396
+    background-color: #4e84ff;
397
+  }
398
+  .secondHouse_tittle_eng {
399
+    margin: 10px 0;
400
+    color: rgba(78, 132, 255, 1);
401
+  }
402
+}
403
+
404
+.discribe {
405
+  margin: 72px auto;
406
+  width: 1234px;
407
+  display: flex;
408
+  justify-content: space-between;
409
+  .discribe_box {
410
+    width: 234px;
411
+    height: 361px;
412
+    background-color: #fff;
413
+    box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
414
+    border-radius: 6px;
415
+    .dis_box_img {
416
+      img {
417
+        width: 234px;
418
+        height: 234px;
419
+        border-radius: 6px 6px 0 0;
420
+      }
421
+    }
422
+    .box_dis {
423
+      margin: 14px;
424
+    }
425
+  }
426
+}
427
+.dis_p1 {
428
+  color: rgba(0, 0, 0, 1);
429
+  font-size: 15px;
430
+}
431
+.dis_p2 {
432
+  font-size: 15px;
433
+  color: rgba(128, 128, 128, 1);
434
+  line-height: 21px;
435
+}
436
+.filed_box {
437
+  margin: auto;
438
+  .filed_box_top {
439
+    margin: 0 auto 35px;
440
+    width: 949px;
441
+    display: flex;
442
+    justify-content: space-between;
443
+  }
444
+}
445
+.filed_box_bottom {
446
+  margin: 0 auto;
447
+  width: 1210px;
448
+  display: flex;
449
+  justify-content: space-between;
450
+}
451
+.salesOffice {
452
+  width: 226px;
453
+  height: 197px;
454
+  box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
455
+  border-radius: 6px;
456
+  position: relative;
457
+  img {
458
+    width: 226px;
459
+    height: 197px;
460
+    border-radius: 6px;
461
+  }
462
+  .filed_tittle {
463
+    position: absolute;
464
+    bottom: 0;
465
+    left: 67px;
466
+    color: #fff;
467
+    font-size: 15px;
468
+    line-height: 27px;
469
+    margin: auto;
470
+    width: 92px;
471
+    height: 27px;
472
+    background-color: #4e84ff;
473
+    border-radius: 82px 82px 0 0;
474
+  }
475
+}
476
+.module_box {
477
+  width: 960px;
478
+  margin: auto;
479
+  .module_box_top {
480
+    width: 960px;
481
+    display: flex;
482
+    justify-content: space-between;
483
+
484
+    
485
+  }
486
+}
487
+.module_box_bottom{
488
+  margin: 80px auto;
489
+  display: flex;
490
+  justify-content: space-between;
491
+}
492
+.boxes {
493
+      width: 135px;
494
+      // height: 60px;
495
+
496
+      .boxes_img {
497
+        width: 34px;
498
+        height: 44px;
499
+        margin: 15px auto;
500
+        img {
501
+          width: 34px;
502
+        }
503
+      }
504
+      .module_box_words {
505
+        font-size: 15px;
506
+        color: rgba(0, 0, 0, 1);
507
+      }
508
+    }
509
+</style>

+ 403
- 0
src/components/pages/productCenter/city.vue Visa fil

@@ -0,0 +1,403 @@
1
+<template>
2
+  <div class="product-center">
3
+    <headerTab></headerTab>
4
+    <div class="product_box">
5
+      <div class="product_top">
6
+        <div class="product_top_con">
7
+          <div class="product_top_con_left">
8
+            <h3>{{tittle}}</h3>
9
+            <p class="p1">{{P1}}</p>
10
+            <p class="p2">{{P2}}</p>
11
+            <p class="p3">{{P3}}</p>
12
+          </div>
13
+          <div class="product_top_con_right">
14
+            <img src="../../../assets/image/city/11.png" alt class="top_img1">
15
+            <img src="../../../assets/image/city/13.png" alt class="top_img3">
16
+            <img src="../../../assets/image/city/12.png" alt class="top_img2">
17
+          </div>
18
+        </div>
19
+      </div>
20
+      <!-- <div class="product_bar">
21
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
22
+          <el-menu-item index="1" class="item1"  background-color="#fff">
23
+            <div class="order">
24
+              <div class="blue_bar"></div>
25
+              <div class="product-order">产品订制</div>
26
+              <div class="order_bot">
27
+                <div class="order_bot_online">
28
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
29
+                 
30
+                  <span>全渠道在线平台</span>
31
+                </div>
32
+                <div class="order_bot_secondHandHouse">
33
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
34
+                  
35
+                  <span>二手房管理平台</span>
36
+                </div>
37
+              </div>
38
+            </div>
39
+          </el-menu-item>
40
+          <el-menu-item index="2" class="item2">
41
+            智慧案场
42
+          </el-menu-item>
43
+          <el-menu-item index="3" class="item3">
44
+            智慧社区
45
+          </el-menu-item>
46
+        </el-menu>
47
+      </div>-->
48
+    </div>
49
+
50
+    <div class="city_content">
51
+      <div class="product_int">
52
+        <img src="../../../assets/image/city/GroupCopy.png" alt class="product_img">
53
+        <div class="int">
54
+          <div class="tittle">
55
+            <div>
56
+              <div class="tittle_words">产品介绍</div>
57
+              <div class="tittle_bg"></div>
58
+            </div>
59
+            <div class="tittle_eng">PRODUCT INTRODUCTION</div>
60
+          </div>
61
+          <p class="int_p1">利用“城的空间”微信平台</p>
62
+          <p class="int_p2">以社区自有会所服务为依托</p>
63
+          <p class="int_p3">为居民推送健康、教育、健身、社交、文化、饮食等方面的课程、活动及服务</p>
64
+        </div>
65
+      </div>
66
+      <div class="func">
67
+          <div class="secondHouse_tittle">
68
+            <div class="secondHouse_tittle_words">硬件模块</div>
69
+            <div class="secondHouse_tittle_bg"></div>
70
+            <div class="secondHouse_tittle_eng">FUNCTION IS INTRODUCED</div>
71
+          </div>
72
+          <div class="func_con">
73
+            <div class="func_con_top">
74
+              <div class="func_box">
75
+                <img src="../../../assets/image/city/classroom.png" alt="">
76
+                <p class="func_p1">智慧课堂</p>
77
+                <p class="func_p2">富媒体形式展现课程活动 </p>
78
+                <p class="func_p2">客户在线及时获取相关资讯</p>
79
+                <p class="func_p3">线上上单,线下核销</p>
80
+                <p class="func_p4">智慧快人一步</p>
81
+              </div>
82
+
83
+              <div class="func_box">
84
+                <img src="../../../assets/image/city/Gym.png" alt="">
85
+                <p class="func_p1">24h健身房</p>
86
+                <p class="func_p2">自助刷脸进入健身房 </p>
87
+                <p class="func_p2">扫码启动健身器材</p>
88
+                <p class="func_p3">在线支付费用</p>
89
+                <p class="func_p4">更有智能魔镜提供几十项身体数据</p>
90
+              </div>
91
+
92
+              <div class="func_box">
93
+                <img src="../../../assets/image/city/health.png" alt="">
94
+                <p class="func_p1">健康小屋</p>
95
+                <p class="func_p2">线下借助智能体检设备进行检查 </p>
96
+                <p class="func_p2">手机系统实时查看健康档案</p>
97
+                <p class="func_p3">长期数据留存,方便监测健康状况</p>
98
+              </div>
99
+            </div>
100
+            <div class="func_con_bottom">
101
+              <div class="func_box">
102
+                <img src="../../../assets/image/city/coffee.png" alt="">
103
+                <p class="func_p1">智慧社交空间</p>
104
+                <p class="func_p2">业主在线下单 </p>
105
+                <p class="func_p2">无需排队点单</p>
106
+                <p class="func_p3"> 更有有机果蔬在线订购 </p>
107
+                <p class="func_p4">送货到家</p>
108
+              </div>
109
+
110
+              <div class="func_box">
111
+                <img src="../../../assets/image/city/book.png" alt="">
112
+                <p class="func_p1">在线书吧</p>
113
+                <p class="func_p2">万本书籍在线查询预借 </p>
114
+                <p class="func_p2">线下自助扫码借还书</p>
115
+                <p class="func_p3">更有上新、还书提醒,好贴心</p>
116
+              </div>
117
+
118
+              <div class="func_box">
119
+                <img src="../../../assets/image/city/vip.png" alt="">
120
+                <p class="func_p1">会员系统</p>
121
+                <p class="func_p2">在线查看社区活动记录 </p>
122
+                <p class="func_p2">会员系统电子化</p>
123
+                <p class="func_p3">用户体验更加便捷</p>
124
+              </div>
125
+            </div>
126
+          </div>
127
+        </div>
128
+    </div>
129
+
130
+    <footerNav></footerNav>
131
+  </div>
132
+</template>
133
+
134
+<script>
135
+import headerTab from "@/components/commonComponents/headerTab";
136
+import footerNav from "@/components/commonComponents/footerNav";
137
+
138
+export default {
139
+  components: { headerTab, footerNav },
140
+
141
+  data () {
142
+    return {
143
+      tittle: '城的空间',
144
+      P1: '一站式社区服务共享空间',
145
+      P2: '足不出户拓展生活空间 , 体验最便捷的品质生活',
146
+      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
147
+      activeIndex2: '1'
148
+    }
149
+  },
150
+  methods: {
151
+    handleSelect (key, keyPath) {
152
+      console.log(key, keyPath);
153
+    }
154
+  }
155
+}
156
+</script>
157
+
158
+<!-- Add "scoped" attribute to limit CSS to this component only -->
159
+<style scoped lang="less">
160
+.product-center {
161
+  background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
162
+  width: 100%;
163
+  min-width: 1260px;
164
+  height: 780px;
165
+  background-size: cover;
166
+}
167
+.product_box {
168
+  width: 1260px;
169
+  height: 780px;
170
+  margin: 0 auto;
171
+}
172
+.product_top {
173
+  width: 1260px;
174
+  height: 780px;
175
+  display: flex;
176
+  justify-content: center;
177
+}
178
+.product_top_con_left {
179
+  display: inline-block;
180
+  color: #fff;
181
+  h3 {
182
+    font-size: 66px;
183
+    font-weight: 100;
184
+    margin: 0 5px;
185
+    display: flex;
186
+    align-items: flex-start;
187
+  }
188
+  .p1,
189
+  .p2 {
190
+    // float: left;
191
+    font-size: 25px;
192
+    display: flex;
193
+    align-items: flex-start;
194
+  }
195
+  .p3 {
196
+    display: flex;
197
+    align-items: flex-start;
198
+    color: rgba(255, 255, 255, 1);
199
+    font-weight: 100;
200
+    font-size: 12px;
201
+    margin: 19px 0;
202
+  }
203
+}
204
+.product_top_con_right {
205
+  display: inline-block;
206
+  color: #fff;
207
+  position: relative;
208
+  width: 530px;
209
+  .top_img1 {
210
+    position: absolute;
211
+    left: 0;
212
+    top: 22px;
213
+    width: 175px;
214
+    height: 312px;
215
+  }
216
+  .top_img2 {
217
+    position: absolute;
218
+    left: 143px;
219
+    top: 0;
220
+    width: 200px;
221
+    height: 356px;
222
+  }
223
+  .top_img3 {
224
+    position: absolute;
225
+    left: 315px;
226
+    top: 22px;
227
+    width: 175px;
228
+    height: 312px;
229
+  }
230
+}
231
+.product_top_con {
232
+  width: 100%;
233
+  margin: 0 60px;
234
+  display: flex;
235
+  justify-content: space-between;
236
+  align-items: center;
237
+}
238
+.el-menu-demo {
239
+  display: flex;
240
+  justify-content: space-around;
241
+}
242
+
243
+.product-order {
244
+  margin: 5px 0;
245
+  // line-height: 10px;
246
+}
247
+.order_bot_online {
248
+  height: 58px;
249
+  width: 115px;
250
+  display: flex;
251
+  flex-wrap: wrap;
252
+  justify-content: center;
253
+  align-content: space-between;
254
+  img {
255
+    width: 35px;
256
+    height: 42px;
257
+  }
258
+}
259
+.blue_bar {
260
+  width: 73px;
261
+  height: 13px;
262
+  background: rgba(78, 132, 255, 1);
263
+  border-radius: 0px 0px 70px 70px;
264
+}
265
+.order_bot {
266
+  display: flex;
267
+  justify-content: space-between;
268
+}
269
+.order_bot_secondHandHouse {
270
+  display: flex;
271
+  flex-wrap: wrap;
272
+  justify-content: center;
273
+  align-content: space-between;
274
+  height: 58px;
275
+  width: 115px;
276
+  img {
277
+    width: 110px;
278
+    height: 32px;
279
+  }
280
+}
281
+.item1,
282
+.item2,
283
+.item3 {
284
+  width: 314px;
285
+  height: 78px;
286
+  border-radius: 10px;
287
+  display: flex;
288
+  align-items: center;
289
+  justify-content: center;
290
+  font-size: 12px;
291
+  color: rgba(153, 153, 153, 1);
292
+}
293
+.item1 {
294
+  width: 414px;
295
+  height: 134px;
296
+}
297
+.blue_bar {
298
+  display: inline-block;
299
+}
300
+.order {
301
+  text-align: center;
302
+}
303
+.tittle {
304
+  height: 80px;
305
+  // width: 218px;
306
+  // margin: 72px auto;
307
+  display: flex;
308
+  align-items: center;
309
+  .tittle_words {
310
+    font-size: 30px;
311
+    font-weight: 500;
312
+  }
313
+  .tittle_bg {
314
+    margin: -17px auto 0;
315
+    width: 126px;
316
+    height: 29px;
317
+    background-color: #4e84ff;
318
+  }
319
+  .tittle_eng {
320
+    margin-left: 30px;
321
+    color: rgba(78, 132, 255, 1);
322
+    font-size: 13px;
323
+  }
324
+}
325
+.city_content {
326
+  background: url(../../../assets/image/program/bg.jpg) no-repeat center;
327
+  background-size: 100%;
328
+
329
+  .product_int {
330
+    margin: 0 auto;
331
+    padding: 140px 0;
332
+    width: 1260px;
333
+    display: flex;
334
+    align-items: center;
335
+    justify-content: space-between;
336
+    .product_img {
337
+      width: 540px;
338
+      height: 470px;
339
+    }
340
+  }
341
+}
342
+.int{
343
+  width: 476px;
344
+  // background-color: rgba(0,0,0,0);
345
+  .int_p1,.int_p2,.int_p3{
346
+    font-size:14px;
347
+    color:rgba(128,128,128,1);
348
+    display: flex;
349
+    align-items: flex-start;
350
+  }
351
+}
352
+.secondHouse_tittle {
353
+  height: 80px;
354
+  width: 218px;
355
+  background-color: #fff;
356
+  margin: 72px auto;
357
+  .secondHouse_tittle_words {
358
+    font-weight: 500;
359
+    font-size: 30px;
360
+  }
361
+  .secondHouse_tittle_bg {
362
+    margin: -10px auto 0;
363
+    width: 135px;
364
+    height: 29px;
365
+    background-color: #4e84ff;
366
+  }
367
+  .secondHouse_tittle_eng {
368
+    margin: 10px 0;
369
+    color: rgba(78, 132, 255, 1);
370
+  }
371
+}
372
+.func_con{
373
+  width: 960px;
374
+  margin: 120px auto;
375
+  // display: 
376
+  .func_con_top{
377
+    display: flex;
378
+    justify-content: space-between;
379
+    margin-bottom: 60px;
380
+  }
381
+  .func_con_bottom{
382
+    display: flex;
383
+    justify-content: space-between;
384
+    margin-bottom: 60px;
385
+  }
386
+}
387
+.func_box{
388
+  img{
389
+    width:39px;
390
+    height: 37px;
391
+    margin: 10px 0;
392
+  }
393
+}
394
+.func_p1{
395
+  font-size:20px;
396
+  color:rgba(0,0,0,1);
397
+  line-height: 28px;
398
+}
399
+.func_p2,.func_p3,.func_p4,.func_p5{
400
+  font-size:14px;
401
+  line-height: 20px;
402
+}
403
+</style>

+ 542
- 0
src/components/pages/productCenter/community.vue Visa fil

@@ -0,0 +1,542 @@
1
+<template>
2
+  <div class="product-center">
3
+    <headerTab></headerTab>
4
+    <div class="product_box">
5
+      <div class="product_top">
6
+        <div class="product_top_con">
7
+          <div class="product_top_con_left">
8
+            <h3>{{tittle}}</h3>
9
+            <p class="p1">{{P1}}</p>
10
+            <p class="p2">{{P2}}</p>
11
+            <p class="p3">{{P3}}</p>
12
+          </div>
13
+          <div class="product_top_con_right">
14
+            <div class="top_con_right_img">
15
+              <img src="../../../assets/image/yincheng/home1116-1copy2.png" alt>
16
+              <img src="../../../assets/image/yincheng/home1116-1copy4.png" alt>
17
+              <img src="../../../assets/image/yincheng/home1116-1copy5.png" alt>
18
+            </div>
19
+          </div>
20
+        </div>
21
+      </div>
22
+      <!-- <div class="product_bar">
23
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
24
+          <el-menu-item index="1" class="item1"  background-color="#fff">
25
+            <div class="order">
26
+              <div class="blue_bar"></div>
27
+              <div class="product-order">产品订制</div>
28
+              <div class="order_bot">
29
+                <div class="order_bot_online">
30
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
31
+                 
32
+                  <span>全渠道在线平台</span>
33
+                </div>
34
+                <div class="order_bot_secondHandHouse">
35
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
36
+                  
37
+                  <span>二手房管理平台</span>
38
+                </div>
39
+              </div>
40
+            </div>
41
+          </el-menu-item>
42
+          <el-menu-item index="2" class="item2">
43
+            智慧案场
44
+          </el-menu-item>
45
+          <el-menu-item index="3" class="item3">
46
+            智慧社区
47
+          </el-menu-item>
48
+        </el-menu>
49
+      </div>-->
50
+    </div>
51
+
52
+    <div class="community">
53
+      <div class="community_content">
54
+        <div class="community_contentA">
55
+          <div class="community_content_word">
56
+            <p class="community_content_p1">智能门禁管理</p>
57
+            <p class="community_content_p2">人员管理更安全、物业提高效率、用户便捷通行</p>
58
+            <p class="community_content_p3">支持手机APP、人脸识别、二维码扫码、刷卡等多种方式开门,无感通行</p>
59
+            <p class="community_content_p4">更清晰的追溯方式,高性价比的安防系统</p>
60
+            <p class="community_content_p5">发送访客二维码,亲友来访宾至如归</p>
61
+          </div>
62
+          <div class="community_content_img">
63
+            <div class="community_content_img1">
64
+              <img class="main_img" src="../../../assets/image/yincheng/Group15.png" alt>
65
+              <img src="../../../assets/image/yincheng/Group12.png" alt class="assist_img1">
66
+              <img src="../../../assets/image/yincheng/Group13.png" alt class="assist_img2">
67
+              <img src="../../../assets/image/yincheng/Group14.png" alt class="assist_img3">
68
+            </div>
69
+          </div>
70
+        </div>
71
+        <div class="community_contentB">
72
+          <div class="community_content_img">
73
+            <div class="community_content_img1">
74
+              <img class="main_img" src="../../../assets/image/yincheng/Group2.png" alt>
75
+              <img src="../../../assets/image/yincheng/Group4.png" alt class="assist_img1">
76
+              <img src="../../../assets/image/yincheng/Group6.png" alt class="assist_img2">
77
+              <img src="../../../assets/image/yincheng/Group5.png" alt class="assist_img3">
78
+              <img src="../../../assets/image/yincheng/Group3.png" alt class="assist_img4">
79
+              <img src="../../../assets/image/yincheng/camera.png" alt class="assist_img5">
80
+            </div>
81
+          </div>
82
+          <div class="community_content_word">
83
+            <p class="community_content_p1">智能出行优化</p>
84
+            <p class="community_content_p2">物业减员增效、车主便捷通行</p>
85
+            <p class="community_content_p3">停车快速通行,无需刷卡/取票,视频识别车辆自动出入</p>
86
+            <p class="community_content_p4">可脱机运行,前置数据存储功能,网络中断后仍可运行</p>
87
+            <p class="community_content_p5">支持微信/APP/扫码等多种方式缴费</p>
88
+          </div>
89
+        </div>
90
+        <div class="community_contentC">
91
+          <div class="community_content_word">
92
+            <p class="community_content_p1">社区安全监护</p>
93
+            <p class="community_content_p2">脉冲式电子围栏,防止外来入侵</p>
94
+            <p class="community_content_p3">云视频监控,消除安全隐患,方便查看保存</p>
95
+            <p class="community_content_p4">智慧巡更,APP一键查看巡查轨迹及结果</p>
96
+            <p class="community_content_p5">户外儿童智能监控,家长更放心</p>
97
+          </div>
98
+          <div class="community_content_img">
99
+            <div class="community_content_img1">
100
+              <img class="main_img" src="../../../assets/image/yincheng/Group2Copy.png" alt>
101
+
102
+              <img src="../../../assets/image/yincheng/Group3Copy7.png" alt class="assist_img2">
103
+              <img src="../../../assets/image/yincheng/Group3Copy8.png" alt class="assist_img1">
104
+              <img src="../../../assets/image/yincheng/Group3Copy5.png" alt class="assist_img3">
105
+              <img src="../../../assets/image/yincheng/Group3Copy3.png" alt class="assist_img4">
106
+              <img src="../../../assets/image/yincheng/Group3Copy4.png" alt class="assist_img5">
107
+            </div>
108
+          </div>
109
+        </div>
110
+        <div class="community_contentD">
111
+          <div class="community_content_img">
112
+            <div class="community_content_img1">
113
+              <img class="main_img" src="../../../assets/image/yincheng/cost.png" alt>
114
+              <img src="../../../assets/image/yincheng/Propertycosts.png" alt class="assist_img1">
115
+              <img src="../../../assets/image/yincheng/water.png" alt class="assist_img2">
116
+              <img src="../../../assets/image/yincheng/family.png" alt class="assist_img3">
117
+              <img src="../../../assets/image/yincheng/pay.png" alt class="assist_img4">
118
+            </div>
119
+          </div>
120
+          <div class="community_content_word">
121
+            <p class="community_content_p1">物管智能贴心</p>
122
+            <p class="community_content_p2">多渠道报事,快速处理工单,响应业主诉求</p>
123
+            <p class="community_content_p3">服务质量有监控,服务价值可评估。</p>
124
+            <p class="community_content_p4">工单处理结果智能分析,数据产生智能报表</p>
125
+          </div>
126
+        </div>
127
+        <div class="community_contentE">
128
+          <div class="community_content_word">
129
+            <p class="community_content_p1">家居智能控制</p>
130
+            <p class="community_content_p2">远程控制、语音控制,多重家电控制方式</p>
131
+            <p class="community_content_p3">多种实时探测器,为居家安全保驾护航</p>
132
+            <p class="community_content_p4">老人独自在家,一键报警更安心</p>
133
+            <p class="community_content_p5">支持多种模式定制,让家更懂你</p>
134
+          </div>
135
+          <div class="community_content_img">
136
+            <div class="community_content_img1">
137
+              <img class="main_img" src="../../../assets/image/yincheng/GroupCopy3.png" alt>
138
+              <img src="../../../assets/image/yincheng/microphone.png" alt class="assist_img1">
139
+              <img src="../../../assets/image/yincheng/alarm.png" alt class="assist_img2">
140
+              <img src="../../../assets/image/yincheng/light.png" alt class="assist_img3">
141
+              <img src="../../../assets/image/yincheng/bright.png" alt class="assist_img4">
142
+            </div>
143
+          </div>
144
+        </div>
145
+      </div>
146
+    </div>
147
+    <footerNav></footerNav>
148
+  </div>
149
+</template>
150
+
151
+<script>
152
+import headerTab from "@/components/commonComponents/headerTab";
153
+import footerNav from "@/components/commonComponents/footerNav";
154
+
155
+export default {
156
+  components: { headerTab, footerNav },
157
+
158
+  data () {
159
+    return {
160
+      tittle: '银城慧家APP',
161
+      P1: '让业主享受智慧社区美好生活',
162
+      P2: '整体掌控,一触即发;智能生活,全面掌控',
163
+      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
164
+      activeIndex2: '1'
165
+    }
166
+  },
167
+  methods: {
168
+    handleSelect (key, keyPath) {
169
+      console.log(key, keyPath);
170
+    }
171
+  }
172
+}
173
+</script>
174
+<!-- Add "scoped" attribute to limit CSS to this component only -->
175
+<style scoped lang="less">
176
+.product-center {
177
+  background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
178
+  width: 100%;
179
+  min-width: 1260px;
180
+  height: 780px;
181
+  background-size: cover;
182
+}
183
+.product_box {
184
+  width: 1260px;
185
+  height: 780px;
186
+  margin: 0 auto;
187
+}
188
+.product_top {
189
+  width: 1260px;
190
+  height: 780px;
191
+  display: flex;
192
+  justify-content: center;
193
+}
194
+.product_top_con_left {
195
+  display: inline-block;
196
+  color: #fff;
197
+  h3 {
198
+    font-size: 66px;
199
+    font-weight: 100;
200
+    margin: 0 5px;
201
+    display: flex;
202
+    align-items: flex-start;
203
+  }
204
+  .p1,
205
+  .p2 {
206
+    // float: left;
207
+    font-size: 25px;
208
+    display: flex;
209
+    align-items: flex-start;
210
+  }
211
+  .p3 {
212
+    display: flex;
213
+    align-items: flex-start;
214
+    color: rgba(255, 255, 255, 1);
215
+    font-weight: 100;
216
+    font-size: 12px;
217
+    margin: 19px 0;
218
+  }
219
+}
220
+.product_top_con_right {
221
+  display: inline-block;
222
+  color: #fff;
223
+  .top_con_right_img {
224
+    width: 604px;
225
+    display: flex;
226
+    justify-content: space-between;
227
+    img {
228
+      width: 188px;
229
+      height: 406px;
230
+    }
231
+  }
232
+}
233
+.product_top_con {
234
+  width: 100%;
235
+  margin: 0 60px;
236
+  display: flex;
237
+  justify-content: space-between;
238
+  align-items: center;
239
+}
240
+.el-menu-demo {
241
+  display: flex;
242
+  justify-content: space-around;
243
+}
244
+
245
+.product-order {
246
+  margin: 5px 0;
247
+  // line-height: 10px;
248
+}
249
+.order_bot_online {
250
+  height: 58px;
251
+  width: 115px;
252
+  display: flex;
253
+  flex-wrap: wrap;
254
+  justify-content: center;
255
+  align-content: space-between;
256
+  img {
257
+    width: 35px;
258
+    height: 42px;
259
+  }
260
+}
261
+.blue_bar {
262
+  width: 73px;
263
+  height: 13px;
264
+  background: rgba(78, 132, 255, 1);
265
+  border-radius: 0px 0px 70px 70px;
266
+}
267
+.order_bot {
268
+  display: flex;
269
+  justify-content: space-between;
270
+}
271
+.order_bot_secondHandHouse {
272
+  display: flex;
273
+  flex-wrap: wrap;
274
+  justify-content: center;
275
+  align-content: space-between;
276
+  height: 58px;
277
+  width: 115px;
278
+  img {
279
+    width: 110px;
280
+    height: 32px;
281
+  }
282
+}
283
+.item1,
284
+.item2,
285
+.item3 {
286
+  width: 314px;
287
+  height: 78px;
288
+  border-radius: 10px;
289
+  display: flex;
290
+  align-items: center;
291
+  justify-content: center;
292
+  font-size: 12px;
293
+  color: rgba(153, 153, 153, 1);
294
+}
295
+.item1 {
296
+  width: 414px;
297
+  height: 134px;
298
+}
299
+.blue_bar {
300
+  display: inline-block;
301
+}
302
+.order {
303
+  text-align: center;
304
+}
305
+.community {
306
+  width: 100%;
307
+  // height: 100%;
308
+  background-color: red;
309
+  background: url(../../../assets/image/yincheng/bg.jpg) no-repeat center;
310
+  background-size: 100% 100%;
311
+  .community_content {
312
+    margin: 0 auto 70px auto;
313
+      padding: 140px 0;
314
+    width: 960px;
315
+    // display: flex;
316
+    // justify-content: space-between;
317
+    .community_contentA,
318
+    .community_contentB,
319
+    .community_contentC,
320
+    .community_contentD,
321
+    .community_contentE,
322
+    .community_contentF {
323
+      display: flex;
324
+      justify-content: space-between;
325
+      align-items: center;
326
+    }
327
+  }
328
+}
329
+.community_contentA {
330
+  .community_content_img {
331
+    position: relative;
332
+    .main_img {
333
+      position: absolute;
334
+      left: 50%;
335
+      top: 50%;
336
+      transform: translate(-50%, -50%);
337
+    }
338
+    .assist_img1 {
339
+      position: absolute;
340
+      top: 18%;
341
+      left: 60%;
342
+      height: 54px;
343
+    }
344
+    .assist_img2 {
345
+      position: absolute;
346
+      top: 40%;
347
+      left: 10%;
348
+      width: 150px;
349
+    }
350
+    .assist_img3 {
351
+      position: absolute;
352
+      top: 70%;
353
+      left: 63%;
354
+      width: 36px;
355
+    }
356
+  }
357
+}
358
+.community_contentB {
359
+  .community_content_img {
360
+    position: relative;
361
+    .main_img {
362
+      position: absolute;
363
+      left: 50%;
364
+      top: 50%;
365
+      transform: translate(-50%, -50%);
366
+    }
367
+    .assist_img1 {
368
+      position: absolute;
369
+      top: 60%;
370
+      left: 15%;
371
+      height: 80px;
372
+    }
373
+    .assist_img2 {
374
+      position: absolute;
375
+      top: 28%;
376
+      left: 63%;
377
+      width: 36px;
378
+    }
379
+    .assist_img3 {
380
+      position: absolute;
381
+      top: 40%;
382
+      left: 68%;
383
+      width: 36px;
384
+    }
385
+    .assist_img4 {
386
+      position: absolute;
387
+      top: 70%;
388
+      left: 63%;
389
+      width: 80px;
390
+    }
391
+    .assist_img5 {
392
+      position: absolute;
393
+      top: 60%;
394
+      left: 46%;
395
+      width: 36px;
396
+    }
397
+  }
398
+}
399
+
400
+.community_contentC {
401
+  .community_content_img {
402
+    position: relative;
403
+    .main_img {
404
+      position: absolute;
405
+      left: 50%;
406
+      top: 50%;
407
+      transform: translate(-50%, -50%);
408
+    }
409
+    .assist_img1 {
410
+      position: absolute;
411
+      top: 40%;
412
+      left: 28%;
413
+      height: 36px;
414
+    }
415
+    .assist_img2 {
416
+      position: absolute;
417
+      top: 43%;
418
+      left: 25%;
419
+      width: 36px;
420
+    }
421
+    .assist_img3 {
422
+      position: absolute;
423
+      top: 80%;
424
+      left: 31%;
425
+      width: 36px;
426
+    }
427
+    .assist_img4 {
428
+      position: absolute;
429
+      top: 15%;
430
+      left: 68%;
431
+      width: 80px;
432
+    }
433
+    .assist_img5 {
434
+      position: absolute;
435
+      top: 60%;
436
+      left: 61%;
437
+      height: 36px;
438
+    }
439
+  }
440
+}
441
+
442
+.community_contentD {
443
+  .community_content_img {
444
+    position: relative;
445
+    .main_img {
446
+      position: absolute;
447
+      left: 50%;
448
+      top: 50%;
449
+      transform: translate(-50%, -50%);
450
+    }
451
+    .assist_img1 {
452
+      position: absolute;
453
+      top: 20%;
454
+      left: 24%;
455
+      height: 32px;
456
+    }
457
+    .assist_img2 {
458
+      position: absolute;
459
+      top: 60%;
460
+      left: 25%;
461
+      width: 30px;
462
+    }
463
+    .assist_img3 {
464
+      position: absolute;
465
+      top: 31%;
466
+      left: 64%;
467
+      width: 30px;
468
+    }
469
+    .assist_img4 {
470
+      position: absolute;
471
+      top: 48%;
472
+      left: 50%;
473
+      width: 152px;
474
+    }
475
+  }
476
+}
477
+.community_contentE {
478
+  .community_content_img {
479
+    position: relative;
480
+    .main_img {
481
+      position: absolute;
482
+      left: 50%;
483
+      top: 50%;
484
+      transform: translate(-50%, -50%);
485
+    }
486
+    .assist_img1 {
487
+      position: absolute;
488
+      top: 37%;
489
+      left: 28%;
490
+      height: 38px;
491
+    }
492
+    .assist_img2 {
493
+      position: absolute;
494
+      top: 65%;
495
+      left: 28%;
496
+      width: 52px;
497
+    }
498
+    .assist_img3 {
499
+      position: absolute;
500
+      top: 20%;
501
+      left: 64%;
502
+      width: 38px;
503
+    }
504
+    .assist_img4 {
505
+      position: absolute;
506
+      top: 65%;
507
+      left: 58%;
508
+      height: 36px;
509
+    }
510
+  }
511
+}
512
+.community_content_img1 {
513
+  width: 464px;
514
+  height: 354px;
515
+  .main_img {
516
+    width: 181px;
517
+  }
518
+}
519
+
520
+.community_content_word {
521
+  // margin: 45px 0;
522
+  height: 125px;
523
+  // background-color: red;
524
+  .community_content_p1 {
525
+    display: flex;
526
+    align-items: flex-start;
527
+    line-height: 35px;
528
+    font-size: 18px;
529
+    color: rgba(0, 0, 0, 1);
530
+  }
531
+  .community_content_p2,
532
+  .community_content_p3,
533
+  .community_content_p4,
534
+  .community_content_p5 {
535
+    font-size: 14px;
536
+    color: rgba(128, 128, 128, 1);
537
+    line-height: 20px;
538
+    display: flex;
539
+    align-items: flex-start;
540
+  }
541
+}
542
+</style>

+ 535
- 0
src/components/pages/productCenter/micro.vue Visa fil

@@ -0,0 +1,535 @@
1
+<template>
2
+  <div class="product-center">
3
+    <headerTab></headerTab>
4
+    <div class="product_box">
5
+      <div class="product_top">
6
+        <div class="product_top_con">
7
+          <div class="product_top_con_left">
8
+            <h3>{{tittle}}</h3>
9
+            <p class="p1">{{P1}}</p>
10
+            <p class="p2">{{P2}}</p>
11
+            <p class="p3">{{P3}}</p>
12
+          </div>
13
+          <div class="product_top_con_right"></div>
14
+        </div>
15
+      </div>
16
+      <!-- <div class="product_bar">
17
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
18
+          <el-menu-item index="1" class="item1"  background-color="#fff">
19
+            <div class="order">
20
+              <div class="blue_bar"></div>
21
+              <div class="product-order">产品订制</div>
22
+              <div class="order_bot">
23
+                <div class="order_bot_online">
24
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
25
+                 
26
+                  <span>全渠道在线平台</span>
27
+                </div>
28
+                <div class="order_bot_secondHandHouse">
29
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
30
+                  
31
+                  <span>二手房管理平台</span>
32
+                </div>
33
+              </div>
34
+            </div>
35
+          </el-menu-item>
36
+          <el-menu-item index="2" class="item2">
37
+            智慧案场
38
+          </el-menu-item>
39
+          <el-menu-item index="3" class="item3">
40
+            智慧社区
41
+          </el-menu-item>
42
+        </el-menu>
43
+      </div>-->
44
+    </div>
45
+
46
+    <div class="secondHouse-middle">
47
+      <div class="secondHouse_content">
48
+        <div class="Features">
49
+          <div class="secondHouse_tittle">
50
+            <div class="secondHouse_tittle_words">传统楼书痛点描述</div>
51
+            <div class="secondHouse_tittle_bg"></div>
52
+            <div class="secondHouse_tittle_eng">EXSTING PROBLEMS</div>
53
+          </div>
54
+          <div class="discribe">
55
+            <div class="module_box">
56
+              <div class="module_box_top">
57
+                <div class="boxes">
58
+                  <div class="boxes_img">
59
+                    <img src="../../../assets/image/micro/11.jpg" alt>
60
+                  </div>
61
+                  <div class="module_box_words">传播范围窄,传播速度慢</div>
62
+                </div>
63
+                <div class="boxes">
64
+                  <div class="boxes_img">
65
+                    <img src="../../../assets/image/micro/22.jpg" alt>
66
+                  </div>
67
+                  <div class="module_box_words">成本较高,且内容不能更新</div>
68
+                </div>
69
+                <div class="boxes">
70
+                  <div class="boxes_img">
71
+                    <img src="../../../assets/image/micro/33.jpg" alt>
72
+                  </div>
73
+                  <div class="module_box_words">阅读耗时较久,携带不便</div>
74
+                </div>
75
+              </div>
76
+            </div>
77
+          </div>
78
+        </div>
79
+
80
+        <div class="product_int">
81
+          <div class="secondHouse_tittle">
82
+            <div class="secondHouse_tittle_words">产品介绍</div>
83
+            <div class="secondHouse_tittle_bg"></div>
84
+            <div class="secondHouse_tittle_eng">PRODUCT INTRODUCTION</div>
85
+          </div>
86
+          <div class="product_int_con">
87
+            <div class="product_int_box">
88
+              <img src="../../../assets/image/micro/Path6.png" alt class="line1">
89
+              <div class="product_int_box_top">
90
+                <div class="priduct_int_box">
91
+                  <div class="priduct_int_box_con">
92
+                    <p class="int_box_p1">楼盘基本信息</p>
93
+                    <p class="int_box_p2">更全面的楼盘信息</p>
94
+                    <p class="int_box_p3">官方制作发布,更准确</p>
95
+                    <p class="int_box_p4">内容实时更新,更便捷</p>
96
+                    <div class="dot">
97
+                      <div class="dot_center"></div>
98
+                    </div>
99
+                  </div>
100
+                </div>
101
+
102
+                <div class="priduct_int_box">
103
+                  <div class="priduct_int_box_con">
104
+                    <p class="int_box_p1">AI全景户型在线浏览</p>
105
+                    <p class="int_box_p2">结合最新的AI技术</p>
106
+                    <p class="int_box_p3">让户型更生动,客户体验佳</p>
107
+                    <!-- <p class="int_box_p4">内容实时更新,更便捷</p> -->
108
+                    <div class="dot">
109
+                      <div class="dot_center"></div>
110
+                    </div>
111
+                  </div>
112
+                </div>
113
+
114
+                <div class="priduct_int_box">
115
+                  <div class="priduct_int_box_con">
116
+                    <p class="int_box_p1">电子区域地图</p>
117
+                    <p class="int_box_p2">周边交通、教育、医疗、商业</p>
118
+                    <p class="int_box_p3">清晰标注,更具体</p>
119
+                    <!-- <p class="int_box_p4">内容实时更新,更便捷</p> -->
120
+                    <div class="dot">
121
+                      <div class="dot_center"></div>
122
+                    </div>
123
+                  </div>
124
+                </div>
125
+              </div>
126
+              <div class="product_int_box_bottom">
127
+                <div class="priduct_int_box">
128
+                  <div class="priduct_int_box_con">
129
+                    <div class="dot">
130
+                      <div class="dot_center"></div>
131
+                    </div>
132
+                    <p class="int_box_p1">富媒体形象展示</p>
133
+                    <p class="int_box_p2">小视频、动图、AI多重表现形式</p>
134
+                    <p class="int_box_p3">更友好的页面交互</p>
135
+                    <p class="int_box_p4">让您的楼书活起来</p>
136
+                  </div>
137
+                </div>
138
+                <div class="priduct_int_box">
139
+                  <div class="priduct_int_box_con">
140
+                    <div class="dot">
141
+                      <div class="dot_center"></div>
142
+                    </div>
143
+                    <p class="int_box_p1">各类小工具,一应俱全</p>
144
+                    <p class="int_box_p2">一键导航、一键拨号</p>
145
+                    <p class="int_box_p3">在线咨询、预约看房</p>
146
+                    <p class="int_box_p4">活动报名、发表评论</p>
147
+                  </div>
148
+                </div>
149
+              </div>
150
+            </div>
151
+          </div>
152
+        </div>
153
+
154
+        <div class="product_adv">
155
+          <div class="secondHouse_tittle">
156
+            <div class="secondHouse_tittle_words">产品优势</div>
157
+            <div class="secondHouse_tittle_bg"></div>
158
+            <div class="secondHouse_tittle_eng">PRODUCT ADVANTAGE</div>
159
+          </div>
160
+          <div class="product_adv_box">
161
+            <img src="../../../assets/image/micro/Path8.png" alt="" class="line2">
162
+            <div class="product_adv_box1">
163
+              <div class="product_adv_box_con1">
164
+                <div class="product_adv-icon">
165
+                  <img src="../../../assets/image/micro/speed.png" alt>
166
+                </div>
167
+                <p class="product_adv_int">网络传播,范围广、速度快</p>
168
+              </div>
169
+            </div>
170
+            <div class="product_adv_box2">
171
+              <div class="product_adv_box_con2">
172
+                <div class="product_adv-icon">
173
+                  <img src="../../../assets/image/micro/speedCopy.png" alt>
174
+                </div>
175
+                <p class="product_adv_int">制作成本低,更新及时迅速</p>
176
+              </div>
177
+            </div>
178
+            <div class="product_adv_box1">
179
+              <div class="product_adv_box_con1">
180
+                <div class="product_adv-icon">
181
+                  <img src="../../../assets/image/micro/speedCopy2.png" alt>
182
+                </div>
183
+                <p class="product_adv_int">一键分享,轻松便捷</p>
184
+              </div>
185
+            </div>
186
+            <div class="product_adv_box2">
187
+              <div class="product_adv_box_con2">
188
+                <div class="product_adv-icon">
189
+                  <img src="../../../assets/image/micro/speedCopy3.png" alt>
190
+                </div>
191
+                <p class="product_adv_int">多重互动,拉进客户距离</p>
192
+              </div>
193
+            </div>
194
+          </div>
195
+        </div>
196
+      </div>
197
+    </div>
198
+    <footerNav></footerNav>
199
+  </div>
200
+</template>
201
+
202
+<script>
203
+import headerTab from "@/components/commonComponents/headerTab";
204
+import footerNav from "@/components/commonComponents/footerNav";
205
+
206
+export default {
207
+  components: { headerTab, footerNav },
208
+
209
+  data () {
210
+    return {
211
+      tittle: '线上微楼书',
212
+      P1: '传统楼书的v2.0版本',
213
+      P2: '利用移动设备进行房地产推广',
214
+      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
215
+      activeIndex2: '1'
216
+    }
217
+  },
218
+  methods: {
219
+    handleSelect (key, keyPath) {
220
+      console.log(key, keyPath);
221
+    }
222
+  }
223
+}
224
+</script>
225
+<!-- Add "scoped" attribute to limit CSS to this component only -->
226
+<style scoped lang="less">
227
+.product-center {
228
+  background: url(../../../assets/image/program/bg3.jpg) no-repeat center;
229
+  width: 100%;
230
+  min-width: 1260px;
231
+  height: 780px;
232
+  background-size: cover;
233
+}
234
+.product_box {
235
+  width: 1260px;
236
+  height: 780px;
237
+  margin: 0 auto;
238
+}
239
+.product_top {
240
+  width: 1260px;
241
+  height: 780px;
242
+  display: flex;
243
+  justify-content: center;
244
+}
245
+.product_top_con_left {
246
+  display: inline-block;
247
+  color: #fff;
248
+  h3 {
249
+    font-size: 66px;
250
+    font-weight: 100;
251
+    margin: 0 5px;
252
+    display: flex;
253
+    align-items: flex-start;
254
+  }
255
+  .p1,
256
+  .p2 {
257
+    // float: left;
258
+    font-size: 25px;
259
+    display: flex;
260
+    align-items: flex-start;
261
+  }
262
+  .p3 {
263
+    display: flex;
264
+    align-items: flex-start;
265
+    color: rgba(255, 255, 255, 1);
266
+    font-weight: 100;
267
+    font-size: 12px;
268
+    margin: 19px 0;
269
+  }
270
+}
271
+.product_top_con_right {
272
+  display: inline-block;
273
+  color: #fff;
274
+  img:first-child {
275
+    margin-right: 32px;
276
+  }
277
+  img {
278
+    width: 197px;
279
+    height: 569px;
280
+  }
281
+}
282
+.product_top_con {
283
+  width: 100%;
284
+  margin: 0 60px;
285
+  display: flex;
286
+  justify-content: space-between;
287
+  align-items: center;
288
+}
289
+.el-menu-demo {
290
+  display: flex;
291
+  justify-content: space-around;
292
+}
293
+
294
+.product-order {
295
+  margin: 5px 0;
296
+  // line-height: 10px;
297
+}
298
+.order_bot_online {
299
+  height: 58px;
300
+  width: 115px;
301
+  display: flex;
302
+  flex-wrap: wrap;
303
+  justify-content: center;
304
+  align-content: space-between;
305
+  img {
306
+    width: 35px;
307
+    height: 42px;
308
+  }
309
+}
310
+.blue_bar {
311
+  width: 73px;
312
+  height: 13px;
313
+  background: rgba(78, 132, 255, 1);
314
+  border-radius: 0px 0px 70px 70px;
315
+}
316
+.order_bot {
317
+  display: flex;
318
+  justify-content: space-between;
319
+}
320
+.order_bot_secondHandHouse {
321
+  display: flex;
322
+  flex-wrap: wrap;
323
+  justify-content: center;
324
+  align-content: space-between;
325
+  height: 58px;
326
+  width: 115px;
327
+  img {
328
+    width: 110px;
329
+    height: 32px;
330
+  }
331
+}
332
+.item1,
333
+.item2,
334
+.item3 {
335
+  width: 314px;
336
+  height: 78px;
337
+  border-radius: 10px;
338
+  display: flex;
339
+  align-items: center;
340
+  justify-content: center;
341
+  font-size: 12px;
342
+  color: rgba(153, 153, 153, 1);
343
+}
344
+.item1 {
345
+  width: 414px;
346
+  height: 134px;
347
+}
348
+.blue_bar {
349
+  display: inline-block;
350
+}
351
+.order {
352
+  text-align: center;
353
+}
354
+.secondHouse-middle {
355
+  width: 100%;
356
+  // background-color: red;
357
+  background: url(../../../assets/image/program/bg.jpg) no-repeat center;
358
+  background-size: 100%;
359
+  .secondHouse_content {
360
+    // width: 1260px;
361
+    margin: 0 auto;
362
+    padding: 140px 0;
363
+    .Features {
364
+      margin: 140px auto;
365
+    }
366
+  }
367
+}
368
+.secondHouse_tittle {
369
+  height: 80px;
370
+  width: 218px;
371
+  background-color: #fff;
372
+  margin: 72px auto;
373
+  .secondHouse_tittle_words {
374
+    font-weight: 500;
375
+  }
376
+  .secondHouse_tittle_bg {
377
+    margin: -10px auto 0;
378
+    width: 135px;
379
+    height: 29px;
380
+    background-color: #4e84ff;
381
+  }
382
+  .secondHouse_tittle_eng {
383
+    margin: 10px 0;
384
+    color: rgba(78, 132, 255, 1);
385
+  }
386
+}
387
+.module_box {
388
+  width: 960px;
389
+  margin: auto;
390
+  .module_box_top {
391
+    width: 960px;
392
+    display: flex;
393
+    justify-content: space-between;
394
+  }
395
+}
396
+.boxes {
397
+  width: 288px;
398
+  height: 250px;
399
+  background-color: #fff;
400
+  border-radius: 6px;
401
+  box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
402
+  .boxes_img {
403
+    width: 288px;
404
+    border-radius: 6px 6px 0 0;
405
+    img {
406
+      width: 288px;
407
+      height: 186px;
408
+      border-radius: 6px 6px 0 0;
409
+    }
410
+  }
411
+  .module_box_words {
412
+    line-height: 64px;
413
+    font-size: 16px;
414
+    color: rgba(0, 0, 0, 1);
415
+  }
416
+}
417
+.product_int {
418
+  width: 1400px;
419
+  margin: 140px auto;
420
+  // background-color: red;
421
+  .product_int_con {
422
+    // width: 94
423
+    .product_int_box {
424
+      // height: 380px;
425
+      position: relative;
426
+      .line1 {
427
+        position: absolute;
428
+        top: 27%;
429
+        left: -2%;
430
+        width: 1400px;
431
+      }
432
+      .product_int_box_top {
433
+        margin: 0 auto 90px auto;
434
+        width: 900px;
435
+        display: flex;
436
+        justify-content: space-between;
437
+        .priduct_int_box {
438
+          width: 195px;
439
+          height: 125px;
440
+          position: relative;
441
+          .priduct_int_box_con {
442
+            position: absolute;
443
+            bottom: 0;
444
+          }
445
+        }
446
+      }
447
+
448
+      .product_int_box_bottom {
449
+        margin: auto;
450
+        width: 622px;
451
+        display: flex;
452
+        justify-content: space-between;
453
+        .priduct_int_box {
454
+          width: 210px;
455
+          height: 125px;
456
+          position: relative;
457
+          .priduct_int_box_con {
458
+            position: absolute;
459
+            bottom: 0;
460
+          }
461
+        }
462
+      }
463
+    }
464
+  }
465
+}
466
+.int_box_p1 {
467
+  font-size: 18px;
468
+  line-height: 25px;
469
+  color: rgba(0, 0, 0, 1);
470
+}
471
+.int_box_p2,
472
+.int_box_p3,
473
+.int_box_p4 {
474
+  font-size: 15px;
475
+  line-height: 21px;
476
+  color: rgba(128, 128, 128, 1);
477
+}
478
+.dot {
479
+  width: 25px;
480
+  height: 25px;
481
+  border-radius: 50%;
482
+  border: 2px dashed rgba(78, 132, 255, 1);
483
+  margin: 20px auto;
484
+  display: flex;
485
+  background-color: #fff;
486
+  justify-content: center;
487
+  align-items: center;
488
+  .dot_center {
489
+    width: 13px;
490
+    height: 13px;
491
+    border-radius: 50%;
492
+    background-color: #4e84ff;
493
+  }
494
+}
495
+.product_adv_box {
496
+  height: 180px;
497
+  width: 755px;
498
+  font-size: 14px;
499
+  margin: auto;
500
+  display: flex;
501
+  flex-wrap: nowrap;
502
+  justify-content: space-between;
503
+  position: relative;
504
+  .product_adv-icon {
505
+    img {
506
+      width: 70px;
507
+    }
508
+  }
509
+}
510
+.product_adv_box1{
511
+  height: 180px;
512
+  width: 170px;
513
+  position: relative;
514
+  display: flex;
515
+  justify-content: center;
516
+  .product_adv_box_con1{
517
+    position: absolute;
518
+    bottom: 0
519
+  }
520
+}
521
+.line2{
522
+  width: 577px;
523
+  height: 76px;
524
+  position: absolute;
525
+  left: 13%;
526
+  top: 20%;
527
+}
528
+
529
+.product_adv_box2{
530
+  position: relative;
531
+}
532
+.product_adv{
533
+  margin: 140px auto;
534
+}
535
+</style>

+ 706
- 0
src/components/pages/productCenter/online.vue Visa fil

@@ -0,0 +1,706 @@
1
+<template>
2
+  <div class="product-center">
3
+    <div class="product_center_top">
4
+      <headerTab></headerTab>
5
+      <div class="product_box">
6
+        <div class="product_top">
7
+          <div class="product_top_con">
8
+            <div class="product_top_con_left">
9
+              <h3>{{tittle}}</h3>
10
+              <p class="p1">{{P1}}</p>
11
+              <p class="p2">{{P2}}</p>
12
+              <p class="p3">{{P3}}</p>
13
+            </div>
14
+          </div>
15
+        </div>
16
+        <!-- <div class="product_bar">
17
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
18
+          <el-menu-item index="1" class="item1"  background-color="#fff">
19
+            <div class="order">
20
+              <div class="blue_bar"></div>
21
+              <div class="product-order">产品订制</div>
22
+              <div class="order_bot">
23
+                <div class="order_bot_online">
24
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
25
+                 
26
+                  <span>全渠道在线平台</span>
27
+                </div>
28
+                <div class="order_bot_secondHandHouse">
29
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
30
+                  
31
+                  <span>二手房管理平台</span>
32
+                </div>
33
+              </div>
34
+            </div>
35
+          </el-menu-item>
36
+          <el-menu-item index="2" class="item2">
37
+            智慧案场
38
+          </el-menu-item>
39
+          <el-menu-item index="3" class="item3">
40
+            智慧社区
41
+          </el-menu-item>
42
+        </el-menu>
43
+        </div>-->
44
+      </div>
45
+    </div>
46
+    <div class="online_middle">
47
+      <div class="online_content">
48
+        <div class="online_features">
49
+          <div class="online_features_tittle">
50
+            <div class="online_features_tittle_words">8大功能</div>
51
+            <div class="online_features_tittle_bg"></div>
52
+            <div class="online_features_tittle_eng">Eight big functions</div>
53
+          </div>
54
+          <div class="online_features_content">
55
+            <div class="online_features_content_top">
56
+              <div class="online_features_content_project">
57
+                <div class="online_features_content_project_logo">
58
+                  <img src="../../../assets/image/platform/project.png" alt>
59
+                </div>
60
+                <div class="online_features_content_project_tittle">多项目</div>
61
+                <div class="online_features_content_project_con">支持一个平台下多项目营销</div>
62
+              </div>
63
+              <div class="online_features_content_project">
64
+                <div class="online_features_content_project_logo">
65
+                  <img src="../../../assets/image/platform/Multi-business.png" alt>
66
+                </div>
67
+                <div class="online_features_content_project_tittle">多业态</div>
68
+                <div class="online_features_content_project_con">支持新房、二手房、租赁等多种业态模式</div>
69
+              </div>
70
+              <div class="online_features_content_project">
71
+                <div class="online_features_content_project_logo">
72
+                  <img src="../../../assets/image/platform/mechanism.png" alt>
73
+                </div>
74
+                <div class="online_features_content_project_tittle">多机构</div>
75
+                <div class="online_features_content_project_con">支持多级机构架构、支持渠道销售管控</div>
76
+              </div>
77
+              <div class="online_features_content_project">
78
+                <div class="online_features_content_project_logo">
79
+                  <img src="../../../assets/image/platform/Character.png" alt>
80
+                </div>
81
+                <div class="online_features_content_project_tittle">多角色</div>
82
+                <div class="online_features_content_project_con">支持内部销售、代理销售、老带新粉丝销售等多种角色参与</div>
83
+              </div>
84
+            </div>
85
+            <div class="online_features_content_top">
86
+              <div class="online_features_content_project">
87
+                <div class="online_features_content_project_logo">
88
+                  <img src="../../../assets/image/platform/level.png" alt>
89
+                </div>
90
+                <div class="online_features_content_project_tittle">多层级</div>
91
+                <div class="online_features_content_project_con">支持团队分销模式的朋友圈推广营销</div>
92
+              </div>
93
+              <div class="online_features_content_project">
94
+                <div class="online_features_content_project_logo">
95
+                  <img src="../../../assets/image/platform/data.png" alt>
96
+                </div>
97
+                <div class="online_features_content_project_tittle">数据通道</div>
98
+                <div class="online_features_content_project_con">打通销控状态ERP数据通道全面支持“明源”,“用友”数据同步</div>
99
+              </div>
100
+              <div class="online_features_content_project">
101
+                <div class="online_features_content_project_logo">
102
+                  <img src="../../../assets/image/platform/customize.png" alt>
103
+                </div>
104
+                <div class="online_features_content_project_tittle">自定义</div>
105
+                <div class="online_features_content_project_con">支持销售状态、佣金比例、结算 方案等多环节参数自定义</div>
106
+              </div>
107
+              <div class="online_features_content_project">
108
+                <div class="online_features_content_project_logo">
109
+                  <img src="../../../assets/image/platform/platform.png" alt>
110
+                </div>
111
+                <div class="online_features_content_project_tittle">全平台</div>
112
+                <div class="online_features_content_project_con">不止微信,支持PC网站,QQ微博,邮件,短信等多媒介传播</div>
113
+              </div>
114
+            </div>
115
+            <div class="online_features_content_line"></div>
116
+          </div>
117
+        </div>
118
+        <div class="introduction">
119
+          <div class="introduction_tittle">
120
+            <div class="introduction_tittle_words">产品介绍</div>
121
+            <div class="introduction_tittle_bg"></div>
122
+            <div class="introduction_tittle_eng">Eight big functions</div>
123
+          </div>
124
+          <div class="introduction_content_box">
125
+            <div class="introduction_content">
126
+              <div class="introduction_content_left">
127
+                <div class="introduction_content_registered">
128
+                  <div class="introduction_content_img">
129
+                    <img src="../../../assets/image/platform/Group3.png" alt="">
130
+                  </div>
131
+                  <div class="registered_con">
132
+                    <p class="registered_con_p1">经纪人注册</p>
133
+                    <p class="registered_con_p2">每个用户都可以注册成为经纪人</p>
134
+                    <p class="registered_con_p3">强力拓宽营销渠道</p>
135
+                  </div>
136
+                </div>
137
+
138
+                <div class="introduction_content_registered">
139
+                  <div class="introduction_content_img">
140
+                    <img src="../../../assets/image/platform/Group5.png" alt="">
141
+                  </div>
142
+                  <div class="registered_con">
143
+                    <p class="registered_con_p1">客户报备</p>
144
+                    <p class="registered_con_p2">楼盘页报备:</p>
145
+                    <p class="registered_con_p3">一个客户信息一次只能报备到一个楼盘 </p>
146
+                    <p class="registered_con_p4">客户页报备:</p>
147
+                    <p class="registered_con_p5">一个客户信息一次可以报备到多个楼盘</p>
148
+                  </div>
149
+                </div>
150
+
151
+                <div class="introduction_content_registered">
152
+                  <div class="introduction_content_img">
153
+                    <img src="../../../assets/image/platform/Group8.png" alt="">
154
+                  </div>
155
+                  <div class="registered_con">
156
+                    <p class="registered_con_p1">报备管理</p>
157
+                    <p class="registered_con_p2">平台认报备型</p>
158
+                    <p class="registered_con_p3">平台认到访型</p>
159
+                    <p class="registered_con_p4">跟进记录管理</p>
160
+                    <p class="registered_con_p5">客户意向度管理</p>
161
+                  </div>
162
+                </div>
163
+
164
+                <div class="introduction_content_registered">
165
+                  <div class="introduction_content_img">
166
+                    <img src="../../../assets/image/platform/Group10.png" alt="">
167
+                  </div>
168
+                  <div class="registered_con">
169
+                    <p class="registered_con_p1">案场管理</p>
170
+                    <p class="registered_con_p2">案场管理人员对报备的处理</p>
171
+                  </div>
172
+                </div>
173
+              </div>
174
+              <div class="introduction_content_right">
175
+                <div class="introduction_content_registered">
176
+                  <div class="introduction_content_img">
177
+                    <img src="../../../assets/image/platform/Group4.png" alt="">
178
+                  </div>
179
+                  <div class="registered_con">
180
+                    <p class="registered_con_p1">楼盘查看</p>
181
+                    <p class="registered_con_p2">所有可报备的楼盘基本信息</p>
182
+                    <p class="registered_con_p3">报备及收益信息</p>
183
+                  </div>
184
+                </div>
185
+
186
+                <div class="introduction_content_registered">
187
+                  <div class="introduction_content_img">
188
+                    <img src="../../../assets/image/platform/Group7.png" alt="">
189
+                  </div>
190
+                  <div class="registered_con">
191
+                    <p class="registered_con_p1">客户管理</p>
192
+                    <p class="registered_con_p2">客户查询、筛选</p>
193
+                    <p class="registered_con_p3">客户基本详情查看和冲突说明</p>
194
+                    <p class="registered_con_p4">客户报备信息和跟进记录</p>
195
+                    <p class="registered_con_p5">重复报备提醒</p>
196
+                  </div>
197
+                </div>
198
+
199
+                <div class="introduction_content_registered">
200
+                  <div class="introduction_content_img">
201
+                    <img src="../../../assets/image/platform/Group9.png" alt="">
202
+                  </div>
203
+                  <div class="registered_con">
204
+                    <p class="registered_con_p1">跟踪管理</p>
205
+                    <p class="registered_con_p2">新增跟进记录</p>
206
+                  </div>
207
+                </div>
208
+
209
+                <div class="introduction_content_registered">
210
+                  <div class="introduction_content_img">
211
+                    <img src="../../../assets/image/platform/Group13.png" alt="">
212
+                  </div>
213
+                  <div class="registered_con">
214
+                    <p class="registered_con_p1">个人信息</p>
215
+                    <p class="registered_con_p2">经纪人个人信息</p>
216
+                    <p class="registered_con_p3">数据查看佣金结算</p>
217
+                    <p class="registered_con_p4">建议和反馈</p>
218
+                  </div>
219
+                </div>
220
+
221
+              </div>
222
+            </div>
223
+          </div>
224
+        </div>
225
+        <div class="highlight">
226
+          <div class="highlight_tittle">
227
+            <div class="highlight_tittle_words">产品亮点</div>
228
+            <div class="highlight_tittle_bg"></div>
229
+            <div class="highlight_tittle_eng">Eight big functions</div>
230
+          </div>
231
+          <div class="height_content">
232
+            <div class="height_content_left">
233
+              <div class="height_content_box">
234
+                <div class="height_content_box_img">
235
+                  <img src="../../../assets/image/platform/Group6.jpg" alt="">
236
+                </div>
237
+                <div class="height_content_box_tittle">为代理公司搭建冠名的分销平台</div>
238
+                <div class="height_content_box_con">分销产品可以快速帮新房代理公司搭建属于自己品牌的新房分销平台,有便捷的业务员端、管理业务进度的项目专员端和强大的后台管理系统。</div>
239
+              </div>
240
+
241
+              <div class="height_content_box">
242
+                <div class="height_content_box_img">
243
+                  <img src="../../../assets/image/platform/Group6Copy2.jpg" alt="">
244
+                </div>
245
+                <div class="height_content_box_tittle">到场流程系统化</div>
246
+                <div class="height_content_box_con">项目专员在项目现场使用手机进行商机确认、到场确认和成交确认,数据实时更新更有微信消息提醒,让项目现场客户管理更专业公正。</div>
247
+              </div>
248
+
249
+              <div class="height_content_box">
250
+                <div class="height_content_box_img">
251
+                  <img src="../../../assets/image/platform/Group6Copy4.jpg" alt="">
252
+                </div>
253
+                <div class="height_content_box_tittle">系统全自动佣金结算</div>
254
+                <div class="height_content_box_con">强大的财务后台,统一对外进行业绩公布和佣金结算,大大提高平台的诚信度。</div>
255
+              </div>
256
+
257
+              <div class="height_content_box">
258
+                <div class="height_content_box_img">
259
+                  <img src="../../../assets/image/platform/Group6Copy6.jpg" alt="">
260
+                </div>
261
+                <div class="height_content_box_tittle">系统自动统计报表输出</div>
262
+                <div class="height_content_box_con">分销产品可以快速帮新房代理公司搭建属于自己品牌的新房分销平台,有便捷的业务员端、管理业务进度的项目专员端和强大的后台管理系统。</div>
263
+              </div>
264
+            </div>
265
+            <div class="height_content_right">
266
+              <div class="height_content_box">
267
+                <div class="height_content_box_img">
268
+                  <img src="../../../assets/image/platform/Group6Copy.jpg" alt="">
269
+                </div>
270
+                <div class="height_content_box_tittle">经纪人快速报备</div>
271
+                <div class="height_content_box_con">合作公司的经纪人可以通过微信端或APP端访问分销平台,进行快速客户报备和客户跟进,并实时了解最新的项目成交和分佣情况。</div>
272
+              </div>
273
+
274
+              <div class="height_content_box">
275
+                <div class="height_content_box_img">
276
+                  <img src="../../../assets/image/platform/Group6Copy3.jpg" alt="">
277
+                </div>
278
+                <div class="height_content_box_tittle">销售进度全掌控</div>
279
+                <div class="height_content_box_con">公司管理层可以通过分销系统系统查询和管控最新的报备、到场、成交情况,一手掌握各个楼盘的最新客户信息和销售进度!</div>
280
+              </div>
281
+
282
+              <div class="height_content_box">
283
+                <div class="height_content_box_img">
284
+                  <img src="../../../assets/image/platform/Group6Copy5.jpg" alt="">
285
+                </div>
286
+                <div class="height_content_box_tittle">微信消息动态提醒</div>
287
+                <div class="height_content_box_con">重要业务环节,如:报备确认,客户到场,保护期失效等环节,系统自动对经纪人和项目专员进行职能消息提醒。</div>
288
+              </div>
289
+
290
+              <div class="height_content_box">
291
+                <div class="height_content_box_img">
292
+                  <img src="../../../assets/image/platform/Group6Copy7.jpg" alt="">
293
+                </div>
294
+                <div class="height_content_box_tittle">为代理公司搭建冠名的分销平台</div>
295
+                <div class="height_content_box_con">下游分销公司管理层可以通过手机实时查看公司员工的整体报表数据和成交分佣数据。</div>
296
+              </div>
297
+            </div>
298
+          </div>
299
+        </div>
300
+      </div>
301
+    </div>
302
+    <footerNav></footerNav>
303
+  </div>
304
+</template>
305
+
306
+<script>
307
+import headerTab from "@/components/commonComponents/headerTab";
308
+import footerNav from "@/components/commonComponents/footerNav";
309
+
310
+export default {
311
+  components: { headerTab, footerNav },
312
+
313
+  data () {
314
+    return {
315
+      tittle: '全渠道在线平台',
316
+      P1: '线上售楼处平台,连接开发商与购房者的沟通桥梁',
317
+      P2: '房产商借助微信小程序,基于微信生态圈,完成商业模式闭环',
318
+      P3: 'Professional product customization',
319
+      activeIndex2: '1'
320
+    }
321
+  },
322
+  methods: {
323
+    handleSelect (key, keyPath) {
324
+      console.log(key, keyPath);
325
+    }
326
+  }
327
+}
328
+</script>
329
+
330
+<!-- Add "scoped" attribute to limit CSS to this component only -->
331
+<style scoped lang="less">
332
+.product-center {
333
+  // background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
334
+  width: 100%;
335
+  min-width: 1260px;
336
+  // height: 780px;
337
+  // background-size: cover;
338
+}
339
+.product_center_top {
340
+  background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
341
+  width: 100%;
342
+  min-width: 1260px;
343
+  height: 780px;
344
+  background-size: cover;
345
+}
346
+.product_box {
347
+  width: 1260px;
348
+  height: 780px;
349
+  margin: 0 auto;
350
+}
351
+.product_top {
352
+  width: 1260px;
353
+  height: 780px;
354
+  display: flex;
355
+  justify-content: center;
356
+}
357
+.product_top_con_left {
358
+  display: inline-block;
359
+  color: #fff;
360
+  h3 {
361
+    font-size: 66px;
362
+    font-weight: 100;
363
+    margin: 0 5px;
364
+    display: flex;
365
+    align-items: flex-start;
366
+  }
367
+  .p1,
368
+  .p2 {
369
+    // float: left;
370
+    font-size: 25px;
371
+    display: flex;
372
+    align-items: flex-start;
373
+  }
374
+  .p3 {
375
+    display: flex;
376
+    align-items: flex-start;
377
+    color: rgba(255, 255, 255, 1);
378
+    font-weight: 100;
379
+    font-size: 12px;
380
+    margin: 19px 0;
381
+  }
382
+}
383
+.product_top_con {
384
+  width: 100%;
385
+  margin: 0 60px;
386
+  display: flex;
387
+  justify-content: space-between;
388
+  align-items: center;
389
+}
390
+.el-menu-demo {
391
+  display: flex;
392
+  justify-content: space-around;
393
+}
394
+
395
+.product-order {
396
+  margin: 5px 0;
397
+  // line-height: 10px;
398
+}
399
+.order_bot_online {
400
+  height: 58px;
401
+  width: 115px;
402
+  display: flex;
403
+  flex-wrap: wrap;
404
+  justify-content: center;
405
+  align-content: space-between;
406
+  img {
407
+    width: 35px;
408
+    height: 42px;
409
+  }
410
+}
411
+.blue_bar {
412
+  width: 73px;
413
+  height: 13px;
414
+  background: rgba(78, 132, 255, 1);
415
+  border-radius: 0px 0px 70px 70px;
416
+}
417
+.order_bot {
418
+  display: flex;
419
+  justify-content: space-between;
420
+}
421
+.order_bot_secondHandHouse {
422
+  display: flex;
423
+  flex-wrap: wrap;
424
+  justify-content: center;
425
+  align-content: space-between;
426
+  height: 58px;
427
+  width: 115px;
428
+  img {
429
+    width: 110px;
430
+    height: 32px;
431
+  }
432
+}
433
+.item1,
434
+.item2,
435
+.item3 {
436
+  width: 314px;
437
+  height: 78px;
438
+  border-radius: 10px;
439
+  display: flex;
440
+  align-items: center;
441
+  justify-content: center;
442
+  font-size: 12px;
443
+  color: rgba(153, 153, 153, 1);
444
+}
445
+.item1 {
446
+  width: 414px;
447
+  height: 134px;
448
+}
449
+.blue_bar {
450
+  display: inline-block;
451
+}
452
+.order {
453
+  text-align: center;
454
+}
455
+.online_middle {
456
+  background: url(../../../assets/image/program/bg.jpg) no-repeat center;
457
+  width: 100%;
458
+  min-width: 1300px;
459
+  background-size: cover;
460
+  .online_content {
461
+    width: 1260px;
462
+    margin: 72px auto 0;
463
+    .online_features {
464
+      height: 600px;
465
+      margin: 140px auto;
466
+      .online_features_tittle {
467
+        height: 80px;
468
+        width: 218px;
469
+        margin: 0 auto;
470
+        .online_features_tittle_words {
471
+          font-weight: 500;
472
+        }
473
+        .online_features_tittle_bg {
474
+          // position: absolute;
475
+          // left: 41px;
476
+          // top: 13px;
477
+          margin: -10px auto 0;
478
+          width: 135px;
479
+          height: 29px;
480
+          background-color: #4e84ff;
481
+        }
482
+        .online_features_tittle_eng {
483
+          margin: 10px 0;
484
+          color: rgba(78, 132, 255, 1);
485
+        }
486
+      }
487
+      .online_features_content {
488
+        margin-top: 70px;
489
+        .online_features_content_line {
490
+          width: 1007px;
491
+          height: 203px;
492
+          border: 1px dashed rgba(162, 194, 255, 1);
493
+          margin: -375px auto 0;
494
+        }
495
+        .online_features_content_top {
496
+          width: 1290px;
497
+          margin-left: -15px;
498
+          display: flex;
499
+          justify-content: space-between;
500
+          .online_features_content_project {
501
+            width: 280px;
502
+            height: 205px;
503
+            // background-color: red;
504
+            .online_features_content_project_logo {
505
+              width: 63px;
506
+              height: 63px;
507
+              border-radius: 50%;
508
+              background: rgba(255, 255, 255, 1);
509
+              box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
510
+              margin: 0 auto;
511
+              img {
512
+                padding-top: 16.5px;
513
+                width: 30px;
514
+                height: 30px;
515
+              }
516
+            }
517
+            .online_features_content_project_tittle {
518
+              font-size: 20px;
519
+              font-weight: 500;
520
+              color: rgba(0, 0, 0, 1);
521
+              margin: 15px 0;
522
+            }
523
+            .online_features_content_project_con {
524
+              font-size: 16px;
525
+              font-weight: 400;
526
+              color: rgba(102, 102, 102, 1);
527
+            }
528
+          }
529
+        }
530
+      }
531
+    }
532
+    .introduction {
533
+      width: 100%;
534
+      margin: 140px auto;
535
+      .introduction_tittle{
536
+         height: 80px;
537
+        width: 218px;
538
+        margin: 70px auto;
539
+        .introduction_tittle_words{
540
+          font-weight: 500;
541
+        }
542
+        .introduction_tittle_bg{
543
+          margin: -10px auto 0;
544
+          width: 135px;
545
+          height: 29px;
546
+          background-color: #4e84ff;
547
+        }
548
+        .introduction_tittle_eng {
549
+          margin: 10px 0;
550
+          color: rgba(78, 132, 255, 1);
551
+        }
552
+      }
553
+      .introduction_content_box{
554
+       width: 100%;
555
+       margin-top: 76px;
556
+
557
+       .introduction_content{
558
+         display: flex;
559
+         justify-content: space-between;
560
+         .introduction_content_left{
561
+           width: 582px;
562
+          //  height: 50px;
563
+          //  background-color: orange;
564
+           .introduction_content_registered{
565
+             width: 100%;
566
+             height: 202px;
567
+             background-color: #fff;
568
+             box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
569
+              border-radius:8px;
570
+              display: flex;
571
+              justify-content: space-between;
572
+              align-items: center;
573
+              padding: 30px;
574
+              margin-bottom: 20px;
575
+              .introduction_content_img{
576
+                width:156px;
577
+                img{
578
+                  width:224px;
579
+                }
580
+              }
581
+              .registered_con{
582
+                width: 306px;
583
+                font-size:18px;
584
+                .registered_con_p1{
585
+                  font-size:24px;
586
+                  margin: 10px 0;
587
+                }
588
+                .registered_con_p1,.registered_con_p2,.registered_con_p3,.registered_con_p4,.registered_con_p5{
589
+                  display: flex;
590
+                  justify-content: flex-start;
591
+                }
592
+              }
593
+           }
594
+         }
595
+         .introduction_content_right{
596
+           margin-top: 44px;
597
+           width: 582px;
598
+          
599
+           .introduction_content_registered{
600
+             width: 100%;
601
+             height: 202px;
602
+             background-color: #fff;
603
+             box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
604
+              border-radius:8px;
605
+              display: flex;
606
+              justify-content: space-between;
607
+              align-items: center;
608
+              padding: 30px;
609
+              margin-bottom: 20px;
610
+              .introduction_content_img{
611
+                width:156px;
612
+                img{
613
+                  width:224px;
614
+                }
615
+              }
616
+              .registered_con{
617
+                width: 306px;
618
+                font-size:18px;
619
+                .registered_con_p1{
620
+                  font-size:24px;
621
+                  margin: 10px 0;
622
+                }
623
+                .registered_con_p1,.registered_con_p2,.registered_con_p3,.registered_con_p4,.registered_con_p5{
624
+                  display: flex;
625
+                  justify-content: flex-start;
626
+                }
627
+              }
628
+           }
629
+         }
630
+       }
631
+      }
632
+    }
633
+    .highlight{
634
+      width: 100%;
635
+      margin: 140px auto;
636
+      .highlight_tittle{
637
+         height: 80px;
638
+        width: 218px;
639
+        margin: 70px auto;
640
+        .highlight_tittle_words{
641
+          font-weight: 500;
642
+        }
643
+        .highlight_tittle_bg{
644
+          margin: -10px auto 0;
645
+          width: 135px;
646
+          height: 29px;
647
+          background-color: #4e84ff;
648
+        }
649
+        .highlight_tittle_eng {
650
+          margin: 10px 0;
651
+          color: rgba(78, 132, 255, 1);
652
+        }
653
+      }
654
+      .height_content{
655
+        display: flex;
656
+        justify-content: center;
657
+        flex-wrap: nowrap;
658
+        .height_content_left{
659
+          width: 500px;
660
+
661
+          margin-top: 80px;
662
+          margin-right: 30px;
663
+          
664
+        }
665
+
666
+        .height_content_right{
667
+          width: 500px;
668
+          
669
+        }
670
+      }
671
+    }
672
+  }
673
+}
674
+.height_content_box{
675
+            width: 500px;
676
+            height: 430px;
677
+            box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
678
+            border-radius:6px;
679
+            position: relative;
680
+            margin-bottom: 30px;
681
+            .height_content_box_img{
682
+              img{
683
+                width: 500px;
684
+                height: 318px;
685
+                border-radius:6px 6px 0 0;
686
+              }
687
+            }
688
+            .height_content_box_tittle{
689
+              position: absolute;
690
+              top: 274px;
691
+              width: 452px;
692
+              height: 45px;
693
+              background:rgba(0,0,0,0.61);
694
+              line-height: 45px;
695
+              color: #fff;
696
+              display: flex;
697
+              justify-content: flex-start;
698
+              padding: 0 24px;
699
+            }
700
+            .height_content_box_con{
701
+              display: flex;
702
+              justify-content: flex-start;
703
+              padding: 22px 24px;
704
+            }
705
+          }
706
+</style>

+ 434
- 11
src/components/pages/productCenter/productCenter.vue Visa fil

@@ -6,9 +6,209 @@
6 6
         <div class="product_top_con">
7 7
           <div class="product_top_con_left">
8 8
             <h3>{{tittle}}</h3>
9
+            <p class="p1">{{P1}}</p>
10
+            <p class="p2">{{P2}}</p>
11
+            <p class="p3">{{P3}}</p>
9 12
           </div>
10 13
           <div class="product_top_con_right">
11
-            <h3>{{tittle}}</h3>
14
+            <img src="../../../assets/image/secondHandHouse/macbook.png" alt>
15
+          </div>
16
+        </div>
17
+      </div>
18
+      <!-- <div class="product_bar">
19
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
20
+          <el-menu-item index="1" class="item1"  background-color="#fff">
21
+            <div class="order">
22
+              <div class="blue_bar"></div>
23
+              <div class="product-order">产品订制</div>
24
+              <div class="order_bot">
25
+                <div class="order_bot_online">
26
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
27
+                  <span>全渠道在线平台</span>
28
+                </div>
29
+                <div class="order_bot_secondHandHouse">
30
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
31
+                  <span>二手房管理平台</span>
32
+                </div>
33
+              </div>
34
+            </div>
35
+          </el-menu-item>
36
+          <el-menu-item index="2" class="item2">
37
+            智慧案场
38
+          </el-menu-item>
39
+          <el-menu-item index="3" class="item3">
40
+            智慧社区
41
+          </el-menu-item>
42
+        </el-menu>
43
+      </div>-->
44
+      <div class="nav">
45
+        <div class="order_nav">
46
+          <div class="tittle">
47
+            <!-- <div class="blue_bar"></div> -->
48
+            <div class="product-order">产品订制</div>
49
+          </div>
50
+          <div class="product_order_nav">
51
+                <p class="online">
52
+                  全渠道在线平台
53
+                </p>
54
+                <div class="vertical_line"></div>
55
+                <p class="second_house">
56
+                  二手房管理平台
57
+                </p>
58
+          </div>
59
+        </div>
60
+
61
+
62
+        <!-- ------------------------------------------------- -->
63
+        
64
+        <!-- <el-row class="tac">
65
+  <el-col :span="8">
66
+    <el-menu
67
+      default-active="1"
68
+      class="el-menu-vertical-demo"
69
+      @open="handleOpen"
70
+      @close="handleClose"
71
+      background-color="#fff"
72
+       text-color="rgba(153,153,153,1)"
73
+       active-text-color="rgba(78,132,255,1)"
74
+      >
75
+
76
+        <el-submenu index="1">
77
+        <template slot="title">
78
+          <div class="tittle">
79
+           
80
+            <div class="product-order">产品订制</div>
81
+          </div>
82
+        </template>
83
+        <el-menu-item-group>
84
+          <el-menu-item index="1-1" style="display:inline-block">
85
+            <div class="order_bot_online">
86
+              <img src="../../../assets/image/logoicon/shape.png" alt="">
87
+              <span>全渠道在线平台</span>
88
+            </div>
89
+            
90
+          </el-menu-item>
91
+          <el-menu-item index="1-2" style="display:inline-block">
92
+            <div  class="order_bot_secondHandHouse">
93
+              <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
94
+            <span>二手房管理平台</span>
95
+            </div>
96
+          </el-menu-item>
97
+        </el-menu-item-group>
98
+      </el-submenu>
99
+  
100
+      
101
+    </el-menu>
102
+  </el-col>
103
+
104
+  <el-col :span="8">
105
+    <el-menu
106
+      default-active="1"
107
+      class="el-menu-vertical-demo"
108
+      @open="handleOpen"
109
+      @close="handleClose"
110
+      background-color="#fff"
111
+       text-color="rgba(153,153,153,1)"
112
+       active-text-color="rgba(78,132,255,1)"
113
+      >
114
+      
115
+      <el-submenu index="2" >
116
+        <template slot="title">
117
+          <div class="tittle">
118
+            
119
+            <div class="product-order">产品订制</div>
120
+          </div>
121
+        </template>
122
+        <el-menu-item-group>
123
+          <el-menu-item index="2-1" style="display:inline-block">选项1</el-menu-item>
124
+          <el-menu-item index="2-2" style="display:inline-block">选项2</el-menu-item>
125
+        </el-menu-item-group>
126
+      </el-submenu>
127
+     
128
+    </el-menu>
129
+  </el-col>
130
+
131
+  <el-col :span="8">
132
+    <el-menu
133
+      default-active="1"
134
+      class="el-menu-vertical-demo"
135
+      @open="handleOpen"
136
+      @close="handleClose"
137
+      background-color="#fff"
138
+       text-color="rgba(153,153,153,1)"
139
+       active-text-color="rgba(78,132,255,1)"
140
+       v-model="collapse"
141
+      >
142
+      <el-submenu index="3">
143
+        <template slot="title">
144
+          <div class="tittle">
145
+          
146
+            <div class="product-order">产品订制</div>
147
+          </div>
148
+        </template>
149
+        <el-menu-item-group>
150
+          <el-menu-item index="3-1" style="display:inline-block">选项1</el-menu-item>
151
+          <el-menu-item index="3-2" style="display:inline-block">选项2</el-menu-item>
152
+        </el-menu-item-group>
153
+      </el-submenu>
154
+    </el-menu>
155
+  </el-col>
156
+
157
+</el-row> -->
158
+      </div>
159
+    </div>
160
+    <div class="secondHouse-middle">
161
+      <div class="secondHouse_content">
162
+        <div class="Features">
163
+          <div class="secondHouse_tittle">
164
+            <div class="secondHouse_tittle_words">主要功能</div>
165
+            
166
+            <div class="secondHouse_tittle_bg"></div>
167
+            <div class="secondHouse_tittle_eng">THE MAIN FUNCTION</div>
168
+          </div>
169
+          <div class="secondHouse_content_Features">
170
+            <div class="secondHouse_content_left">
171
+              <div class="secondHouse_content_box">
172
+                <div class="box_tittle">
173
+                  <p class="box_tittle_p1">全品类房源管理, 涵盖专业的房地产类型</p>
174
+                  <p class="box_tittle_p2">多平台同步发布, 源曝光一步实现</p>
175
+                </div>
176
+                <div class="box_img">
177
+                  <img src="../../../assets/image/secondHandHouse/Group6.png" alt>
178
+                </div>
179
+              </div>
180
+              <div class="secondHouse_content_box">
181
+                <div class="box_tittle">
182
+                  <p class="box_tittle_p1">大数据楼盘字典, 全楼盘基础字段</p>
183
+                  <p class="box_tittle_p2">OA办公协同,公司效率成倍提</p>
184
+                </div>
185
+                <div class="box_img">
186
+                  <img src="../../../assets/image/secondHandHouse/Group8.png" alt>
187
+                </div>
188
+              </div>
189
+            </div>
190
+            <div class="secondHouse_content_right">
191
+              <div class="secondHouse_content_box">
192
+                <div class="box_tittle">
193
+                  <p class="box_tittle_p1">全方位公司管控, 满足您的管理需求</p>
194
+                  <p class="box_tittle_p2">自定义房客源字段, 满足您本土化的管理需求</p>
195
+                </div>
196
+                <div class="box_img">
197
+                  <img src="../../../assets/image/secondHandHouse/Group7.png" alt>
198
+                </div>
199
+              </div>
200
+
201
+              <div class="secondHouse_content_box">
202
+                <div class="box_tittle">
203
+                  <p class="box_tittle_p1">金融级数据安全, 微软支付核心技术</p>
204
+                  <p class="box_tittle_p2">更多,更强大的专业功能</p>
205
+                  <p class="box_tittle_p3">为房产中介公司提供澎湃的发展动力</p>
206
+                </div>
207
+                <div class="box_img">
208
+                  <img src="../../../assets/image/secondHandHouse/Group9.png" alt>
209
+                </div>
210
+              </div>
211
+            </div>
12 212
           </div>
13 213
         </div>
14 214
       </div>
@@ -26,46 +226,269 @@ export default {
26 226
 
27 227
   data () {
28 228
     return {
29
-      tittle: '二手房管理平台'
229
+      tittle: '二手房管理平台',
230
+      P1: '荟房通3.0',
231
+      P2: '专业级房产中介管理系统',
232
+      P3: 'Professional product customization',
233
+      activeIndex2: '1',
234
+      activeName: 'first',
235
+      collapse:'true',
30 236
     }
237
+  },
238
+  methods: {
239
+    handleOpen(key, keyPath) {
240
+      // this.collapse == 'false'
241
+        console.log(key, keyPath);
242
+      },
243
+      handleClose(key, keyPath) {
244
+        console.log(key, keyPath);
245
+      }
31 246
   }
32 247
 }
33 248
 </script>
34 249
 
35 250
 <!-- Add "scoped" attribute to limit CSS to this component only -->
36
-<style scoped>
251
+<style scoped lang="less">
252
+.nav_logo {
253
+  width: 414px;
254
+  margin: auto;
255
+  // margin: auto;
256
+  display: flex;
257
+  // justify-content: center;
258
+  justify-content: space-around;
259
+  img {
260
+    height: 42px;
261
+  }
262
+}
263
+.order_nav {
264
+  width: 414px;
265
+  height: 134px;
266
+  box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
267
+  border-radius: 10px;
268
+  // margin: auto;
269
+}
270
+.product_order_nav {
271
+  // margin: 0 auto;
272
+  display: flex;
273
+  justify-content: center;
274
+  justify-content: space-around;
275
+  
276
+}
277
+.nav1,
278
+.nav2,
279
+.nav3 {
280
+  border-radius: 6px;
281
+  margin: 10px;
282
+}
283
+.el-radio-button:first-child .el-radio-button__inner {
284
+  border-radius: 4px;
285
+}
37 286
 .product-center {
38 287
   background: url(../../../assets/image/program/bg1.jpg) no-repeat center;
39 288
   width: 100%;
40 289
   min-width: 1260px;
41
-  height: 390px;
290
+  height: 780px;
42 291
   background-size: cover;
43 292
 }
44 293
 .product_box {
45 294
   width: 1260px;
46
-  height: 390px;
295
+  height: 780px;
47 296
   margin: 0 auto;
48 297
 }
49 298
 .product_top {
50 299
   width: 1260px;
51
-  height: 390px;
300
+  height: 780px;
301
+  display: flex;
302
+  justify-content: center;
52 303
 }
53 304
 .product_top_con_left {
54 305
   display: inline-block;
55 306
   color: #fff;
56
-}
57
-.product_top_con_left h3{
58
-  font-size:33px;
59
-  font-weight:100;
307
+  h3 {
308
+    font-size: 66px;
309
+    font-weight: 100;
310
+    margin: 0 5px;
311
+    display: flex;
312
+    align-items: flex-start;
313
+  }
314
+  .p1,
315
+  .p2 {
316
+    // float: left;
317
+    font-size: 25px;
318
+    display: flex;
319
+    align-items: flex-start;
320
+  }
321
+  .p3 {
322
+    display: flex;
323
+    align-items: flex-start;
324
+    color: rgba(255, 255, 255, 1);
325
+    font-weight: 100;
326
+    font-size: 12px;
327
+    margin: 19px 0;
328
+  }
60 329
 }
61 330
 .product_top_con_right {
62 331
   display: inline-block;
63 332
   color: #fff;
333
+  img {
334
+    width: 303px;
335
+  }
64 336
 }
65 337
 .product_top_con {
338
+  width: 100%;
339
+  margin: 0 60px;
340
+  display: flex;
341
+  justify-content: space-between;
342
+  align-items: center;
343
+}
344
+.el-menu-demo {
345
+  display: flex;
346
+  justify-content: space-around;
347
+}
348
+
349
+.product-order {
350
+  margin: 5px 0;
351
+  // line-height: 10px;
352
+}
353
+.order_bot_online {
354
+  height: 58px;
355
+  width: 115px;
356
+  display: flex;
357
+
358
+  flex-wrap: wrap;
359
+  justify-content: center;
360
+  align-content: space-between;
361
+  img {
362
+    width: 35px;
363
+    height: 42px;
364
+  }
365
+}
366
+.blue_bar {
367
+  width: 73px;
368
+  height: 13px;
369
+  background: rgba(78, 132, 255, 1);
370
+  border-radius: 0px 0px 70px 70px;
371
+}
372
+.order_bot {
373
+  display: flex;
374
+  justify-content: space-between;
375
+}
376
+.order_bot_secondHandHouse {
377
+  display: flex;
378
+  flex-wrap: wrap;
379
+  justify-content: center;
380
+  align-content: space-between;
381
+  height: 58px;
382
+  width: 115px;
383
+  img {
384
+    width: 110px;
385
+    height: 32px;
386
+  }
387
+}
388
+.item1,
389
+.item2,
390
+.item3 {
391
+  width: 314px;
392
+  height: 78px;
393
+  border-radius: 10px;
394
+  display: flex;
395
+  align-items: center;
396
+  justify-content: center;
397
+  font-size: 12px;
398
+  color: rgba(153, 153, 153, 1);
399
+}
400
+.item1 {
401
+  width: 414px;
402
+  height: 134px;
403
+}
404
+.blue_bar {
405
+  display: inline-block;
406
+}
407
+.order {
66 408
   text-align: center;
67
-  line-height: 390px;
409
+}
410
+.secondHouse-middle {
411
+  width: 100%;
412
+  // background-color: red;
413
+  background: url(../../../assets/image/program/bg.jpg) no-repeat center;
414
+  background-size: 100%;
415
+  .secondHouse_content {
416
+    width: 1260px;
417
+    margin: 0 auto;
418
+    .Features {
419
+      margin: 0 auto;
420
+      padding: 140px 0 70px 0;
421
+    }
422
+  }
423
+}
424
+.secondHouse_tittle {
425
+  height: 80px;
426
+  width: 218px;
427
+  background-color: #fff;
428
+  margin: 70px auto;
429
+  .secondHouse_tittle_words {
430
+    font-weight: 500;
431
+  }
432
+  .secondHouse_tittle_bg {
433
+    margin: -10px auto 0;
434
+    width: 135px;
435
+    height: 29px;
436
+    background-color: #4e84ff;
437
+  }
438
+  .secondHouse_tittle_eng {
439
+    margin: 10px 0;
440
+    color: rgba(78, 132, 255, 1);
441
+  }
442
+}
443
+.tittle{
444
+  padding: 15px 0;
445
+  color:rgba(153,153,153,1);
446
+  font-size: 12px;
447
+}
448
+.product_order_nav{
449
+  
450
+  color:rgba(153,153,153,1);
451
+  font-size: 12px;
452
+}
453
+.secondHouse_content_Features {
454
+  width: 980px;
455
+  margin: auto;
68 456
   display: flex;
457
+  justify-content: center;
69 458
   justify-content: space-between;
459
+  .secondHouse_content_left {
460
+  }
461
+  .secondHouse_content_right {
462
+    margin-top: 20px;
463
+  }
464
+}
465
+.secondHouse_content_box {
466
+  width: 475px;
467
+  height: 351px;
468
+  margin: 0 0 30px 30px;
469
+  background: rgba(255, 255, 255, 1);
470
+  box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
471
+  border-radius: 7px;
472
+}
473
+.box_tittle {
474
+  width: 406px;
475
+  margin: 0 35px;
476
+  padding: 30px 0;
477
+  // background-color: red;
478
+  border-bottom: 3px dashed #a2c2ff;
479
+  color: rgba(102, 102, 102, 1);
480
+  font-size: 18px;
481
+}
482
+.box_img {
483
+  margin-top: 30px;
484
+  img {
485
+    width: 357px;
486
+    height: 186px;
487
+  }
488
+}
489
+.vertical_line{
490
+  // width:px;
491
+height:15px;
492
+border:1px solid rgba(196,196,196,1);
70 493
 }
71 494
 </style>

+ 500
- 0
src/components/pages/productCenter/release.vue Visa fil

@@ -0,0 +1,500 @@
1
+<template>
2
+  <div class="product-center">
3
+    <headerTab></headerTab>
4
+    <div class="product_box">
5
+      <div class="product_top">
6
+        <div class="product_top_con">
7
+          <div class="product_top_con_left">
8
+            <h3>{{tittle}}</h3>
9
+            <p class="p1">{{P1}}</p>
10
+            <p class="p2">{{P2}}</p>
11
+            <p class="p3">{{P3}}</p>
12
+          </div>
13
+          <div class="product_top_con_right"></div>
14
+        </div>
15
+      </div>
16
+      <!-- <div class="product_bar">
17
+        <el-menu :default-active="activeIndex2" class="el-menu-demo"  @select="handleSelect" background-color="rgba(0,0,0,0)" text-color="#999999" active-text-color="#000000">
18
+          <el-menu-item index="1" class="item1"  background-color="#fff">
19
+            <div class="order">
20
+              <div class="blue_bar"></div>
21
+              <div class="product-order">产品订制</div>
22
+              <div class="order_bot">
23
+                <div class="order_bot_online">
24
+                  <img src="../../../assets/image/logoicon/shape.png" alt="">
25
+                 
26
+                  <span>全渠道在线平台</span>
27
+                </div>
28
+                <div class="order_bot_secondHandHouse">
29
+                  <img src="../../../assets/image/logoicon/huijulogo.png" alt="">
30
+                  
31
+                  <span>二手房管理平台</span>
32
+                </div>
33
+              </div>
34
+            </div>
35
+          </el-menu-item>
36
+          <el-menu-item index="2" class="item2">
37
+            智慧案场
38
+          </el-menu-item>
39
+          <el-menu-item index="3" class="item3">
40
+            智慧社区
41
+          </el-menu-item>
42
+        </el-menu>
43
+      </div>-->
44
+    </div>
45
+
46
+    <div class="secondHouse-middle">
47
+      <div class="secondHouse_content">
48
+        <div class="Features">
49
+          <div class="secondHouse_tittle">
50
+            <div class="secondHouse_tittle_words">痛点描述</div>
51
+            <div class="secondHouse_tittle_bg"></div>
52
+            <div class="secondHouse_tittle_eng">EXSTING PROBLEMS</div>
53
+          </div>
54
+          <div class="discribe">
55
+            <div class="module_box">
56
+              <div class="module_box_top">
57
+                <div class="boxes">
58
+                  <div class="boxes_img">
59
+                    <img src="../../../assets/image/release/area.png" alt>
60
+                  </div>
61
+                  <div class="module_box_words">传统营销地域限制大</div>
62
+                </div>
63
+                <div class="boxes">
64
+                  <div class="boxes_img">
65
+                    <img src="../../../assets/image/release/lag.png" alt>
66
+                  </div>
67
+
68
+                  <div class="module_box_words">信息滞后</div>
69
+                </div>
70
+                <div class="boxes">
71
+                  <div class="boxes_img">
72
+                    <img src="../../../assets/image/release/lost.png" alt>
73
+                  </div>
74
+
75
+                  <div class="module_box_words">数据管理模式繁琐,数据易丢失</div>
76
+                </div>
77
+              </div>
78
+              <div class="module_box_bottom">
79
+                <div class="boxes">
80
+                  <div class="boxes_img">
81
+                    <img src="../../../assets/image/release/cost.png" alt>
82
+                  </div>
83
+                  <div class="module_box_words">造价成本高,展现形式单一</div>
84
+                </div>
85
+                <div class="boxes">
86
+                  <div class="boxes_img">
87
+                    <img src="../../../assets/image/release/Evaluation.png" alt>
88
+                  </div>
89
+                  <div class="module_box_words">营销效果无法评估</div>
90
+                </div>
91
+                <div class="boxes">
92
+                  <div class="boxes_img">
93
+                    <img src="../../../assets/image/release/system.png" alt>
94
+                  </div>
95
+                  <div class="module_box_words">没有科学有效的老客户管理系统</div>
96
+                </div>
97
+              </div>
98
+            </div>
99
+          </div>
100
+        </div>
101
+
102
+        <div class="product_int">
103
+          <div class="secondHouse_tittle">
104
+            <div class="secondHouse_tittle_words">产品介绍</div>
105
+            <div class="secondHouse_tittle_bg"></div>
106
+            <div class="secondHouse_tittle_eng">PRODUCT INTROD CTION</div>
107
+          </div>
108
+          <div class="discribe">
109
+            <div class="module_boxA">
110
+              <div class="module_box_topA">
111
+                <div class="product_int_boxes">
112
+                  <div class="boxes_img">
113
+                    <img src="../../../assets/image/release/Group2.jpg" alt>
114
+                  </div>
115
+                  <div class="module_box_words">
116
+                    <div class="product_int_p">
117
+                      <p class="product_int_p1">实时沟通</p>
118
+                      <p class="product_int_p2">400免费通话,无缝对接售楼处</p>
119
+                      <p class="product_int_p3">微信客服机器人,线上咨询</p>
120
+                    </div>
121
+                  </div>
122
+                </div>
123
+                <div class="product_int_boxes">
124
+                  <div class="boxes_img">
125
+                    <img src="../../../assets/image/release/Group3.jpg" alt>
126
+                  </div>
127
+                  <div class="module_box_words">
128
+                    <div class="product_int_p">
129
+                      <p class="product_int_p1">用户报名</p>
130
+                      <p class="product_int_p2">用户可以在线预约看房</p>
131
+                      <p class="product_int_p3">在线报名参与开发商举办的活动</p>
132
+                    </div>
133
+                  </div>
134
+                </div>
135
+                <div class="product_int_boxes">
136
+                  <div class="boxes_img">
137
+                    <img src="../../../assets/image/release/Group4.jpg" alt>
138
+                  </div>
139
+
140
+                  <div class="module_box_words">
141
+                    <div class="product_int_p">
142
+                      <p class="product_int_p1">数据采集</p>
143
+                      <p class="product_int_p2">获取用户行为数据</p>
144
+                      <p class="product_int_p3">收集用户有效信息、完善用户画像</p>
145
+                    </div>
146
+                  </div>
147
+                </div>
148
+              </div>
149
+              <div class="module_box_bottomA">
150
+                <div class="product_int_boxes">
151
+                  <div class="boxes_img">
152
+                    <img src="../../../assets/image/release/Group6.jpg" alt>
153
+                  </div>
154
+                  <div class="module_box_words">
155
+                    <div class="product_int_p">
156
+                      <p class="product_int_p1">楼盘展示</p>
157
+                      <p class="product_int_p2">通过地图形式展示楼盘矩阵</p>
158
+                      <p class="product_int_p3">楼盘基本信息展示以及动态更新</p>
159
+                      <p class="product_int_p4">360全景看房、VR看房、实景相册、视频</p>
160
+                    </div>
161
+                  </div>
162
+                </div>
163
+                <div class="product_int_boxes_A">
164
+                  <div class="module_box_words">
165
+                    <div class="product_int_P">
166
+                      <p class="product_int_pA">购房工具</p>
167
+                    <p class="product_int_pB">购房资格测试</p>
168
+                    <p class="product_int_pC">积分落户政策</p>
169
+                    <p class="product_int_pD">购房百科,专业解答购房问题</p>
170
+                    </div>
171
+                  </div>
172
+                </div>
173
+                <div class="product_int_boxes">
174
+                  <div class="boxes_img">
175
+                    <img src="../../../assets/image/release/Group5.jpg" alt>
176
+                  </div>
177
+                </div>
178
+              </div>
179
+            </div>
180
+          </div>
181
+        </div>
182
+      </div>
183
+    </div>
184
+    <footerNav></footerNav>
185
+  </div>
186
+</template>
187
+
188
+<script>
189
+import headerTab from "@/components/commonComponents/headerTab";
190
+import footerNav from "@/components/commonComponents/footerNav";
191
+
192
+export default {
193
+  components: { headerTab, footerNav },
194
+
195
+  data () {
196
+    return {
197
+      tittle: '全案发布平台',
198
+      P1: '线上售楼处平台,连接开发商与购房者的沟通桥梁',
199
+      P2: '房产商借助微信小程序,基于微信生态圈,完成商业模式闭环',
200
+      P3: 'INTELLIGENT FACE RISK CONTROL SYSTEM',
201
+      activeIndex2: '1'
202
+    }
203
+  },
204
+  methods: {
205
+    handleSelect (key, keyPath) {
206
+      console.log(key, keyPath);
207
+    }
208
+  }
209
+}
210
+</script>
211
+
212
+<!-- Add "scoped" attribute to limit CSS to this component only -->
213
+<style scoped lang="less">
214
+.product-center {
215
+  background: url(../../../assets/image/program/bg3.jpg) no-repeat center;
216
+  width: 100%;
217
+  min-width: 1260px;
218
+  height: 780px;
219
+  background-size: cover;
220
+}
221
+.product_box {
222
+  width: 1260px;
223
+  height: 780px;
224
+  margin: 0 auto;
225
+}
226
+.product_top {
227
+  width: 1260px;
228
+  height: 780px;
229
+  display: flex;
230
+  justify-content: center;
231
+}
232
+.product_top_con_left {
233
+  display: inline-block;
234
+  color: #fff;
235
+  h3 {
236
+    font-size: 66px;
237
+    font-weight: 100;
238
+    margin: 0 5px;
239
+    display: flex;
240
+    align-items: flex-start;
241
+  }
242
+  .p1,
243
+  .p2 {
244
+    // float: left;
245
+    font-size: 25px;
246
+    display: flex;
247
+    align-items: flex-start;
248
+  }
249
+  .p3 {
250
+    display: flex;
251
+    align-items: flex-start;
252
+    color: rgba(255, 255, 255, 1);
253
+    font-weight: 100;
254
+    font-size: 12px;
255
+    margin: 19px 0;
256
+  }
257
+}
258
+.product_top_con_right {
259
+  display: inline-block;
260
+  color: #fff;
261
+  img:first-child {
262
+    margin-right: 32px;
263
+  }
264
+  img {
265
+    width: 197px;
266
+    height: 569px;
267
+  }
268
+}
269
+.product_top_con {
270
+  width: 100%;
271
+  margin: 0 60px;
272
+  display: flex;
273
+  justify-content: space-between;
274
+  align-items: center;
275
+}
276
+.el-menu-demo {
277
+  display: flex;
278
+  justify-content: space-around;
279
+}
280
+
281
+.product-order {
282
+  margin: 5px 0;
283
+  // line-height: 10px;
284
+}
285
+.order_bot_online {
286
+  height: 58px;
287
+  width: 115px;
288
+  display: flex;
289
+  flex-wrap: wrap;
290
+  justify-content: center;
291
+  align-content: space-between;
292
+  img {
293
+    width: 35px;
294
+    height: 42px;
295
+  }
296
+}
297
+.blue_bar {
298
+  width: 73px;
299
+  height: 13px;
300
+  background: rgba(78, 132, 255, 1);
301
+  border-radius: 0px 0px 70px 70px;
302
+}
303
+.order_bot {
304
+  display: flex;
305
+  justify-content: space-between;
306
+}
307
+.order_bot_secondHandHouse {
308
+  display: flex;
309
+  flex-wrap: wrap;
310
+  justify-content: center;
311
+  align-content: space-between;
312
+  height: 58px;
313
+  width: 115px;
314
+  img {
315
+    width: 110px;
316
+    height: 32px;
317
+  }
318
+}
319
+.item1,
320
+.item2,
321
+.item3 {
322
+  width: 314px;
323
+  height: 78px;
324
+  border-radius: 10px;
325
+  display: flex;
326
+  align-items: center;
327
+  justify-content: center;
328
+  font-size: 12px;
329
+  color: rgba(153, 153, 153, 1);
330
+}
331
+.item1 {
332
+  width: 414px;
333
+  height: 134px;
334
+}
335
+.blue_bar {
336
+  display: inline-block;
337
+}
338
+.order {
339
+  text-align: center;
340
+}
341
+.secondHouse-middle {
342
+  width: 100%;
343
+  background: url(../../../assets/image/program/bg.jpg) no-repeat center;
344
+  background-size: 100%;
345
+  .secondHouse_content {
346
+    width: 1260px;
347
+    margin: 0 auto;
348
+    .Features {
349
+      margin: 0 auto 70px auto;
350
+      padding: 70px 0;
351
+    }
352
+  }
353
+}
354
+.secondHouse_tittle {
355
+  height: 80px;
356
+  width: 218px;
357
+  background-color: #fff;
358
+  margin: 72px auto;
359
+  .secondHouse_tittle_words {
360
+    font-weight: 500;
361
+  }
362
+  .secondHouse_tittle_bg {
363
+    margin: -10px auto 0;
364
+    width: 135px;
365
+    height: 29px;
366
+    background-color: #4e84ff;
367
+  }
368
+  .secondHouse_tittle_eng {
369
+    margin: 10px 0;
370
+    color: rgba(78, 132, 255, 1);
371
+  }
372
+}
373
+
374
+.filed_box {
375
+  margin: auto;
376
+  .filed_box_top {
377
+    margin: 0 auto 35px;
378
+    width: 949px;
379
+    display: flex;
380
+    justify-content: space-between;
381
+  }
382
+}
383
+.filed_box_bottom {
384
+  margin: 0 auto;
385
+  width: 1210px;
386
+  display: flex;
387
+  justify-content: space-between;
388
+}
389
+
390
+.module_box {
391
+  width: 960px;
392
+  margin: auto;
393
+  .module_box_top {
394
+    width: 960px;
395
+    display: flex;
396
+    justify-content: space-between;
397
+  }
398
+}
399
+.module_box_bottom {
400
+  margin: 80px auto;
401
+  display: flex;
402
+  justify-content: space-between;
403
+}
404
+.boxes {
405
+  width: 252px;
406
+  // height: 60px;
407
+
408
+  .boxes_img {
409
+    width: 63px;
410
+    height: 63px;
411
+    background: rgba(255, 255, 255, 1);
412
+    box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
413
+    border-radius: 50%;
414
+
415
+    margin: 15px auto;
416
+    img {
417
+      margin-top: 17px;
418
+      height: 29px;
419
+    }
420
+  }
421
+  .module_box_words {
422
+    font-size: 18px;
423
+    color: rgba(0, 0, 0, 1);
424
+  }
425
+}
426
+
427
+.product_int_boxes {
428
+  width: 370px;
429
+  height: 276px;
430
+  border-radius: 6px;
431
+  box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
432
+  position: relative;
433
+  .boxes_img {
434
+    width: 370px;
435
+    height: 276px;
436
+    border-radius: 6px;
437
+    img {
438
+      width: 370px;
439
+      height: 276px;
440
+      border-radius: 6px;
441
+    }
442
+  }
443
+  .module_box_words {
444
+    position: absolute;
445
+    top: 0;
446
+    width: 370px;
447
+    height: 276px;
448
+    background: rgba(0, 0, 0, 0.4975);
449
+    border-radius: 6px;
450
+  }
451
+}
452
+.product_int_boxes_A {
453
+  width: 370px;
454
+  height: 276px;
455
+  border-radius: 6px;
456
+  box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
457
+  .module_box_words {
458
+    width: 100%;
459
+    height: 276px;
460
+    position: relative;
461
+     .product_int_P{
462
+       width: 100%;
463
+       position: absolute;
464
+    left: 50%;
465
+    top: 50%;
466
+     transform: translate(-50%, -50%);
467
+     }
468
+  }
469
+}
470
+.module_box_topA,
471
+.module_box_bottomA {
472
+  display: flex;
473
+  justify-content: space-between;
474
+  margin-bottom: 22px;
475
+}
476
+.module_boxA {
477
+  width: 1154px;
478
+  margin: 0 auto;
479
+}
480
+.product_int {
481
+  margin: 0 auto 70px auto;
482
+      padding: 70px 0;
483
+}
484
+.product_int_p {
485
+  width: 100%;
486
+  margin: 0 auto;
487
+  position: absolute;
488
+  bottom: 16px;
489
+  left: 50%;
490
+  transform: translateX(-50%);
491
+  color: #fff;
492
+  .product_int_p1 {
493
+    font-size: 18px;
494
+  }
495
+  .product_int_p2,
496
+  .product_int_p3 {
497
+    font-size: 15px;
498
+  }
499
+}
500
+</style>

+ 2
- 0
src/main.js Visa fil

@@ -7,7 +7,9 @@ import router from './router'
7 7
 Vue.config.productionTip = false
8 8
 
9 9
 import 'animate.css'
10
+
10 11
 import 'vue-fullpage/vue-fullpage.css'
12
+
11 13
 import VueFullpage from 'vue-fullpage'
12 14
 Vue.use(VueFullpage)
13 15
 

+ 47
- 1
src/router/index.js Visa fil

@@ -7,6 +7,14 @@ import solution from '@/components/pages/solution/solution' // 解决方案
7 7
 
8 8
 import productCenter from '@/components/pages/productCenter/productCenter' // 产品中心
9 9
 
10
+import online from '@/components/pages/productCenter/online'
11
+import AIwelcome from '@/components/pages/productCenter/AIwelcome'
12
+import bigscreen from '@/components/pages/productCenter/bigscreen'
13
+import release from '@/components/pages/productCenter/release'
14
+import micro from '@/components/pages/productCenter/micro'
15
+import community from '@/components/pages/productCenter/community'
16
+import city from '@/components/pages/productCenter/city'
17
+
10 18
 import newsInformation from '@/components/pages/newsInformation/newsInformation' // 新闻资讯
11 19
 
12 20
 import aboutUs from '@/components/pages/aboutUs/aboutUs' // 关于我们
@@ -31,7 +39,45 @@ export default new Router({
31 39
     {
32 40
       path: '/productCenter',
33 41
       name: 'productCenter',
34
-      component: productCenter
42
+      component: productCenter,
43
+      children:[
44
+
45
+      ]
46
+    },
47
+    {
48
+      path:'/productCenter/online',
49
+      name:'online',
50
+      component:online
51
+    },
52
+    {
53
+      path:'/productCenter/AIwelcome',
54
+      name:'AIwelcome',
55
+      component:AIwelcome
56
+    },
57
+    {
58
+      path:'/productCenter/bigscreen',
59
+      name:'bigscreen',
60
+      component:bigscreen
61
+    },
62
+    {
63
+      path:'/productCenter/release',
64
+      name:'release',
65
+      component:release
66
+    },
67
+    {
68
+      path:'/productCenter/micro',
69
+      name:'micro',
70
+      component:micro
71
+    },
72
+    {
73
+      path:'/productCenter/community',
74
+      name:'community',
75
+      component:community
76
+    },
77
+    {
78
+      path:'/productCenter/city',
79
+      name:'city',
80
+      component:city
35 81
     },
36 82
     // 新闻资讯
37 83
     {