提交 b6a8c264 编写于 作者: M monomania

1.xxx

上级 c067117c
......@@ -22,11 +22,6 @@
<div style="float: left;width: 40%"><strong>赛事列表</strong></div>
<div style="float: right;width: 40%;font-weight: bold;font-size: 12px">
模型:
<span style="color: orange">A1</span>
<span style="color: orangered">A2</span>
<span style="color: blue">E1</span>
<span style="color: darkblue">E2</span>
<span style="color: olivedrab">Q1</span>
</div>
</h1>
<table style="font-size: 12px;font-weight: bold">
......
......@@ -24,6 +24,7 @@
模型:
<span style="color: orange">A1</span>
<span style="color: orangered">A2</span>
<span style="color: yellow">C1</span>
<span style="color: blue">E1</span>
<span style="color: darkblue">E2</span>
<span style="color: olivedrab">Q1</span>
......
......@@ -21,11 +21,6 @@
<div style="float: left;width: 40%"><strong>赛事列表</strong></div>
<div style="float: right;width: 40%;font-weight: bold;font-size: 12px">
模型:
<span style="color: orange">A1</span>
<span style="color: orangered">A2</span>
<span style="color: blue">E1</span>
<span style="color: darkblue">E2</span>
<span style="color: olivedrab">Q1</span>
</div>
</h1>
<table style="font-size: 12px;font-weight: bold">
......
......@@ -47,6 +47,8 @@ func preResultStr(val int, al_flag string) string {
func color(str string) string {
if "A1" == str {
return "orange"
}else if "C1" == str {
return "yellow"
} else if "E1" == str {
return "blue"
} else if "E2" == str {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册