Commit 829e17e2f15cb7925bb2ae1bc3e209dfdf5fb122

Authored by liuqimichale
1 parent 6762dbd1

home

webintroduce/src/views/home.vue
... ... @@ -160,37 +160,37 @@ export default {
160 160 height: 39px;
161 161 }
162 162 .parkpoint1{
163   - background: url("../assets/images/home/green.png") no-repeat;
  163 + background: url("../assets/images/home/blue.png") no-repeat;
164 164 left: 100px;
165 165 top:50px;
166 166 animation: pointMove 3S infinite;
167 167 }
168 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 171 top:150px;
172 172 animation: pointMove 3S infinite;
173 173 }
174 174 .parkpoint3{
175 175 background: url("../assets/images/home/green.png") no-repeat;
176   - left: 300px;
  176 + left: 700px;
177 177 top:250px;
178 178 animation: pointMove 3S infinite;
179 179 }
180 180 .parkpoint4{
181 181 background: url("../assets/images/home/green.png") no-repeat;
182   - left: 70px;
  182 + left: 470px;
183 183 top:350px;
184 184 animation: pointMove 3S infinite;
185 185 }
186 186 .parkpoint5{
187   - background: url("../assets/images/home/green.png") no-repeat;
  187 + background: url("../assets/images/home/blue.png") no-repeat;
188 188 right: 70px;
189 189 top:400px;
190 190 animation: pointMove 3S infinite;
191 191 }
192 192 .parkpoint6{
193   - background: url("../assets/images/home/green.png") no-repeat;
  193 + background: url("../assets/images/home/blue.png") no-repeat;
194 194 right: 70px;
195 195 bottom:50px;
196 196 animation: pointMove 3S infinite;
... ...