Commit c98d2178 authored by Chen Jiping's avatar Chen Jiping

feat:更换背景图片;调整单词默认的颜色

parent f25e3953
This diff is collapsed.
......@@ -415,6 +415,11 @@ export class WordArea2 extends WordGroup {
let data = this._data[i];
//如果是单词,修改字体颜色
if(i == 2){
data.fontColor = "#231f20";
}
let word = new Word2(this._cat, data);
word.init();
......
{
"ver": "2.3.5",
"uuid": "1771d850-0c23-42c6-a385-6edb8c2f0a5d",
"uuid": "ff53696f-e589-4140-ada3-9131af3f7054",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"bg": {
"ver": "1.0.4",
"uuid": "fc377763-613f-4f0d-aaf4-cfb96431d613",
"rawTextureUuid": "1771d850-0c23-42c6-a385-6edb8c2f0a5d",
"uuid": "4ed203b6-e0b8-4ae9-9f76-d265f4e15334",
"rawTextureUuid": "ff53696f-e589-4140-ada3-9131af3f7054",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "06b0f471-cd09-43ab-b570-5c710dcf335f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 573,
"height": 87,
"platformSettings": {},
"subMetas": {
"cloud": {
"ver": "1.0.4",
"uuid": "340552b0-d98e-4302-8122-a5c2bec9ef1c",
"rawTextureUuid": "06b0f471-cd09-43ab-b570-5c710dcf335f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 102,
"rawWidth": 1280,
"rawHeight": 102,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
......@@ -24,7 +24,7 @@ export class Exercises extends Obj{
export class Word extends Obj{
//字体颜色
fontColor = "#02adf0";
fontColor = "#231f20";
}
export function getDefExercises(){
......
......@@ -71,7 +71,7 @@
<div nz-row>
<div nz-col [nzSpan]="18" [nzOffset]="1">
<nz-card nzTitle="题1" [nzHoverable]="true">
<nz-card nzTitle="词根" [nzHoverable]="true">
<nz-divider nzText="加号左边" nzOrientation="left"></nz-divider>
<nz-form-item>
<nz-form-label [nzSpan]="2">内容</nz-form-label>
......
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