<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> </head> <body> <div class="competition-certificate" style="position: absolute;font-size: 85px;font-family: SimSun;"> <img src="<%= ApplicationController.helpers.download_image(@prize.team_certificate_path) %>"/> <div class="competition-certificate-body" style="position: absolute;width: 82%;top: 35%;left: 9%;"> <p style="text-indent:2em;line-height: 1.8;margin-bottom: 0px;"> <%= @member_names %>(指导老师:<%= @teacher_names %>) 在第二届“<b>全国高校绿色计算大赛</b>”(<%= @prize.competition.sub_title %>)中成绩突出,荣获“<b>团体 <%= @prize.name %></b>”。 </p> <p style="text-indent:2em;line-height: 1.8;margin-top: 0px;">特发此证,以资鼓励。</p> </div> </div> </body> </html>