This commit is contained in:
parent
f8a49e334a
commit
be6dbd26eb
|
@ -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: 30px;">
|
<view class=" u-flex padding-lr justify-between" 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)':
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
</view>
|
</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>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1522,6 +1522,13 @@ export default {
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: Helvetica Neue, Helvetica, sans-serif;
|
font-family: Helvetica Neue, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
.logon{
|
||||||
|
background:#fff;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
color:#019c88;
|
||||||
|
font-size: 26rpx;
|
||||||
|
padding: 8rpx 20rpx;
|
||||||
}
|
}
|
||||||
.butween-list{
|
.butween-list{
|
||||||
width: 96%;
|
width: 96%;
|
||||||
|
|
|
@ -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: 30px;">
|
<view class=" u-flex padding-lr justify-between" 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)':
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</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>
|
||||||
</view>
|
</view>
|
||||||
|
@ -784,6 +784,14 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.logon{
|
||||||
|
background:#fff;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
color:#019c88;
|
||||||
|
font-size: 26rpx;
|
||||||
|
padding: 8rpx 20rpx;
|
||||||
|
|
||||||
|
}
|
||||||
.back-img{
|
.back-img{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<!-- sticky吸顶悬浮的菜单, 父元素必须是 mescroll -->
|
<!-- sticky吸顶悬浮的菜单, 父元素必须是 mescroll -->
|
||||||
<view class="jishi-index">
|
<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"
|
<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)':
|
||||||
|
@ -43,8 +43,7 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="text-xl u-p-l-20 text-bold" @click="goLogin('/pages/public/login')"
|
<view v-else class="logon" @click="goLogin('/pages/public/login')">
|
||||||
style="color: #ffffff;">
|
|
||||||
登录
|
登录
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -880,6 +879,13 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.logon{
|
||||||
|
background:#fff;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
color:#019c88;
|
||||||
|
font-size: 26rpx;
|
||||||
|
padding: 8rpx 20rpx;
|
||||||
|
}
|
||||||
.back-img{
|
.back-img{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
|
@ -1049,12 +1055,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.ding-view{
|
.ding-view{
|
||||||
width: 95%;
|
width: 94%;
|
||||||
height: 290rpx;
|
height: 290rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding:30rpx;
|
|
||||||
}
|
}
|
||||||
.u-tabs {
|
.u-tabs {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
@ -1117,7 +1122,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg {
|
.bg {
|
||||||
background-image: linear-gradient(to right, #223845, #00a85b);
|
background-image: linear-gradient(to right, #019c88, #00a85b);
|
||||||
padding: 16px 16px 36px 16px;
|
padding: 16px 16px 36px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 198 KiB |
Loading…
Reference in New Issue