增加比赛倒计时的功能
This commit is contained in:
14
static/src/css/contest/countdown.css
Normal file
14
static/src/css/contest/countdown.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user