fix contest show lichun

This commit is contained in:
senluo 2014-06-13 17:46:58 +08:00
parent 7456e37e8a
commit b702411a65
1 changed files with 9 additions and 9 deletions

View File

@ -186,15 +186,15 @@
<fieldset style="padding-left: 36px; margin-left: 13px; height: 150px; width:380px; border-radius:10px;">
<div style="font-size:14px; color: #1166AD; padding-left:52px; "><strong>2014年Android程序设计大赛获奖名单</strong></div>
<div class="underline-contests_four"></div>
<marquee scrollamount=3 direction=up height=100 >
<div><span style="color: red">一等奖:</span>&nbsp<span style="color: #1166AD">消灭那怪兽</span></div>
<div><span style="color: red">二等奖:</span>&nbsp<span style="color: #1166AD">兄弟向前冲 </span></div>
<div><span style="color: red">二等奖:</span>&nbsp<span style="color: #1166AD">鸟鸟文件管理器(银河之光版)</span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD">疯狂猜图</span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD">愉快的定向越野 </span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD">体能训练助手 </span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD">迷你日记本 </span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD">永齐飞机大战</span></div>
<marquee scrollamount=3 direction=up height=100 onmouseover="this.stop()" onmouseout="this.start()" >
<div><span style="color: red">一等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "消灭那怪兽", softapplication_path(16) %></span></div>
<div><span style="color: red">二等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "兄弟向前冲", softapplication_path(20) %></span></div>
<div><span style="color: red">二等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "鸟鸟文件管理器(银河之光版)", softapplication_path(6) %></span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "疯狂猜图", softapplication_path(12) %></span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "愉快的定向越野", softapplication_path(14) %></span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "体能训练助手", softapplication_path(11) %></span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "迷你日记本", softapplication_path(19) %></span></div>
<div><span style="color: red">三等奖:</span>&nbsp<span style="color: #1166AD"><%= link_to "永齐飞机大战", softapplication_path(9) %></span></div>
</marquee>
</fieldset>
</div>