This commit is contained in:
xice09
2018-05-30 17:16:54 +08:00
parent 50308492f2
commit 55bcb320bb
3 changed files with 143 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html>
<?php session_start(); ?>
<html>
<head>
@@ -7,7 +8,7 @@
<meta name="msapplication-tap-highlight" content="no" />
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>315权益知识答题</title>
<title>礼敬中华 知识答题</title>
<meta name="description" content="北京邮电大学学生会网络部网页答题" />
<meta name="author" content="flyto.cc/lenny" />
<!-- Favicons-->
@@ -40,7 +41,7 @@
<nav role="navigation" style="height:60px;line-height:60px;">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo" style="font-size:1.6rem;">
<img src="p/bupt_logo.png" alt="bupt" height="30px" style="vertical-align:middle;margin:0 10px 0 0;">315权益知识答题
<img src="p/bupt_logo.png" alt="bupt" height="30px" style="vertical-align:middle;margin:0 10px 0 0;">礼敬中华 知识答题
</a>
</div>
</nav>
@@ -96,7 +97,7 @@
<div class="section" id="aboutTime" style="padding-top:0;width:100%;">
<!-- 倒计时器 -->
<div class="input-field col s12" style="height:1px;overflow:hidden">
<input value="<?php $timestart = date(" H:i:s ");echo $timestart;?>" type="text" class="validate" style="color:#fff" name="timestart">
<input value="<?php $timestart = date(" H:i:s ");$_SESSION['timestart'] = $timestart;echo $timestart;?>" type="text" class="validate" style="color:#fff" name="timestart">
</div>
<div style="text-align:center;display:inline-block;padding:5px 0;width:100%;float:left;">本次答题限时15分钟&nbsp;&nbsp;&nbsp;&nbsp;剩余时间&nbsp;&nbsp;<span name="remtime">15:00</span></div>
</div>