From 829e17e2f15cb7925bb2ae1bc3e209dfdf5fb122 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 10 May 2019 12:08:54 +0800 Subject: [PATCH] home --- webintroduce/src/views/home.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webintroduce/src/views/home.vue b/webintroduce/src/views/home.vue index b2f45c0..d30c717 100644 --- a/webintroduce/src/views/home.vue +++ b/webintroduce/src/views/home.vue @@ -160,37 +160,37 @@ export default { height: 39px; } .parkpoint1{ - background: url("../assets/images/home/green.png") no-repeat; + background: url("../assets/images/home/blue.png") no-repeat; left: 100px; top:50px; animation: pointMove 3S infinite; } .parkpoint2{ - background: url("../assets/images/home/green.png") no-repeat; - left: 200px; + background: url("../assets/images/home/blue.png") no-repeat; + left: 900px; top:150px; animation: pointMove 3S infinite; } .parkpoint3{ background: url("../assets/images/home/green.png") no-repeat; - left: 300px; + left: 700px; top:250px; animation: pointMove 3S infinite; } .parkpoint4{ background: url("../assets/images/home/green.png") no-repeat; - left: 70px; + left: 470px; top:350px; animation: pointMove 3S infinite; } .parkpoint5{ - background: url("../assets/images/home/green.png") no-repeat; + background: url("../assets/images/home/blue.png") no-repeat; right: 70px; top:400px; animation: pointMove 3S infinite; } .parkpoint6{ - background: url("../assets/images/home/green.png") no-repeat; + background: url("../assets/images/home/blue.png") no-repeat; right: 70px; bottom:50px; animation: pointMove 3S infinite; -- libgit2 0.21.4