梁彦春 6 years ago
parent
commit
d564c3116d

+ 3
- 0
src/App.vue View File

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

BIN
src/assets/image/city/GroupCopy.jpg View File


BIN
src/assets/image/city/GroupCopy.png View File


BIN
src/assets/image/logoicon/cancel.png View File


BIN
src/assets/image/program/news.png View File


BIN
src/assets/image/program/toTop.png View File


+ 11
- 4
src/components/commonComponents/icon.vue View File

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

+ 1
- 1
src/components/pages/aboutUs/aboutUs.vue View File

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

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

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

+ 2
- 2
src/components/pages/productCenter/city.vue View File

24
 
24
 
25
     <div class="city_content">
25
     <div class="city_content">
26
       <div class="product_int">
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
         <div class="int">
28
         <div class="int">
29
           <div class="tittle">
29
           <div class="tittle">
30
             <div>
30
             <div>
347
   .product_int {
347
   .product_int {
348
     margin: 0 auto;
348
     margin: 0 auto;
349
     padding: 80px 0;
349
     padding: 80px 0;
350
-    width: 1260px;
350
+    width: 1080px;
351
     display: flex;
351
     display: flex;
352
     align-items: center;
352
     align-items: center;
353
     justify-content: space-between;
353
     justify-content: space-between;

+ 2
- 4
src/components/pages/productCenter/online.vue View File

118
                   </div>
118
                   </div>
119
                   <div class="registered_con">
119
                   <div class="registered_con">
120
                     <p class="registered_con_p1">客户报备</p>
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
                   </div>
123
                   </div>
126
                 </div>
124
                 </div>
127
 
125