This commit is contained in:
kbing1981 2024-07-04 11:27:25 +08:00
parent 7fa65b3e86
commit 435f8b3180
2 changed files with 5 additions and 4 deletions

View File

@ -143,7 +143,7 @@
<view class="pay_btn" style="margin-top: 30px;" @click="openpay()">去支付</view>
<view class="pay_btn" style="margin-top: 20px;" @click="openpay()">去支付</view>
</view>
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->

View File

@ -143,7 +143,7 @@
<view class="pay_btn" style="margin-top: 30px;" @click="openpay()">去支付</view>
<view class="pay_btn" style="margin-top: 10px;" @click="openpay()">去支付</view>
</view>
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
@ -1979,8 +1979,8 @@
}
.pay_btn {
width: 90%;
margin: 0 auto;
width: 96%;
margin-left:2%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height:80rpx;
@ -1988,6 +1988,7 @@
color: #ffffff;
line-height: 80rpx;
font-size: 32rpx;
position: fixed;
}
.serverAddress {