This commit is contained in:
parent
7fa65b3e86
commit
435f8b3180
|
@ -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> -->
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue