This commit is contained in:
kbing1981 2024-07-17 16:26:47 +08:00
parent 2bf4ca08d9
commit 0d3a343443
4 changed files with 31 additions and 10 deletions

View File

@ -165,10 +165,10 @@
width: 90%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 38px;
height: 40px;
border-radius: 28px;
color: #ffffff;
line-height: 38px;
line-height: 40px;
margin-top: 4px;
font-size: 34rpx;
}

View File

@ -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">
<template slot="content">
<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-view-left">
<view class="youhui-view-left-yuan">

View File

@ -70,13 +70,13 @@
</view>
</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" >
<span>技师</span>
<span class="line-word">技师</span>
<span v-if="jishiName">{{jishiName.technicianTypeName}}</span>
</view>
<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 class="view-more"></span>
</view>
@ -1593,6 +1593,7 @@
width: 50px;
text-align: center;
font-size: 13px;
padding:6rpx 16rpx
}
.header-view-data{
display: flex;

View File

@ -93,10 +93,8 @@
<view @click="goNav('/pages/therapist/therapistList?index=2')">为TA充值</view>
<view @click="goNav('/pages/therapist/therapistList?index=3')">我的技师</view>
</view> -->
<view
style="position: fixed;bottom: 0rpx;left: 0;right: 0;background: #FFFFFF;height: 110rpx;line-height: 110rpx;z-index: 999;">
<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 class="push-button">
<view class="detail-btn" @click="pay">
确定充值</view>
</view>
</view>
@ -973,6 +971,28 @@
height: 26px;
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{
padding: 0px 11px;
margin: 15px 0px;