迅睿CMS框架是一款PHP8高性能·簡(jiǎn)單易用的CMS開源開發(fā)框架,基于MIT開源許可協(xié)議發(fā)布,免費(fèi)且不限制商業(yè)使用,是免費(fèi)開源的產(chǎn)品,以萬端互聯(lián)為設(shè)計(jì)理念,支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
付款方式切換,前臺(tái)模板中看不出具體使用的哪種方式
已解決,模板中需要添加以下代碼:
<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>
主要是這個(gè)js,用來調(diào)用:onclick="dr_select_paytype('{$name}')"這個(gè)函數(shù)
已解決,模板中需要添加以下代碼:
<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>
主要是這個(gè)js,用來調(diào)用:onclick="dr_select_paytype('{$name}')"這個(gè)函數(shù)