Commit 76694f00 authored by limingzhe's avatar limingzhe

style: 更改色号

parent 69fc4417
......@@ -2,4 +2,4 @@
<canvas id="canvas" #canvas></canvas>
</div>
<label style="font-family: 'GOTHICB_1'; "></label>
<label style="font-family: 'GOTHICB_1'; height: 0px;"></label>
......@@ -504,7 +504,7 @@ export class PlayComponent implements OnInit, OnDestroy {
return {
t_val1: 'C',
t_val2: 'Listen, make a sentence.Then chant.',
t_font_color: '#f2c558',
t_font_color: '#F7CB47',
t_font: 'BRLNSDB',
t_font_size: 40
};
......@@ -644,7 +644,7 @@ export class PlayComponent implements OnInit, OnDestroy {
color = "#008000";
break;
case "C02":
color = "#FF0000";
color = "#C8161E";
break;
case "C03":
color = "#D2691E";
......@@ -823,7 +823,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this.title1 = new Label();
this.title1.text = this.data.title.t_val1;
this.title1.fontName = 'BRLNSDB';
this.title1.fontColor = '#ffdb84';
this.title1.fontColor = '#F7CB47';
this.title1.fontSize = 55;
this.title1.textAlign = 'center';
this.title1.refreshSize();
......@@ -835,7 +835,8 @@ export class PlayComponent implements OnInit, OnDestroy {
const bgRect = new ShapeRect();
bgRect.setSize(1000, 60);
bgRect.init();
bgRect.fillColor = '#ffdb84';
bgRect.fillColor = '#F7CB47';
bgRect.alpha = 0;
this.title2 = new Label();
this.title2.text = this.data.title.t_val2;
......
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 to comment