迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發框架,基于MIT開源許可協議發布,免費且不限制商業使用,是免費開源的產品,以萬端互聯為設計理念,支持的微信公眾號、小程序、APP客戶端、移動端網站、PC網站等多終端式管理系統。
聯系官方銷售客服
1835022288
028-61286886
付款方式切換,前臺模板中看不出具體使用的哪種方式
已解決,模板中需要添加以下代碼:
<style>
.form-group {margin-bottom: 15px;}
label {display: inline-block;margin-bottom: 5px;}
.btn {margin-bottom: 0;font-weight: 400;text-align: center;touch-action: manipulation;cursor: pointer;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 14px;line-height: 1.42857;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.btn-lg {font-size: 18px;line-height: 1.33333;}
.btn-default {color: #949494;background-color: #fff;border-color: #ccc;}
.btn-default.active{color: #949494;background-color: #e6e6e6;border-color: #adadad;background-image: none;}
[data-toggle=buttons]>.btn input[type=radio]{position: absolute;clip: rect(0,0,0,0);pointer-events: none;}
</style>
<script src="{THEME_PATH}assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
主要是這個js,用來調用:onclick="dr_select_paytype('{$name}')"這個函數
已解決,模板中需要添加以下代碼:
<style>
.form-group {margin-bottom: 15px;}
label {display: inline-block;margin-bottom: 5px;}
.btn {margin-bottom: 0;font-weight: 400;text-align: center;touch-action: manipulation;cursor: pointer;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 14px;line-height: 1.42857;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.btn-lg {font-size: 18px;line-height: 1.33333;}
.btn-default {color: #949494;background-color: #fff;border-color: #ccc;}
.btn-default.active{color: #949494;background-color: #e6e6e6;border-color: #adadad;background-image: none;}
[data-toggle=buttons]>.btn input[type=radio]{position: absolute;clip: rect(0,0,0,0);pointer-events: none;}
</style>
<script src="{THEME_PATH}assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
主要是這個js,用來調用:onclick="dr_select_paytype('{$name}')"這個函數