update
This commit is contained in:
parent
77695bdffc
commit
c731535acb
@ -212,8 +212,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<img style=" height: 90vh;top: -10vh; left: -10vw;
|
|
||||||
position: absolute;z-index: 900; visibility: visible; " src="../templates/Web/pic.png" id="windowshow">
|
|
||||||
|
|
||||||
<div align="center" id="GameWindow">
|
<div align="center" id="GameWindow">
|
||||||
|
|
||||||
@ -270,7 +269,9 @@
|
|||||||
<h3>Play Game</h3>
|
<h3>Play Game</h3>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6" id="countdown" style="z-index:999; position:absolute; left:11vw; bottom: 1vh; color: #000; font-size: xx-large;"></div>
|
<div id="countdown" style="z-index:999; position:absolute; left:50px; bottom: 20px; color: #ffffff; font-size: xx-large; background-color: rgba(0, 0, 0, 0.3);"></div>
|
||||||
|
<img style=" height: 90vh;bottom: 3.5vh; left: 0vw;
|
||||||
|
position: absolute;z-index: 900; visibility: visible; width: 100%;" src="../templates/Web/pic.png" id="windowshow">
|
||||||
<script>
|
<script>
|
||||||
function countdown() {
|
function countdown() {
|
||||||
var count = 10; // 设置倒计时秒数
|
var count = 10; // 设置倒计时秒数
|
||||||
|
@ -186,6 +186,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width:992px) and (min-width:769px) {
|
||||||
|
#info{
|
||||||
|
min-width: fit-content;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -215,8 +221,8 @@
|
|||||||
</svg>
|
</svg>
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand js-scroll-trigger " href="http://aingames.cn/index.html"> <img
|
<a class="navbar-brand js-scroll-trigger " href="http://aingames.cn/index.html">
|
||||||
src="../templates/Web/grouplogo.png" height="35px"></a>
|
<img src="../templates/Web/grouplogo.png" height="35px"></a>
|
||||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
|
||||||
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
|
||||||
@ -260,7 +266,7 @@
|
|||||||
<img src="../img/frameworkAD.gif" max-height="auto">
|
<img src="../img/frameworkAD.gif" max-height="auto">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-5">
|
<div class="col-md-5" id="info">
|
||||||
<h4>Purpose of the Experiment</h4>
|
<h4>Purpose of the Experiment</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user