Compare commits

..

No commits in common. "ebd411d0a69b1f12c4db6fd1467615c98207dab3" and "fd95ca0fcadb9f267878deeba26f28d4b30331b6" have entirely different histories.

12 changed files with 3322 additions and 3117 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,14 @@
<template>
<view class="content">
<view class="cooperate-bgimg">
<view class="cooperate-tetle"><image class="cop-img" src="../../static/seckill5.png" mode=""></image></view>
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
<span>应聘技师</span>
<image class="cooperate-img" src="../../static/cooperate/cooperate1.png" mode=""></image>
<span>了解更多</span>
</view>
<view class="cooperate-line" @click="goNav('/pages/my/cooperation')">
<image class="cooperate-img" src="../../static/cooperate/cooperate2.png" mode=""></image>
</view>
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuo')">
<image class="cooperate-img" src="../../static/cooperate/cooperate3.png" mode=""></image>
</view>
<view class="cooperate-tetle">-选择您的身份-</view>
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
<image class="cooperate-img" src="../../static/cooperate/cooperate1.png" mode=""></image>
</view>
<view class="cooperate-line" @click="goNav('/pages/my/cooperation')">
<image class="cooperate-img" src="../../static/cooperate/cooperate2.png" mode=""></image>
</view>
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuo')">
<image class="cooperate-img" src="../../static/cooperate/cooperate3.png" mode=""></image>
</view>
</view>
</template>
@ -41,7 +37,6 @@
</script>
<style scoped>
.content {
width: 100%;
height: 100vh;
@ -51,28 +46,12 @@
background-size: 100% 100%;
overflow: auto;
}
.cooperate-bgimg{
height:300rpx;
background-image: url(../../static/background-img4.png);
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
}
.cop-img{
width:400rpx;
height: 60rpx;
position: absolute;
top:120rpx;
left:40rpx;
}
.cooperate-tetle{
/*margin: 50rpx auto;*/
margin: 50rpx auto;
text-align: center;
color: #333;
font-size: 30rpx;
font-weight: bold;
height:260rpx;
}
.cooperate-line{
width: 94%;

View File

@ -10,10 +10,10 @@
<view class="my-head-top-text">
<span>{{userName}}</span>
<view class="my-head-top-id" v-if="vipNameType!=null">
<image v-if="vipNameType=='0'" class="my-head-vip" style="width:120rpx; height: 36rpx;" src="../../static/vip/membership5.gif"></image>
<image v-if="vipNameType=='1'" class="my-head-vip" style="width:120rpx; height: 36rpx;" src="../../static/vip/membership6.gif"></image>
<image v-if="vipNameType=='2'" class="my-head-vip" style="width:120rpx; height: 36rpx;" src="../../static/vip/membership7.gif"></image>
<span>{{vipNameType=='0'?'':vipNameType=='1'?'':''}}</span>
<image v-if="vipNameType=='0'" class="my-head-vip" style="width:60rpx; height: 60rpx;" src="../../static/vip/membership5.png"></image>
<image v-if="vipNameType=='1'" class="my-head-vip" style="width:60rpx; height: 60rpx;" src="../../static/vip/membership6.png"></image>
<image v-if="vipNameType=='2'" class="my-head-vip" style="width:60rpx; height: 60rpx;" src="../../static/vip/membership4.png"></image>
<span>{{vipNameType=='0'?'':vipNameType=='1'?'':''}}会员</span>
</view>
</view>
@ -1010,7 +1010,7 @@
width: 26%;
padding: 3rpx 5rpx 6rpx 22rpx;
text-align: center;
/*ckground-image: url(../../static/vip/membership5.png);*/
background:linear-gradient(to right,#ff996b,#ff9966,#ff5e62);
border-radius: 0 30rpx 30rpx 0 ;
color: #fff;
position: relative;

View File

@ -33,7 +33,7 @@
<!-- <view class="u-tips-color">{{item.createTime}}</view> -->
</view>
<view class="margin-top-sm" style="width: 100%;height: 1rpx;background: #f7f7f7;"></view>
<view class=" u-flex u-p-t-30" >
<view class=" u-flex u-p-t-30">
<view class="u-m-r-10">
<u-avatar
:src="item.ordersMassageList[0].massageType?item.ordersMassageList[0].massageType.massageImg: item.ordersMassageList[0].userPackageDetail.massageImg"
@ -56,7 +56,7 @@
</view>
</view>
<view class="flex u-p-t-20 justify-between align-center" style="justify-content: flex-end; margin-top: 20rpx;">
<view class="flex u-p-t-20 justify-between align-center" style="justify-content: flex-end;">
<view class="flex text-right" style="flex-direction: column;width: 100%;">
<view class="showBtn" v-if="item.status ==1">
<u-button
@ -1028,11 +1028,9 @@
top: var(--window-top);
flex-wrap: wrap;
align-content: flex-start;
background: #fff;
border-bottom: 1px solid #f7f7f7;
//background:url('../../static/background-img4.png') bottom;
//background-repeat: no-repeat;
//background-size: 100% 100%;
background:url('../../static/background-img4.png') bottom;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.sticky-tabs-list image{
width: 52.08rpx;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 379 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB