Merge branch 'main' of https://github.com/BigJIU/MarioWeb
This commit is contained in:
commit
0d872a1424
@ -107,6 +107,7 @@
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
font-weight: 600;
|
||||
|
||||
}
|
||||
|
||||
.cirButton:hover {
|
||||
@ -149,6 +150,12 @@
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.col-md-6 .col-md-12{
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
@ -225,17 +232,9 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mask" onclick="replay()"></div>
|
||||
<script>
|
||||
function replay(){
|
||||
|
||||
$("#windowshow:hidden").show();
|
||||
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<div align="center" id="GameWindow">
|
||||
<div align="center" id="GameWindow" style="z-index: 100;">
|
||||
|
||||
<div class="loading-container" id="loading" style="visibility: visible">
|
||||
<div class="loader"></div>
|
||||
@ -351,6 +350,7 @@
|
||||
document.getElementById("next").style.visibility = "visible";
|
||||
}
|
||||
document.getElementById("game").style.visibility = "visible";
|
||||
$("#mask").hide();
|
||||
|
||||
});
|
||||
|
||||
@ -371,7 +371,15 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mask" onclick="replay()"></div>
|
||||
<script>
|
||||
function replay(){
|
||||
|
||||
$("#windowshow:hidden").show();
|
||||
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user