Commit 34b526f4 by doszhang

dos

parent 42280365
...@@ -118,9 +118,9 @@ $(document).ready(function () { ...@@ -118,9 +118,9 @@ $(document).ready(function () {
var top = 0; var top = 0;
if (custom) { if (custom) {
top = 530; top = 550;
ctx2.fillStyle = '#000000'; ctx2.fillStyle = '#FFFFFF';
ctx2.font = 'bolder 90px fzlt'; ctx2.font = 'bolder 80px fzlt';
} else if (firstSwiper.realIndex === 0) { } else if (firstSwiper.realIndex === 0) {
top = 490; top = 490;
ctx2.fillStyle = '#000000'; ctx2.fillStyle = '#000000';
......
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