From 695466e4592e989475d546a78623f3e819685d9b Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Sat, 22 Jun 2019 17:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98tip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/trainings/trainingsInfo.html.erb | 1 + public/stylesheets/educoder/trainings.css | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/app/views/trainings/trainingsInfo.html.erb b/app/views/trainings/trainingsInfo.html.erb index e71b9c07..de11c423 100644 --- a/app/views/trainings/trainingsInfo.html.erb +++ b/app/views/trainings/trainingsInfo.html.erb @@ -39,6 +39,7 @@ <%= link_to('修改资料', enroll_training_path(id: @friendly_id, disable_redirect: true), class: 'info_updateBtn') %> <% if @training.training_payinfo.blank? || @training.training_payinfo.not_payed? %> +

温馨提示:支持现场缴费

<%= link_to '转账支付', pay_training_path(id: @friendly_id, pay_type: 3), class: 'leftbtn' %> diff --git a/public/stylesheets/educoder/trainings.css b/public/stylesheets/educoder/trainings.css index ad5cdcb6..bcefdbd1 100644 --- a/public/stylesheets/educoder/trainings.css +++ b/public/stylesheets/educoder/trainings.css @@ -174,6 +174,7 @@ input[type='text'].right_input{ .showPanel p > span{ float: right;color: #333; } + .bottomBtn{ position: fixed;bottom: 0px;left: 0px;width: 100%;height: 44px;line-height: 44px;font-size: 1.6rem;text-align: center;z-index: 20; } @@ -300,3 +301,11 @@ input[type='text'].right_input{ .Infos_btn a:last-child{ background: #4CACFF!important;color: #fff!important; } +.notice_pay{ + position: absolute; + bottom: 44px; + padding: 1rem; + box-sizing: border-box; + font-size: 1.4rem; + color: #c6c5c5; +} \ No newline at end of file