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