|
|
|
@ -195,8 +195,8 @@ |
|
|
|
</view> |
|
|
|
<!-- 支付弹出层 --> |
|
|
|
<uni-popup ref="payPopup" background-color="#fff"> |
|
|
|
<view class="pay-popup" style="height: 290px;background: #fff;border-radius: 40rpx 40rpx 0 0;padding-top: 40rpx;"> |
|
|
|
<view class="content" style="height: 100%;margin-top:0"> |
|
|
|
<view class="pay-popup" style="height: 250px;background: #fff;border-radius: 40rpx 40rpx 0 0;padding-top: 40rpx;"> |
|
|
|
<view class="content" style="height: 100%;margin-top:0;top:0"> |
|
|
|
<view class="box1"> |
|
|
|
<view |
|
|
|
style="height: 90rpx;line-height: 90rpx;text-align: center;font-weight: 700;font-size: 30rpx;"> |
|
|
|
@ -553,4 +553,7 @@ |
|
|
|
text-align: center; |
|
|
|
line-height: 40rpx; |
|
|
|
} |
|
|
|
.vue-ref{ |
|
|
|
border-radius: 10px !important; |
|
|
|
} |
|
|
|
</style> |