增加比赛倒计时的功能

This commit is contained in:
hohoTT
2015-09-22 12:56:10 +08:00
parent 3b8eef1bab
commit 371b9625c2
12 changed files with 842 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
#timer {
margin: 20px auto;
}
.timer-section {
display: inline-block;
}
.timer-section span {
background-color: #ffffff;
padding: 5px 4px;
border-radius: 5px;
}
.time {
font-weight: bold;
}