This commit is contained in:
parent
6c0c47c5c5
commit
03be2bc145
|
@ -83,8 +83,10 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="push-button">
|
||||||
|
<view class="pay_btn" @click="openpay()">去支付</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<view class="pay_btn" @click="openpay()"><span class="pay-btns">去支付</span></view>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
||||||
|
@ -2073,16 +2075,27 @@
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.push-button{
|
||||||
|
width: 100%;
|
||||||
|
height: 48px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
.pay_btn {
|
.pay_btn {
|
||||||
width: 100%;
|
display: inline-block;
|
||||||
height: 50px;
|
width: 92%;
|
||||||
position: fixed;
|
text-align: center;
|
||||||
bottom: 0px;
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
display: flex;
|
height: 40px;
|
||||||
flex-direction: column;
|
border-radius: 28px;
|
||||||
align-items: center;
|
color: #ffffff;
|
||||||
z-index: 666;
|
line-height: 40px;
|
||||||
|
margin-top: 4px;
|
||||||
|
font-size: 34rpx;
|
||||||
}
|
}
|
||||||
.pay-btns{
|
.pay-btns{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -93,10 +93,14 @@
|
||||||
服务项目{{index+1}}
|
服务项目{{index+1}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view style="height: 70rpx;"></view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="detail-btn" v-if="serviData.name=='index'" @click="openpay(mainData)">
|
<view class="push-button">
|
||||||
立即购买
|
<view class="detail-btn" v-if="serviData.name=='index'" @click="openpay(mainData)">
|
||||||
|
立即购买
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 支付方式 -->
|
<!-- 支付方式 -->
|
||||||
<u-popup v-model="showpay" mode="bottom" :closeable="closeable">
|
<u-popup v-model="showpay" mode="bottom" :closeable="closeable">
|
||||||
|
@ -805,19 +809,27 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
}
|
}
|
||||||
|
.push-button{
|
||||||
|
width: 100%;
|
||||||
|
height: 48px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
.detail-btn{
|
.detail-btn{
|
||||||
width: 90%;
|
display: inline-block;
|
||||||
margin: 0 auto;
|
width: 92%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
height:80rpx;
|
height: 40px;
|
||||||
border-radius: 80rpx;
|
border-radius: 28px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 80rpx;
|
line-height: 40px;
|
||||||
font-size: 36rpx;
|
margin-top: 4px;
|
||||||
position: fixed;
|
font-size: 34rpx;
|
||||||
bottom: 0;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
.header-top image{
|
.header-top image{
|
||||||
width: 706.25rpx;
|
width: 706.25rpx;
|
||||||
|
@ -900,7 +912,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 15px 0px;
|
padding: 15px 0px;
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tese span:nth-child(1){
|
.tese span:nth-child(1){
|
||||||
|
@ -919,7 +930,6 @@
|
||||||
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
|
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
margin-top: 8px;
|
|
||||||
}
|
}
|
||||||
.detail-foot-list-top span:nth-child(1){
|
.detail-foot-list-top span:nth-child(1){
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -1114,13 +1124,14 @@
|
||||||
}
|
}
|
||||||
.service-more{
|
.service-more{
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 28px;
|
height: 26px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background: linear-gradient(-90deg, #0CA891, #23BBA2);
|
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
line-height: 28px;
|
line-height: 26px;
|
||||||
color: #fff;
|
border: 1px #2dbe93 solid ;
|
||||||
|
color: #019c88;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: fex-end;
|
justify-content: fex-end;
|
||||||
|
background: #eefffa;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue