Update GameTutorial.html
This commit is contained in:
parent
d33e962c1f
commit
9d9041603f
@ -107,7 +107,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
z-index: 100;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cirButton:hover {
|
.cirButton:hover {
|
||||||
@ -150,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>
|
||||||
@ -226,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>
|
||||||
@ -372,7 +370,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