|
@@ -47,7 +47,38 @@
|
|
|
<p>智博会期间,由大赛平台正式开题,12/31结束设计</p>
|
|
|
<p>(二)评选办法及奖项设置</p>
|
|
|
<p>(1)参赛选手奖</p>
|
|
|
- <p>分别设置特、一、二、三等奖及优秀奖。</p>
|
|
|
+ <table width="400" border="0" cellspacing="0" cellpadding="0">
|
|
|
+ <tr>
|
|
|
+ <th>奖项</th>
|
|
|
+ <th>名额</th>
|
|
|
+ <th>奖品</th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>一等奖</td>
|
|
|
+ <td>一名</td>
|
|
|
+ <td>人民币 50000 元</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>二等奖</td>
|
|
|
+ <td>二名</td>
|
|
|
+ <td>人民币 10000 元</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>三等奖</td>
|
|
|
+ <td>三名</td>
|
|
|
+ <td>人民币 5000 元</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>创意之星奖</td>
|
|
|
+ <td>四名</td>
|
|
|
+ <td>人民币 3000 元</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>黑马奖</td>
|
|
|
+ <td>五名</td>
|
|
|
+ <td>人民币 2000 元</td>
|
|
|
+ </tr>
|
|
|
+</table>
|
|
|
<p>(2)指导教师奖</p>
|
|
|
<p>获奖选手指导教师可获得“优秀指导教师”称号。</p>
|
|
|
<p>(3)优秀组织协同奖</p>
|
|
@@ -83,6 +114,27 @@ export default {
|
|
|
showView: true,
|
|
|
megagameId: '',
|
|
|
uid: '',
|
|
|
+ tableData: [{
|
|
|
+ awards: '一等奖',
|
|
|
+ number: '一名',
|
|
|
+ money: '人民币 50000 元'
|
|
|
+ }, {
|
|
|
+ awards: '二等奖',
|
|
|
+ number: '二名',
|
|
|
+ money: '人民币 10000 元'
|
|
|
+ }, {
|
|
|
+ awards: '三等奖',
|
|
|
+ number: '三名',
|
|
|
+ money: '人民币 5000 元'
|
|
|
+ }, {
|
|
|
+ awards: '创意之星奖',
|
|
|
+ number: '四名',
|
|
|
+ money: '人民币 3000 元'
|
|
|
+ }, {
|
|
|
+ awards: '黑马奖',
|
|
|
+ number: '五名',
|
|
|
+ money: '人民币 2000 元'
|
|
|
+ }]
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
@@ -197,5 +249,15 @@ export default {
|
|
|
filter: hue-rotate(-8deg);
|
|
|
}
|
|
|
}
|
|
|
+table th ,table td,table{border: .5px solid #0196fb; text-align: center;}
|
|
|
+table th {
|
|
|
+ background-color: #0196fb;
|
|
|
+}
|
|
|
+table{
|
|
|
+margin: 20px 0;
|
|
|
+}
|
|
|
+table th,table td{
|
|
|
+height: 40px;
|
|
|
+}
|
|
|
}
|
|
|
</style>
|