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>
|
</view>
|
||||||
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
<!-- <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>
|
</view>
|
||||||
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
||||||
|
@ -1979,8 +1979,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pay_btn {
|
.pay_btn {
|
||||||
width: 90%;
|
width: 96%;
|
||||||
margin: 0 auto;
|
margin-left:2%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
height:80rpx;
|
height:80rpx;
|
||||||
|
@ -1988,6 +1988,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serverAddress {
|
.serverAddress {
|
||||||
|
|
Loading…
Reference in New Issue