样式化 jQuery 插件 (ClassyCountdown)

Styling a jQuery Plug-In (ClassyCountdown)

我正在使用此站点的倒计时:http://www.class.pm/files/jquery/classycountdown/

现在我想为倒计时设置样式,但我不知道该怎么做。我想编辑字体、颜色、线条粗细并缩放整个倒计时。我该如何设置样式?

编辑:工作 Link:http://www.html.it/wp-content/uploads/script/demo/a/51105/demo.html

编辑 2:我想出了如何扩展整个倒计时。我只是简单地使用了 id 的宽度,它会自动调整大小。

#countdown-container {
    width: 500px;
}

但是如何更改字体、颜色和线条的粗细?

我想出了如何扩展整个倒计时。我只是简单地使用了 id 的宽度,它会自动调整大小。

#countdown-container {
    width: 500px;
}