HTML代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>点名册</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="box">
<button id="begin">开始点名</button>
<button id="end">结束点名</button>
<div id="name"></div>
<div id="sz">
<div id="hour"></div>
<div id="min"></div>
<div id="second"></div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>
CSS代码:
*{
margin: 0;padding: 0;
}
body{
text-align: center;
}
#box{
wid