Commit f53226b4 by doszhang

dos

parent 9964dea3
...@@ -130,15 +130,16 @@ $(document).ready(function () { ...@@ -130,15 +130,16 @@ $(document).ready(function () {
var top = 0; var top = 0;
if (custom) { if (custom) {
top = 530; top = 536;
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 103px normal'; ctx2.font = 'bold 130px normal';
} else if (firstSwiper.realIndex === 0) { } else if (firstSwiper.realIndex === 0) {
//模板1 //模板1
top = 536; top = 536;
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px normal'; ctx2.font = 'bold 130px normal';
} else { } else {
//模板2
top = 536; top = 536;
ctx2.fillStyle = '#ffffff'; ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px normal'; ctx2.font = 'bold 130px normal';
......
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