This commit is contained in:
parent
af5d650a01
commit
d16d97fa74
|
@ -346,8 +346,8 @@
|
|||
<view class="prompt-text">温馨提示:费用随会员等级及技师等级不同而上下浮动</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view style="height: 100rpx;"></view>
|
||||
</view>
|
||||
<view class="showBtn tabber" v-if="order.status ==1">
|
||||
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false">
|
||||
|
@ -2520,15 +2520,15 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
/deep/.btns{
|
||||
color: #666 !important;
|
||||
color: #019C88 !important;
|
||||
margin-left: 10rpx !important;
|
||||
border: 1px solid #ffffff !important;
|
||||
}
|
||||
.eject-btns{
|
||||
height:60rpx;
|
||||
line-height: 60rpx;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
padding: 0 20rpx;
|
||||
color: #666666;
|
||||
|
||||
|
||||
}
|
||||
|
@ -2546,7 +2546,7 @@
|
|||
}
|
||||
.gengduo{
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
font-size: 28rpx;
|
||||
color: #7D7D7D;
|
||||
margin-left: 26rpx;
|
||||
}
|
||||
|
@ -2956,11 +2956,12 @@
|
|||
text-align:right;
|
||||
}
|
||||
.level_button{
|
||||
padding: 3rpx 13rpx;
|
||||
background: linear-gradient(to right, #fe9131, #ff9869);
|
||||
padding: 4rpx 20rpx;
|
||||
background: linear-gradient(to right, #ffc1a9,#fedec9, #fdbb9f);
|
||||
border-radius: 16rpx 16rpx 16rpx 1rpx ;
|
||||
color: #fff;
|
||||
color: #e95c3b;
|
||||
font-size: 12px;
|
||||
border: 1px solid #fd967c;
|
||||
}
|
||||
.justify-title-nav{
|
||||
width: 90%;
|
||||
|
@ -2994,7 +2995,6 @@
|
|||
color: #fe912E;
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.show-btn-lin{
|
||||
width: 86%;
|
||||
|
|
Loading…
Reference in New Issue