Compare commits
No commits in common. "81df039f6b2b9cc54598e8329797332faa3bd113" and "f526109ea02bc2ceb8b8a5b68140c1390ef56ca8" have entirely different histories.
81df039f6b
...
f526109ea0
|
@ -2,7 +2,7 @@
|
|||
<!-- 技师实际收益公式:实付金额=(项目金额*会员比例-优惠卷)*分成比例*余额支付比例+车费 -->
|
||||
<view style="padding-bottom: 17px;">
|
||||
<view class="jishi-index">
|
||||
<view class=" u-flex padding-lr justify-between" style="padding-top: 30px;">
|
||||
<view class=" u-flex padding-lr" 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="logon" @click="goLogin('/pages/public/login')">
|
||||
<view v-else class="text-xl text-white u-p-l-20 text-bold" @click="goLogin('/pages/public/login')">
|
||||
登录
|
||||
</view>
|
||||
</view>
|
||||
|
@ -1522,13 +1522,6 @@ 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%;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<view class="" style="padding-bottom: 17px;">
|
||||
<view class="headtop">
|
||||
<view class="headbox">
|
||||
<view class=" u-flex padding-lr justify-between" style="padding-top: 30px;">
|
||||
<view class=" u-flex padding-lr" 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="logon" @click="goLogin('/pages/public/login')">
|
||||
<view v-else class="text-xl text-white u-p-l-20 text-bold" @click="goLogin('/pages/public/login')">
|
||||
登录
|
||||
</view>
|
||||
</view>
|
||||
|
@ -808,14 +808,6 @@
|
|||
</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%;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<!-- sticky吸顶悬浮的菜单, 父元素必须是 mescroll -->
|
||||
<view class="jishi-index">
|
||||
<view class=" u-flex padding-lr justify-between" style="padding-top: 30px;">
|
||||
<view class="ding-view" style="padding-top: 30px;" >
|
||||
<view class="u-m-r-10 back-img"
|
||||
:style="{'background-image':
|
||||
technicianType=='3'?'url(../../static/grade1.png)':
|
||||
|
@ -43,7 +43,8 @@
|
|||
|
||||
</view>
|
||||
</view>
|
||||
<view v-else class="logon" @click="goLogin('/pages/public/login')">
|
||||
<view v-else class="text-xl u-p-l-20 text-bold" @click="goLogin('/pages/public/login')"
|
||||
style="color: #ffffff;">
|
||||
登录
|
||||
</view>
|
||||
</view>
|
||||
|
@ -879,13 +880,6 @@
|
|||
</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%;
|
||||
|
@ -1055,11 +1049,12 @@
|
|||
*/
|
||||
|
||||
.ding-view{
|
||||
width: 94%;
|
||||
width: 95%;
|
||||
height: 290rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding:30rpx;
|
||||
}
|
||||
.u-tabs {
|
||||
padding: 16px;
|
||||
|
@ -1122,7 +1117,7 @@
|
|||
}
|
||||
|
||||
.bg {
|
||||
background-image: linear-gradient(to right, #019c88, #00a85b);
|
||||
background-image: linear-gradient(to right, #223845, #00a85b);
|
||||
padding: 16px 16px 36px 16px;
|
||||
}
|
||||
|
||||
|
|
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 209 KiB |
Loading…
Reference in New Issue