|
|
|
@ -128,7 +128,13 @@
|
|
|
|
|
padding-bottom: .50rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.noborder.weui-cell:before{
|
|
|
|
|
height: 0px;
|
|
|
|
|
border: 0px;
|
|
|
|
|
}
|
|
|
|
|
.noborder{
|
|
|
|
|
margin-top: -.38rem;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@ -138,15 +144,15 @@
|
|
|
|
|
<div class="weui-cells">
|
|
|
|
|
<div class="weui-cell">
|
|
|
|
|
<div class="weui-cell__bd">
|
|
|
|
|
<p>订单金额:</p>
|
|
|
|
|
<p style="font-size: .28rem;">订单金额: <span style="margin-left: .2rem;color: red;">¥{$data['price']}元</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weui-cell__ft" style="color: red">¥{$data['price']}元</div>
|
|
|
|
|
<!-- <div class="weui-cell__ft" style="color: red">¥{$data['price']}元</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weui-cell">
|
|
|
|
|
<div class="weui-cell noborder">
|
|
|
|
|
<div class="weui-cell__bd">
|
|
|
|
|
<p>您的账户余额:</p>
|
|
|
|
|
<p style="font-size: .24rem;color: #A9A9A9;">您的账户余额: <span style="margin-left: .2rem;">{$balance+$bind_balance}平台币</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weui-cell__ft" style="color: #A9A9A9;">{$balance+$bind_balance}平台币</div>
|
|
|
|
|
<!-- <div class="weui-cell__ft" style="color: #A9A9A9;">{$balance+$bind_balance}平台币</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weui-cells" style="margin-top: .3rem;">
|
|
|
|
|