新增疯狂动物园

This commit is contained in:
Dragon
2024-03-08 15:21:20 +08:00
parent 309dc6097a
commit 00c8f39c48
37 changed files with 90 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
var baba = document.querySelector('body');
baba.addEventListener('click', function (e) {
$('body,html').css({ "width": "100%", "position": "relative", "overflow": "hidden" });
// $('body,html').css({ "width": "100%", "position": "relative", "overflow": "hidden" });
tianJia(e);
})
@@ -42,5 +42,5 @@ function move () {
}
window.requestAnimationFrame(move);
$('body,html').css({ "width": "100%", "position": "relative", "overflow": "auto" });
// $('body,html').css({ "width": "100%", "position": "relative", "overflow": "auto" });
}