Commit 829e17e2f15cb7925bb2ae1bc3e209dfdf5fb122
1 parent
6762dbd1
home
Showing
1 changed file
with
7 additions
and
7 deletions
webintroduce/src/views/home.vue
@@ -160,37 +160,37 @@ export default { | @@ -160,37 +160,37 @@ export default { | ||
160 | height: 39px; | 160 | height: 39px; |
161 | } | 161 | } |
162 | .parkpoint1{ | 162 | .parkpoint1{ |
163 | - background: url("../assets/images/home/green.png") no-repeat; | 163 | + background: url("../assets/images/home/blue.png") no-repeat; |
164 | left: 100px; | 164 | left: 100px; |
165 | top:50px; | 165 | top:50px; |
166 | animation: pointMove 3S infinite; | 166 | animation: pointMove 3S infinite; |
167 | } | 167 | } |
168 | .parkpoint2{ | 168 | .parkpoint2{ |
169 | - background: url("../assets/images/home/green.png") no-repeat; | ||
170 | - left: 200px; | 169 | + background: url("../assets/images/home/blue.png") no-repeat; |
170 | + left: 900px; | ||
171 | top:150px; | 171 | top:150px; |
172 | animation: pointMove 3S infinite; | 172 | animation: pointMove 3S infinite; |
173 | } | 173 | } |
174 | .parkpoint3{ | 174 | .parkpoint3{ |
175 | background: url("../assets/images/home/green.png") no-repeat; | 175 | background: url("../assets/images/home/green.png") no-repeat; |
176 | - left: 300px; | 176 | + left: 700px; |
177 | top:250px; | 177 | top:250px; |
178 | animation: pointMove 3S infinite; | 178 | animation: pointMove 3S infinite; |
179 | } | 179 | } |
180 | .parkpoint4{ | 180 | .parkpoint4{ |
181 | background: url("../assets/images/home/green.png") no-repeat; | 181 | background: url("../assets/images/home/green.png") no-repeat; |
182 | - left: 70px; | 182 | + left: 470px; |
183 | top:350px; | 183 | top:350px; |
184 | animation: pointMove 3S infinite; | 184 | animation: pointMove 3S infinite; |
185 | } | 185 | } |
186 | .parkpoint5{ | 186 | .parkpoint5{ |
187 | - background: url("../assets/images/home/green.png") no-repeat; | 187 | + background: url("../assets/images/home/blue.png") no-repeat; |
188 | right: 70px; | 188 | right: 70px; |
189 | top:400px; | 189 | top:400px; |
190 | animation: pointMove 3S infinite; | 190 | animation: pointMove 3S infinite; |
191 | } | 191 | } |
192 | .parkpoint6{ | 192 | .parkpoint6{ |
193 | - background: url("../assets/images/home/green.png") no-repeat; | 193 | + background: url("../assets/images/home/blue.png") no-repeat; |
194 | right: 70px; | 194 | right: 70px; |
195 | bottom:50px; | 195 | bottom:50px; |
196 | animation: pointMove 3S infinite; | 196 | animation: pointMove 3S infinite; |