This commit is contained in:
kbing1981 2024-07-12 11:39:47 +08:00
parent f8a49e334a
commit be6dbd26eb
4 changed files with 31 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<!-- 技师实际收益公式实付金额=项目金额*会员比例-优惠卷*分成比例*余额支付比例+车费 -->
<view style="padding-bottom: 17px;">
<view class="jishi-index">
<view class=" u-flex padding-lr" style="padding-top: 30px;">
<view class=" u-flex padding-lr justify-between" style="padding-top: 30px;">
<view class="u-m-r-10 back-img"
:style="{'background-image':
technicianType=='3'?'url(../../static/grade1.png)':
@ -48,7 +48,7 @@
</view>
</view>
<view v-else class="text-xl text-white u-p-l-20 text-bold" @click="goLogin('/pages/public/login')">
<view v-else class="logon" @click="goLogin('/pages/public/login')">
登录
</view>
</view>
@ -1523,6 +1523,13 @@ export default {
body {
font-family: Helvetica Neue, Helvetica, sans-serif;
}
.logon{
background:#fff;
border-radius: 30rpx;
color:#019c88;
font-size: 26rpx;
padding: 8rpx 20rpx;
}
.butween-list{
width: 96%;
margin: 0 auto;

View File

@ -2,7 +2,7 @@
<view class="" style="padding-bottom: 17px;">
<view class="headtop">
<view class="headbox">
<view class=" u-flex padding-lr" style="padding-top: 30px;">
<view class=" u-flex padding-lr justify-between" style="padding-top: 30px;">
<view class="u-m-r-10 back-img"
:style="{'background-image':
technicianType=='3'?'url(../../static/grade1.png)':
@ -41,7 +41,7 @@
</view>
</view>
</view>
<view v-else class="text-xl text-white u-p-l-20 text-bold" @click="goLogin('/pages/public/login')">
<view v-else class="logon" @click="goLogin('/pages/public/login')">
登录
</view>
</view>
@ -784,6 +784,14 @@
</script>
<style lang="scss" scoped>
.logon{
background:#fff;
border-radius: 30rpx;
color:#019c88;
font-size: 26rpx;
padding: 8rpx 20rpx;
}
.back-img{
background-repeat: no-repeat;
background-size: 100%;

View File

@ -6,7 +6,7 @@
<!-- sticky吸顶悬浮的菜单, 父元素必须是 mescroll -->
<view class="jishi-index">
<view class="ding-view" style="padding-top: 30px;" >
<view class=" u-flex padding-lr justify-between" style="padding-top: 30px;">
<view class="u-m-r-10 back-img"
:style="{'background-image':
technicianType=='3'?'url(../../static/grade1.png)':
@ -16,7 +16,7 @@
<image :src="avatar" class="head-port"
@click="goNav('/pages/my/userinfo')"></image>
</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="flex align-center" style="margin-top: 35rpx;">
<view class="margin-left-sm u-font-18" style="color: #ffffff;">{{ userName }}</view>
@ -43,8 +43,7 @@
</view>
</view>
<view v-else class="text-xl u-p-l-20 text-bold" @click="goLogin('/pages/public/login')"
style="color: #ffffff;">
<view v-else class="logon" @click="goLogin('/pages/public/login')">
登录
</view>
</view>
@ -880,6 +879,13 @@
</script>
<style lang="scss">
.logon{
background:#fff;
border-radius: 30rpx;
color:#019c88;
font-size: 26rpx;
padding: 8rpx 20rpx;
}
.back-img{
background-repeat: no-repeat;
background-size: 100%;
@ -1049,12 +1055,11 @@
*/
.ding-view{
width: 95%;
width: 94%;
height: 290rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
padding:30rpx;
}
.u-tabs {
padding: 16px;
@ -1117,7 +1122,7 @@
}
.bg {
background-image: linear-gradient(to right, #223845, #00a85b);
background-image: linear-gradient(to right, #019c88, #00a85b);
padding: 16px 16px 36px 16px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 198 KiB