取消银行卡支付,开启横屏样式

master
chenzhi 5 years ago
parent 549db73b2e
commit a9dd81bf43

@ -79,7 +79,7 @@
body{ body{
padding-bottom: .50rem; padding-bottom: .50rem;
} }
/* .paylist-box{ .paylist-box{
display: flex; display: flex;
height: auto; height: auto;
flex-wrap:wrap; flex-wrap:wrap;
@ -93,7 +93,7 @@
} }
.paylist-box .weui-cell:before{ .paylist-box .weui-cell:before{
content: none; content: none;
} */ }
} }
.border-half-line{ .border-half-line{
width: 97%; width: 97%;
@ -198,15 +198,7 @@
</div> </div>
</a> </a>
</if> </if>
<if condition="C('sqpay.status') eq 1 and C('sqpay.union') eq 1">
<a class="weui-cell" href="{:U('Apple/apple_union_pay', array('user_id'=>I('user_id'),'game_id'=>I('game_id'),'user_token'=>I('user_token')))}" class="recharge_way_btn recharge_way_btn_alipay">
<div class="weui-cell__hd"><img src="__IMG__/cardpay.png"></div>
<div class="weui-cell__bd">
<p style="color: #292929;font-size:.28rem;">银行卡支付</p>
<p style="color: #a9a9a9;font-size:.2rem;">使用银行卡支付</p>
</div>
</a>
</if>
</div> </div>

Loading…
Cancel
Save