Commit 839b737a by doszhang

dos

parent 03d04c33
...@@ -132,15 +132,15 @@ $(document).ready(function () { ...@@ -132,15 +132,15 @@ $(document).ready(function () {
if (custom) { if (custom) {
top = 550; top = 550;
ctx2.fillStyle = '#FFFFFF'; ctx2.fillStyle = '#FFFFFF';
ctx2.font = 'bolder 80px fzlt'; ctx2.font = 'bold 80px normal';
} else if (firstSwiper.realIndex === 0) { } else if (firstSwiper.realIndex === 0) {
top = 460; top = 460;
ctx2.fillStyle = '#000000'; ctx2.fillStyle = '#000000';
ctx2.font = 'bolder 130px fzlt'; ctx2.font = 'bold 130px normal';
} else { } else {
top = 50; top = 50;
ctx2.fillStyle = '#000000'; ctx2.fillStyle = '#000000';
ctx2.font = 'bolder 130px fzlt'; ctx2.font = 'bold 130px normal';
} }
ctx2.textAlign = 'left'; ctx2.textAlign = 'left';
......
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