From b382ba6d2144b49f57d47cf953e26e72b9958475 Mon Sep 17 00:00:00 2001 From: *anna* Date: Wed, 12 May 2021 13:50:19 +0200 Subject: [PATCH] ground --- tree/park.css | 10 +++++++++- tree/park.html | 13 +++---------- tree/park_N.html | 28 ++++++++++++++++++++++------ 3 files changed, 34 insertions(+), 17 deletions(-) diff --git a/tree/park.css b/tree/park.css index 2e0e99e..0dfcb8d 100644 --- a/tree/park.css +++ b/tree/park.css @@ -48,11 +48,19 @@ #player_img { bottom: 35%; left: 35%; - position:absolute; + position:absolute ; z-index: 20; } +#ground{ + position:relative ; + width:4000px; +} + + + + #groundline { position: fixed; bottom:0px; diff --git a/tree/park.html b/tree/park.html index 8622d64..d1ff973 100644 --- a/tree/park.html +++ b/tree/park.html @@ -189,16 +189,9 @@ $(document).keydown(function(e) { }); $("#arrow_back1").click (function(){ - $("#baloon1").hide(); - $("#baloon2").hide(); - $(".school2").hide(); - $(".message2").hide(); - $(".school3").hide(); - $("#baloon3").hide(); - $("#baloon4").hide(); - $(".index").show(); - $(".school1").show(); - $(".message4").show(); + $("#baloon1, #baloon2, #baloon3, #baloon4, .school2,.school3").hide(); + $(".index, .school1, .message4").show(); + }); $("#arrow_go2").click (function(){ diff --git a/tree/park_N.html b/tree/park_N.html index eb9eec3..7dfbafa 100644 --- a/tree/park_N.html +++ b/tree/park_N.html @@ -18,6 +18,10 @@
+ +
+ + @@ -33,6 +37,9 @@ + + +
@@ -46,25 +53,34 @@ move