效果图

完整代码
<template>
<view class="my-pay-page">
<view :style="{ height: statusBarHeight + 'px' }"></view>
<view class="nav-container">
<view class="nav-back" @click="goBack">
<view>取消</view>
</view>
<view class="nav-title">付款</view>
</view>
<view class="main-container" :style="computedMainHeight">
<view class="center-container">
<view class="pay-wrap">
<view class="gray-text">金额</view>
<view class="money-box">
<text class="unit">¥</text>
<text class="money">{
{ payMoney }}</text>
<text class="mark"></text>
</view>
<view class="gray-text">付款方式</view>
<view class="flex-justify">
<image class="left-img" src="~@/static/images/myImgs/sfb@2x.png" alt="" />
<view class="left-text">支付宝</view>
<image class=