梁彦春 6 年前
父节点
当前提交
d564c3116d

+ 3
- 0
src/App.vue 查看文件

@@ -18,6 +18,9 @@ export default {
18 18
 html,body,#app{
19 19
  height: 100%;
20 20
 }
21
+* {
22
+    touch-action: pan-y;
23
+}
21 24
 #app {
22 25
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
23 26
   -webkit-font-smoothing: antialiased;

二进制
src/assets/image/city/GroupCopy.jpg 查看文件


二进制
src/assets/image/city/GroupCopy.png 查看文件


二进制
src/assets/image/logoicon/cancel.png 查看文件


二进制
src/assets/image/program/news.png 查看文件


二进制
src/assets/image/program/toTop.png 查看文件


+ 11
- 4
src/components/commonComponents/icon.vue 查看文件

@@ -75,7 +75,7 @@ export default {
75 75
   mounted () {
76 76
     var _this = this;
77 77
     window.onscroll = function () {
78
-      if (document.documentElement.scrollTop > 10) {
78
+      if (window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop > 10) {
79 79
         _this.toTopIsShow = true;
80 80
       } else {
81 81
         _this.toTopIsShow = false;
@@ -97,16 +97,19 @@ export default {
97 97
   height: 80px;
98 98
   cursor: pointer;
99 99
   background: url("../../assets/image/program/toTop.png") no-repeat;
100
+  background-size: 100%;
100 101
   /* overflow: hidden; */
101 102
 }
102 103
 .toTop:hover {
103 104
   background: url("../../assets/image/program/toTop.png") no-repeat;
105
+  background-size: 100%;
104 106
 }
105 107
 .news {
106 108
   width: 80px;
107 109
   height: 80px;
108 110
   cursor: pointer;
109 111
   background: url("../../assets/image/program/news.png") no-repeat;
112
+  background-size: 100%;
110 113
 }
111 114
 .mask {
112 115
   width: 100%;
@@ -180,7 +183,11 @@ color:rgba(0,0,0,1);
180 183
   outline: none;
181 184
 }
182 185
 .company_inp {
183
-  width: 450px;
186
+  font-size:18px;
187
+font-family:PingFangSC-Light;
188
+font-weight:300;
189
+color:rgba(0,0,0,1);
190
+  width: 462px;
184 191
   border: none;
185 192
   border-bottom: 1px solid rgba(187, 187, 187, 1);
186 193
   outline: none;
@@ -219,8 +226,8 @@ color:rgba(0,0,0,1);
219 226
   cursor: pointer;
220 227
 }
221 228
 .cancelImg{
222
-  /* width: 40px;
223
-  height: 40px; */
229
+  width: 80px;
230
+  height: 80px;
224 231
   border-radius: 50%;
225 232
 }
226 233
 </style>

+ 1
- 1
src/components/pages/aboutUs/aboutUs.vue 查看文件

@@ -89,7 +89,7 @@ export default {
89 89
   .about-main {
90 90
     padding: 40px 0 100px 0;
91 91
     min-height: 600px;
92
-    width: 1130px;
92
+    width: 1060px;
93 93
     margin: auto;
94 94
     display: flex;
95 95
     justify-content: space-between;

+ 2
- 0
src/components/pages/productCenter/AIwelcome.vue 查看文件

@@ -443,7 +443,9 @@ export default {
443 443
   font-size: 18px;
444 444
 }
445 445
 .box_tittle1{
446
+  margin: 0 35px;
446 447
   padding: 24px 0;
448
+  border-bottom: 3px dashed #a2c2ff;
447 449
 }
448 450
 .box_img {
449 451
   margin-top: 30px;

+ 2
- 2
src/components/pages/productCenter/city.vue 查看文件

@@ -24,7 +24,7 @@
24 24
 
25 25
     <div class="city_content">
26 26
       <div class="product_int">
27
-        <img src="../../../assets/image/city/GroupCopy.png" alt class="product_img">
27
+        <img src="../../../assets/image/city/GroupCopy.jpg" alt class="product_img">
28 28
         <div class="int">
29 29
           <div class="tittle">
30 30
             <div>
@@ -347,7 +347,7 @@ letter-spacing:7px;
347 347
   .product_int {
348 348
     margin: 0 auto;
349 349
     padding: 80px 0;
350
-    width: 1260px;
350
+    width: 1080px;
351 351
     display: flex;
352 352
     align-items: center;
353 353
     justify-content: space-between;

+ 2
- 4
src/components/pages/productCenter/online.vue 查看文件

@@ -118,10 +118,8 @@
118 118
                   </div>
119 119
                   <div class="registered_con">
120 120
                     <p class="registered_con_p1">客户报备</p>
121
-                    <p class="registered_con_p2">楼盘页报备:</p>
122
-                    <p class="registered_con_p3">一个客户信息一次只能报备到一个楼盘</p>
123
-                    <p class="registered_con_p4">客户页报备:</p>
124
-                    <p class="registered_con_p5">一个客户信息一次可以报备到多个楼盘</p>
121
+                    <p class="registered_con_p2">楼盘页报备:一个客户信息一次只能报备到一个楼盘</p>
122
+                    <p class="registered_con_p3">客户页报备:一个客户信息一次可以报备到多个楼盘</p>
125 123
                   </div>
126 124
                 </div>
127 125