Commit c4e995ac by doszhang

dos

parent 2630205b
...@@ -63,7 +63,7 @@ let answerArr = []; ...@@ -63,7 +63,7 @@ let answerArr = [];
// 已经进入的题目 // 已经进入的题目
let watchedQuestion = [1]; let watchedQuestion = [1];
//结果 //结果
let resultType = 6; let resultType = 7;
//记录初始状态下fontsize //记录初始状态下fontsize
const fontSize = parseFloat($('html').css('fontSize')); const fontSize = parseFloat($('html').css('fontSize'));
...@@ -76,9 +76,9 @@ let canvasArr = [ ...@@ -76,9 +76,9 @@ let canvasArr = [
[58, 240, 1164, 1748, 34, 30, '#ffffff'], [58, 240, 1164, 1748, 34, 30, '#ffffff'],
[58, 240, 1206, 1808, 34, 30, '#ffffff'], [58, 240, 1206, 1808, 34, 30, '#ffffff'],
[58, 240, 1164, 1740, 34, 30, '#ffffff'], [58, 240, 1164, 1740, 34, 30, '#ffffff'],
[58, 240, 1164, 1808, 34, 30, '#ffffff'], [58, 240, 1164, 1808, 34, 30, '#0f5188'],
// [58, 240, 1164, 1008, 34, 30, '#0f5188'], // [58, 240, 1164, 1008, 34, 30, '#0f5188'],
// [58, 240, 1164, 1812, 34, 30, '#0f5188'], [58, 240, 1164, 1812, 34, 30, '#0f5188'],
// [58, 240, 1190, 1812, 34, 30, '#0f5188'] // [58, 240, 1190, 1812, 34, 30, '#0f5188']
]; ];
......
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