技师详情 技师视频详情 样式 约到店详情去掉会员开通

This commit is contained in:
Mr.jiang 2024-08-15 10:32:36 +08:00
parent 7758334f57
commit 809d8a3bee
3 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<view class="content">
<view class="header">
<view class="header-top" :style="backgroundStyle" @click="goNav('/my/vip/index')">
<image src="../../static/activate2.png" mode="widthFix" v-if="isVip=='1'"></image>
<image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-else></image>
<!-- <image src="../../static/activate2.png" mode="widthFix" v-if="isVip=='1'"></image>
<image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-else></image> -->
</view>
<view class="header-bottom">
<view class="header-bottom-top">

View File

@ -1498,6 +1498,7 @@
}
.order-sname{
width: 100%;
align-items: center;
}
.order-sname-img{
width: 30rpx;

View File

@ -424,7 +424,7 @@
line-height: 50rpx;
color: #1bb097;
display: flex;
align-items: center;
/* align-items: center; */
background-color: #fff;
border-radius: 30rpx;
border: 1px solid #d0f4ed;