update
This commit is contained in:
parent
77695bdffc
commit
c731535acb
@ -212,8 +212,7 @@
|
||||
</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">
|
||||
|
||||
@ -270,7 +269,9 @@
|
||||
<h3>Play Game</h3>
|
||||
</button>
|
||||
</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>
|
||||
function countdown() {
|
||||
var count = 10; // 设置倒计时秒数
|
||||
|
@ -186,6 +186,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:992px) and (min-width:769px) {
|
||||
#info{
|
||||
min-width: fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
@ -215,8 +221,8 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger " href="http://aingames.cn/index.html"> <img
|
||||
src="../templates/Web/grouplogo.png" height="35px"></a>
|
||||
<a class="navbar-brand js-scroll-trigger " href="http://aingames.cn/index.html">
|
||||
<img src="../templates/Web/grouplogo.png" height="35px"></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
|
||||
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
||||
@ -260,7 +266,7 @@
|
||||
<img src="../img/frameworkAD.gif" max-height="auto">
|
||||
</div>
|
||||
|
||||
<div class="col-md-5">
|
||||
<div class="col-md-5" id="info">
|
||||
<h4>Purpose of the Experiment</h4>
|
||||
<ul>
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user