@@ -189,7 +189,7 @@ async function handleOpenPay() {
</div>
<div class="bottomInfo">
<div class="price">
- {{$t('payInfo.payPrice')}}<span>{{$t('payInfo.priceUnit')}}{{ orderDetal?.orderMoney || 0.0 }}</span>
+ {{$t('payInfo.payPrice')}}<span style="margin-left:10px">{{$t('payInfo.priceUnit')}}{{ orderDetal?.orderMoney || 0.0 }}</span>
<div class="payBut" @click="handelPay">{{$t('payInfo.payOrder')}}</div>
@@ -309,7 +309,7 @@ async function getCode() {
vertical-align: middle;
}
.price {
- color: @primary-color;
+ color: #ff0000;
font-size: 40px;
line-height: 50px;