From b5730f6dcd87281791fff9d9a361665ffc2b3ec7 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 13 Jun 2019 11:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=8A=80=E6=9C=AF=E6=96=B0?= =?UTF-8?q?=E5=B7=A5=E7=A7=91=E4=BA=A7=E5=AD=A6=E7=A0=94=E8=81=94=E7=9B=9F?= =?UTF-8?q?=E5=B8=88=E8=B5=84=E7=A0=94=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/trainings/enroll.html.erb | 40 ++++++++++++++++++++--- public/stylesheets/educoder/trainings.css | 7 ++++ 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/app/views/trainings/enroll.html.erb b/app/views/trainings/enroll.html.erb index fc9e7234..9aa5a7f5 100644 --- a/app/views/trainings/enroll.html.erb +++ b/app/views/trainings/enroll.html.erb @@ -124,7 +124,7 @@ <% end %>
-

信息技术新工科产学研联盟师资培训班

+

信息技术新工科产学研联盟师资研修

<%= form_for @training do |f| %>

基本信息

  • @@ -146,9 +146,41 @@
  • 职称 - + + + + + + + + + + + + + +
  • +

    培训类型

    +
  • + 大数据方向 + + + + +
  • +
  • + 人工智能方向 + + + + +
  • +
  • + 大数据+人工智能方向 + + + +
  • 您的授课/研究领域(最少选1项)

  • diff --git a/public/stylesheets/educoder/trainings.css b/public/stylesheets/educoder/trainings.css index 12d6f00e..18038b11 100644 --- a/public/stylesheets/educoder/trainings.css +++ b/public/stylesheets/educoder/trainings.css @@ -122,6 +122,13 @@ input[type='text'].right_input{ float: right;border: none;text-align: right;height: 44px;line-height: 44px;outline: none; font-size: 1.4rem;width: 70%;/*margin-right: 24px;*/ } +.PositionalRight .magic-radio + label:before,.PositionalRight .magic-checkbox + label:before{ + top:13px!important; +} +.PositionalRight .magic-radio + label:after{ + top: 18px!important; +} +.mr15{margin-right: 15px;} .infoBar label.right_tag{ float: right;color: #cccccc;font-size: 1.4rem;margin-right: 24px; }