Commit cfb52359 by doszhang

dos

parent c49d92b8
...@@ -134,9 +134,10 @@ $(document).ready(function () { ...@@ -134,9 +134,10 @@ $(document).ready(function () {
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 103px normal'; ctx2.font = 'bold 103px normal';
} else if (firstSwiper.realIndex === 0) { } else if (firstSwiper.realIndex === 0) {
top = 460; //模板1
top = 678;
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px normal'; ctx2.font = 'bold 103px normal';
} else { } else {
top = 50; top = 50;
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
......
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