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