Browse Source

评测模式 样式修改

黄琪勇 6 months ago
parent
commit
6c94a81cf2

BIN
src/page-instrument/evaluat-model/countdown/imgs/step1.png


BIN
src/page-instrument/evaluat-model/countdown/imgs/step2.png


BIN
src/page-instrument/evaluat-model/countdown/imgs/step3.png


+ 3 - 3
src/view/evaluating/evaluatResult.ts

@@ -33,17 +33,17 @@ export const leveByScoreMeasureIcons = [
 	{
 	{
 		icon: scoreIcon.good,
 		icon: scoreIcon.good,
 		text: "good",
 		text: "good",
-		color: "#14C187",
+		color: "#00C181",
 	},
 	},
 	{
 	{
 		icon: scoreIcon.great,
 		icon: scoreIcon.great,
 		text: "great",
 		text: "great",
-		color: "#FF8E5A",
+		color: "#F66D2E",
 	},
 	},
 	{
 	{
 		icon: scoreIcon.perfect,
 		icon: scoreIcon.perfect,
 		text: "perfect",
 		text: "perfect",
-		color: "#90A0FF",
+		color: "#657AFF",
 	},
 	},
 ];
 ];