This commit is contained in:
parent
2bf4ca08d9
commit
0d3a343443
|
@ -165,10 +165,10 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
height: 38px;
|
height: 40px;
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 38px;
|
line-height: 40px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<t-refresh style="height:100vh !important;" ref="refresh" v-if="hongbao.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0">
|
<t-refresh style="height:100vh !important;" ref="refresh" v-if="hongbao.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0">
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<checkbox-group @change="checkboxChange">
|
<checkbox-group @change="checkboxChange">
|
||||||
<view v-if="tabIndex == 0" style="margin-top: 40px;">
|
<view v-if="tabIndex == 0" style="margin-top: 10px;">
|
||||||
<view class="youhui-weiyong youhui-list" v-for="(item,index) in hongbao" :key="index">
|
<view class="youhui-weiyong youhui-list" v-for="(item,index) in hongbao" :key="index">
|
||||||
<view class="youhui-view-left">
|
<view class="youhui-view-left">
|
||||||
<view class="youhui-view-left-yuan">
|
<view class="youhui-view-left-yuan">
|
||||||
|
|
|
@ -70,13 +70,13 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="ske-padding margin-top-sm header-view">
|
<view class="ske-padding margin-top-sm header-view">
|
||||||
<view class="fuwu-time margin-top-lg" @click="liliaoshi">
|
<view class="jusitify-line" @click="liliaoshi">
|
||||||
<view class="fuwu-title" >
|
<view class="fuwu-title" >
|
||||||
<span>技师</span>
|
<span class="line-word">技师</span>
|
||||||
<span v-if="jishiName">{{jishiName.technicianTypeName}}</span>
|
<span v-if="jishiName">{{jishiName.technicianTypeName}}</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="liliao-bottom" style="margin-right: 6px;">
|
<view class="liliao-bottom" style="margin-right: 6px;">
|
||||||
<span v-if="jishiName">{{jishiName.artificerName}}</span>
|
<span v-if="jishiName">{{jishiName.artificerName}}</span>
|
||||||
<span v-else>选择不同技师价格可能不一样哦~</span>
|
<span v-else>选择不同技师价格可能不一样哦~</span>
|
||||||
<span class="view-more"></span>
|
<span class="view-more"></span>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1593,6 +1593,7 @@
|
||||||
width: 50px;
|
width: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
padding:6rpx 16rpx
|
||||||
}
|
}
|
||||||
.header-view-data{
|
.header-view-data{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -93,10 +93,8 @@
|
||||||
<view @click="goNav('/pages/therapist/therapistList?index=2')">为TA充值</view>
|
<view @click="goNav('/pages/therapist/therapistList?index=2')">为TA充值</view>
|
||||||
<view @click="goNav('/pages/therapist/therapistList?index=3')">我的技师</view>
|
<view @click="goNav('/pages/therapist/therapistList?index=3')">我的技师</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view
|
<view class="push-button">
|
||||||
style="position: fixed;bottom: 0rpx;left: 0;right: 0;background: #FFFFFF;height: 110rpx;line-height: 110rpx;z-index: 999;">
|
<view class="detail-btn" @click="pay">
|
||||||
<view class="btn" @click="pay"
|
|
||||||
style="background: linear-gradient(to right, #019c88, #31c194);color: #FFFFFF;margin: 16rpx 30upx;position: fixed;bottom: 0upx;width: 90%;border-radius: 50rpx;height: 78rpx;line-height: 78rpx;font-size: 32rpx;">
|
|
||||||
确定充值</view>
|
确定充值</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -973,6 +971,28 @@
|
||||||
height: 26px;
|
height: 26px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
.push-button{
|
||||||
|
width: 100%;
|
||||||
|
height: 48px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.detail-btn{
|
||||||
|
display: inline-block;
|
||||||
|
width: 92%;
|
||||||
|
text-align: center;
|
||||||
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
|
height: 40px;
|
||||||
|
border-radius: 28px;
|
||||||
|
color: #ffffff;
|
||||||
|
line-height: 40px;
|
||||||
|
margin-top: 4px;
|
||||||
|
font-size: 34rpx;
|
||||||
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
margin: 15px 0px;
|
margin: 15px 0px;
|
||||||
|
|
Loading…
Reference in New Issue