diff --git a/app/views/competitions/_gq_second_code_competition.html.erb b/app/views/competitions/_gq_second_code_competition.html.erb
index 02847743..7eb0865d 100644
--- a/app/views/competitions/_gq_second_code_competition.html.erb
+++ b/app/views/competitions/_gq_second_code_competition.html.erb
@@ -120,7 +120,11 @@
项目简介
<%= raw row_data[:description] %>
标注任务
- <%= row_data[:task] %>
+ <% if index ==2 %>
+ <%= row_data[:task] %>
+ <% else %>
+ <%= row_data[:task] %>
+ <% end %>
经典算法解读:
<%= row_data[:link_name] %>
diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css
index 09d24d8d..28989a5b 100644
--- a/public/stylesheets/educoder/edu-all.css
+++ b/public/stylesheets/educoder/edu-all.css
@@ -712,7 +712,7 @@ li.challenge_box{
color: #0B8298;font-size: 20px;line-height: 20px;text-align: left;font-weight: bold;margin-bottom: 40px;padding-left: 3px;
}
.challenge_b_des{
- line-height: 20px;color: #0B8298;font-size: 18px;text-align: left;text-align:justify;margin-bottom: 40px;min-height: 220px;
+ line-height: 20px;color: #0B8298;font-size: 18px;text-align: left;text-align:justify;margin-bottom: 30px;min-height: 240px;
}
li.challenge_box:last-child{
margin-right: 0px;