Commit ada4ee8f by doszhang

dos

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