dev_library
caishi 6 years ago
parent ab054713bf
commit 695466e459

@ -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? %>
<p class="notice_pay">温馨提示:支持现场缴费</p>
<div class="bottomBtn">
<%= link_to '转账支付', pay_training_path(id: @friendly_id, pay_type: 3), class: 'leftbtn' %>
<!-- TODO:: 测试微信支付,待删除 -->

@ -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;
}
Loading…
Cancel
Save