no message
This commit is contained in:
@@ -191,7 +191,8 @@
|
|||||||
>
|
>
|
||||||
<view style="background-color: #fff;">
|
<view style="background-color: #fff;">
|
||||||
<view class="money">
|
<view class="money">
|
||||||
<text style="color:#000;position: relative;top:40rpx">¥{{orderInfo.amount}}</text>
|
<text style="color:#000;position: relative;top:40rpx">
|
||||||
|
<text style="font-size:48rpx">¥</text>{{orderInfo.amount }}</text>
|
||||||
<text class="text-40 " style="margin-left:20rpx"></text>
|
<text class="text-40 " style="margin-left:20rpx"></text>
|
||||||
<view class="text-28 close" data-flag="false" @tap="showPop(false)">
|
<view class="text-28 close" data-flag="false" @tap="showPop(false)">
|
||||||
<u-icon name="close" color="#333333" size="20"></u-icon>
|
<u-icon name="close" color="#333333" size="20"></u-icon>
|
||||||
@@ -205,7 +206,7 @@
|
|||||||
@finish="finish"
|
@finish="finish"
|
||||||
></u-code-input>
|
></u-code-input>
|
||||||
</view>
|
</view>
|
||||||
<view class="tips text-28" style="color:#999">请输入支付密码</view>
|
<view class="tips text-28" style="color:#999;display: inline-block;">请输入支付密码</view>
|
||||||
</view>
|
</view>
|
||||||
</u-keyboard>
|
</u-keyboard>
|
||||||
|
|
||||||
@@ -726,7 +727,7 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.money{
|
.money{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 80rpx;
|
font-size: 68rpx;
|
||||||
color: #ff9918;
|
color: #ff9918;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@@ -751,6 +752,7 @@ export default {
|
|||||||
margin:20rpx 0;
|
margin:20rpx 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
.order_submit_warp {
|
.order_submit_warp {
|
||||||
background-color: $app-bj;
|
background-color: $app-bj;
|
||||||
|
|||||||
Reference in New Issue
Block a user