This commit is contained in:
parent
0237af3c38
commit
6b19df867c
|
@ -146,7 +146,7 @@
|
|||
|
||||
|
||||
|
||||
<view class="pay_btn" style="margin-top: 20px;" @click="openpay()">去支付</view>
|
||||
<view class="pay_btn" @click="openpay()"><span class="pay-btns">去支付</span></view>
|
||||
|
||||
</view>
|
||||
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
||||
|
@ -1984,19 +1984,27 @@
|
|||
}
|
||||
|
||||
.pay_btn {
|
||||
width: 96%;
|
||||
// margin-left: 2%;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
z-index: 666;
|
||||
}
|
||||
.pay-btns{
|
||||
display: inline-block;
|
||||
width: 94%;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height: 40px;
|
||||
border-radius: 40px;
|
||||
border-radius: 28px;
|
||||
color: #ffffff;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
// position: fixed;
|
||||
justify-content: center;
|
||||
margin-top: 5px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.serverAddress {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view class="padding-bottom u-skeleton">
|
||||
<view class="bgImg u-skeleton-fillet" style="padding: 0 29rpx;">
|
||||
<view class="bgImg u-skeleton-fillet">
|
||||
<view class="head-top">
|
||||
<view class="pay-title" style="">{{orderXm.type=='104'?'服务套餐':orderXm.type=='105'?'项目次卡':'服务疗程'}}</view>
|
||||
<view class="flex">
|
||||
|
@ -84,7 +84,7 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
<view class="pay_btn" style="margin-top: 30px;" @click="openpay()">去支付</view>
|
||||
<view class="pay_btn" @click="openpay()"><span class="pay-btns">去支付</span></view>
|
||||
|
||||
</view>
|
||||
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
||||
|
@ -1313,6 +1313,8 @@
|
|||
justify-content: space-between;
|
||||
}
|
||||
.head-top{
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
background-color: #ffffff;
|
||||
border-radius: 24rpx;
|
||||
padding: 29rpx;
|
||||
|
@ -1391,7 +1393,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 15px 0px;
|
||||
padding: 15rpx 0px;
|
||||
}
|
||||
|
||||
.tese span:nth-child(1){
|
||||
|
@ -1705,12 +1707,6 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.head-top{
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
border-radius: 24rpx;
|
||||
padding: 29rpx;
|
||||
}
|
||||
.d-title{
|
||||
font-weight: 400;
|
||||
font-size: 29rpx;
|
||||
|
@ -2023,15 +2019,26 @@
|
|||
}
|
||||
|
||||
.pay_btn {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height:80rpx;
|
||||
border-radius: 80rpx;
|
||||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 32rpx;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
z-index: 666;
|
||||
}
|
||||
.pay-btns{
|
||||
display: inline-block;
|
||||
width: 94%;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height: 40px;
|
||||
border-radius: 28px;
|
||||
color: #ffffff;
|
||||
line-height: 40px;
|
||||
margin-top: 5px;
|
||||
font-size: 17px;
|
||||
}
|
||||
.serverAddress {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue