Commit e1545114 by doszhang

dos

parent f2c9de8c
...@@ -397,5 +397,5 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -397,5 +397,5 @@ input[name=signature]::-webkit-input-placeholder {
/* countdown-page */ /* countdown-page */
.countdown-page canvas { .countdown-page canvas {
transform: rotate(-90deg) rotateY(180deg); transform: rotate(-90deg);
} }
\ No newline at end of file
...@@ -318,7 +318,7 @@ function showCountDownPage() { ...@@ -318,7 +318,7 @@ function showCountDownPage() {
} }
function countDown() { function countDown() {
let angle = 104.4; let angle = -104.4;
let timer; let timer;
countDownCtx.fillStyle = '#0f0'; countDownCtx.fillStyle = '#0f0';
timer = setInterval(function () { timer = setInterval(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment