diff --git a/app/views/competitions/enroll.html.erb b/app/views/competitions/enroll.html.erb index 8bd519e3..43e37099 100644 --- a/app/views/competitions/enroll.html.erb +++ b/app/views/competitions/enroll.html.erb @@ -1,6 +1,6 @@
-
+

<%= @competition.name %>

<% if @minimum_staff > 1 %>

<%= @competition.sub_title %>

diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css index dd1feea4..0721252f 100644 --- a/public/stylesheets/educoder/edu-all.css +++ b/public/stylesheets/educoder/edu-all.css @@ -748,7 +748,7 @@ li.challenge_box:last-child{ .enrollItemContent{padding: 0px 10px;width: 100%;box-sizing: border-box;height: 100%;overflow: hidden;} .enrollItemContent li{border-bottom: 1px solid #EAEAEA;padding: 20px;line-height: 20px} .team-p-s{width: 20px;height: 20px;line-height: 12px;text-align: center;border-radius: 50%;background: #BCBCBC;color: #fff;float: left} -.enroll-in-b{display: block;border:4px solid #fff;width: 216px;height: 62px;text-align: center;line-height: 62px;margin: 0px 20px;font-size: 32px;color: #fff!important;background: #4CACFF} +.enroll-in-b{display: block;border:4px solid #fff;width: 216px;height: 62px;text-align: center;line-height: 62px;margin: 0px 40px;font-size: 32px;color: #fff!important;background: #4CACFF} .main_title{ font-size: 50px; font-family:MicrosoftYaHei-Bold; @@ -768,10 +768,10 @@ li.challenge_box:last-child{ font-family:MicrosoftYaHei-Bold; font-weight:bold; color:rgba(255,255,255,1); - line-height:17px; - text-shadow:0px 9px 8px rgba(19,12,55,0.79); + line-height:40px; + text-shadow:0px 5px 4px rgba(19,12,55,0.79); margin-bottom: 20px; - letter-spacing: 10px; + letter-spacing: 7px; } .enroll-in-b-green{background: #29BD8B}