LLWiki正在建设中,欢迎加入我们

“Widget:Countdown”的版本间差异

跳转到导航 跳转到搜索
(使用页面/文本对比查看器快速编辑)
(使用页面/文本对比查看器快速编辑)
/* </includeonly>CSS样式表:<pre lang="css"> */
.countdownNode {
visibility: hidden; /* 占位 */
display: inline;
}
.counting > :first-child {
display: inline; /* 覆盖songposition */
}
.counting > span:first-child {
display: none;
}
.isBefore > span:first-child {
display: initial;
}
.isBefore > span:last-child {
display: none;
}