From dba3a658001a6ed1a01733354d85bad57767f9d4 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Sun, 16 Jun 2019 16:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/trainings/trainingsInfo.html.erb | 40 ++++++++++++++++++++++ public/stylesheets/educoder/trainings.css | 35 +++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 app/views/trainings/trainingsInfo.html.erb diff --git a/app/views/trainings/trainingsInfo.html.erb b/app/views/trainings/trainingsInfo.html.erb new file mode 100644 index 00000000..7fd2840c --- /dev/null +++ b/app/views/trainings/trainingsInfo.html.erb @@ -0,0 +1,40 @@ +
+
+

报名成功

+
+
+
+

基本信息

+
  • + 姓名 + 胡莎莎 +
  • +
  • + 性别 + +
  • +
  • + 单位 + 国防科技大学 +
  • +
  • + 职称 + 助教 +
  • +
  • + 手机号 + 181****2757 +
  • +
    +
    +

    您关注的课程类型

    + 程序设计 + 操作系统 + 软件工程 + 程序设计 +
    + 修改资料 +
    + 转账支付 + 微信支付 +
    \ No newline at end of file diff --git a/public/stylesheets/educoder/trainings.css b/public/stylesheets/educoder/trainings.css index 44df1617..278cb2c9 100644 --- a/public/stylesheets/educoder/trainings.css +++ b/public/stylesheets/educoder/trainings.css @@ -265,3 +265,38 @@ input[type='text'].right_input{ content: " ";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);background-color: #D9D9D9; } + + +/* 支付信息 */ +.InfoTop{width: 100%;height: 6.5rem;background: linear-gradient(to right, #4CC6FF , #6588F8);justify-content: center; + align-items: center;display: -webkit-flex;} + .info_updateBtn{ + display: block; + width: 60%; + height: 35px; + line-height: 35px; + text-align: center; + border: 1px solid #4CC6FF; + border-radius: 24px; + font-size: 2.2rem; + color: #4CC6FF!important; + margin-top: 1rem;margin:2rem auto; + } + .Infos{ + padding:15px;box-sizing: border-box;background: #fff; + } + .Infos {margin-bottom: 1rem;} + .Infos .Infos_title{font-size: 1.5rem;color: #000;margin-bottom: 1rem;} + .Infos li{margin-bottom: 8px;} + .Infos li span:first-child{color: #666666;font-size: 1.4rem;float: left;} + .Infos li span:last-child{color: #333;font-size: 1.4rem;float: right;} + .Infos .Infos_tag{float: left;height:2.8rem;padding: 0px 0.5rem;box-sizing: border-box;line-height: 2.8rem; + background: #E6F3FF;color: #4CACFF;cursor: default;margin-right: 1.5rem; + } + .Infos_btn {background: #fff;height: 5rem;line-height: 5rem;position: absolute;bottom: 0px;left:0px;width: 100%;} + .Infos_btn a{ + float: left;width: 50%;text-align: center;color: #4CACFF!important;font-size: 1.8rem; + } + .Infos_btn a:last-child{ + background: #4CACFF!important;color: #fff!important; + }