Commit 212cad4a by doszhang

dos

parent fc6a7592
......@@ -63,21 +63,21 @@ let answerArr = [];
// 已经进入的题目
let watchedQuestion = [1];
//结果
let resultType = 2;
let resultType = 3;
//记录初始状态下fontsize
const fontSize = parseFloat($('html').css('fontSize'));
//canvas 位置
let canvasArr = [
[46, 240, 1214, 1814, 36, 42],
[58, 240, 1164, 1748, 34, 30],
[58, 240, 1164, 1748],
[58, 240, 1206, 1008],
[58, 240, 1164, 1740],
[58, 240, 1164, 1008],
[58, 240, 1164, 1008],
[58, 240, 1190, 1812]
[46, 240, 1214, 1814, 36, 42, '#0f5188'],
[58, 240, 1164, 1748, 34, 30, '#0f5188'],
[58, 240, 1206, 1008, 34, 30, '#ffffff'],
[58, 240, 1164, 1740, 34, 30, '#ffffff'],
[58, 240, 1164, 1008, 34, 30, '#ffffff'],
[58, 240, 1164, 1008, 34, 30, '#0f5188'],
[58, 240, 1164, 1812, 34, 30, '#0f5188'],
[58, 240, 1190, 1812, 34, 30, '#0f5188']
];
//海报canvas
......
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