This commit is contained in:
kbing1981 2024-07-12 09:58:19 +08:00
parent 51136cef0e
commit cdb954b123
3 changed files with 24 additions and 21 deletions

View File

@ -2,7 +2,7 @@
<!-- 技师实际收益公式实付金额=项目金额*会员比例-优惠卷*分成比例*余额支付比例+车费 --> <!-- 技师实际收益公式实付金额=项目金额*会员比例-优惠卷*分成比例*余额支付比例+车费 -->
<view style="padding-bottom: 17px;"> <view style="padding-bottom: 17px;">
<view class="jishi-index"> <view class="jishi-index">
<view class=" u-flex padding-lr" style="padding-top: 35px;"> <view class=" u-flex padding-lr" style="padding-top: 30px;">
<view class="u-m-r-10 back-img" <view class="u-m-r-10 back-img"
:style="{'background-image': :style="{'background-image':
technicianType=='3'?'url(../../static/grade1.png)': technicianType=='3'?'url(../../static/grade1.png)':
@ -1499,8 +1499,8 @@ export default {
.back-img{ .back-img{
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
width: 75px; width: 84px;
height: 75px; height: 84px;
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
@ -1558,7 +1558,7 @@ body {
} }
.jishi-index{ .jishi-index{
width: 100%; width: 100%;
height: 265px; height: 286px;
padding: 0 20px; padding: 0 20px;
background-image: url('../../static/index/technician15.png'); background-image: url('../../static/index/technician15.png');
background-repeat: no-repeat; background-repeat: no-repeat;
@ -1612,7 +1612,7 @@ page {
.dengjibox { .dengjibox {
position: relative; position: relative;
width: 100%; width: 100%;
height: 286rpx; height: 276rpx;
background: linear-gradient(-45deg, #88d7c9, #1BB9A5, #88d7c9); background: linear-gradient(-45deg, #88d7c9, #1BB9A5, #88d7c9);
//box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3); //box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3);
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
@ -1972,8 +1972,8 @@ uni-switch::before {
width: 75%; width: 75%;
} }
.head-port{ .head-port{
width: 46px; width: 55px;
height: 46px; height: 55px;
border-radius: 50%; border-radius: 50%;
margin-bottom: 5px; margin-bottom: 5px;
} }

View File

@ -2,7 +2,7 @@
<view class="" style="padding-bottom: 17px;"> <view class="" style="padding-bottom: 17px;">
<view class="headtop"> <view class="headtop">
<view class="headbox"> <view class="headbox">
<view class=" u-flex padding-lr" style="padding-top: 35px;"> <view class=" u-flex padding-lr" style="padding-top: 30px;">
<view class="u-m-r-10 back-img" <view class="u-m-r-10 back-img"
:style="{'background-image': :style="{'background-image':
technicianType=='3'?'url(../../static/grade1.png)': technicianType=='3'?'url(../../static/grade1.png)':
@ -787,8 +787,8 @@
.back-img{ .back-img{
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
width: 75px; width: 84px;
height: 75px; height: 84px;
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
@ -948,8 +948,8 @@
margin-left: 10rpx; margin-left: 10rpx;
} }
.head-port{ .head-port{
width: 46px; width: 55px;
height: 46px; height: 55px;
border-radius: 50%; border-radius: 50%;
margin-bottom: 5px; margin-bottom: 5px;
} }

View File

@ -18,7 +18,7 @@
</view> </view>
<view class="u-flex-1" v-if="isLogin && userName"> <view class="u-flex-1" v-if="isLogin && userName">
<view class="u-font-18"> <view class="u-font-18">
<view class="flex align-center" style="margin-top: 8rpx;"> <view class="flex align-center" style="margin-top: 35rpx;">
<view class="margin-left-sm u-font-18" style="color: #ffffff;">{{ userName }}</view> <view class="margin-left-sm u-font-18" style="color: #ffffff;">{{ userName }}</view>
<view class="labe zhuangtai" @tap="stateSave"> <view class="labe zhuangtai" @tap="stateSave">
<view v-if="isTrue">已上线</view> <view v-if="isTrue">已上线</view>
@ -63,7 +63,7 @@
inactive-color="#999999" :customStyle="{ 'background-color': '#050505' }" isShowImg textClass=""> inactive-color="#999999" :customStyle="{ 'background-color': '#050505' }" isShowImg textClass="">
</u-tabs> </u-tabs>
<mescroll-body :sticky="true" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback" <mescroll-body :sticky="true" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
style="padding: 0 16px;width: 100%;min-height: 100vh; background: #f5f5f5; margin-top: 34px;"> style="padding: 0 16px;width: 100%;min-height: 100vh; background: #f5f5f5; margin-top: 12px;">
<!-- 数据列表 --> <!-- 数据列表 -->
<!-- <view v-if="goods.length > 0" class="margin-sm padding-sm bg radius" v-for="(item,index) in goods" <!-- <view v-if="goods.length > 0" class="margin-sm padding-sm bg radius" v-for="(item,index) in goods"
:key='index' @click="clickItem(item)"> --> :key='index' @click="clickItem(item)"> -->
@ -883,13 +883,16 @@
.back-img{ .back-img{
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
width: 75px; width: 84px;
height: 75px; height: 84px;
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
/deep/.u-scroll-box{
margin-top: 26rpx;
}
/deep/.u-size-default{ /deep/.u-size-default{
margin-top: 5px !important; margin-top: 5px !important;
} }
@ -1056,10 +1059,10 @@
.u-tabs { .u-tabs {
padding: 16px; padding: 16px;
width: 90%; width: 90%;
height: 199rpx; height: 220rpx;
// background: #F7F7F7 !important; // background: #F7F7F7 !important;
border-radius: 21rpx; border-radius: 21rpx 21rpx 0 0;
margin: -126px auto 8px auto; margin: -113px auto 8px auto;
position: relative; position: relative;
} }
@ -1158,8 +1161,8 @@
} }
} }
.head-port{ .head-port{
width: 46px; width: 55px;
height: 46px; height: 55px;
border-radius: 50%; border-radius: 50%;
margin-bottom: 5px; margin-bottom: 5px;
} }