This commit is contained in:
kbing1981 2024-08-09 15:37:47 +08:00
parent 111e083b87
commit 1613338bcc
2 changed files with 17 additions and 17 deletions

View File

@ -64,7 +64,8 @@
<view class="detail-foot-list" v-for="(item,index) in detailData" :key="index" @click="detail(item)"> <view class="detail-foot-list" v-for="(item,index) in detailData" :key="index" @click="detail(item)">
<view class="detail-foot-list-top"> <view class="detail-foot-list-top">
<span style="margin-right: 5px;">{{item.title}}</span> <span style="margin-right: 5px;">{{item.title}}</span>
<span style="margin-left: 5px;">{{mainData.levelName}}</span> <!-- <span style="margin-left: 5px;">{{mainData.levelName}}</span> -->
<image style="width:80rpx; height:30rpx;" :src="mainData.level=='3'?'../../static/vip/grade1.gif':mainData.level=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'" mode=""></image>
</view> </view>
<view class="detail-view" style="position: relative;"> <view class="detail-view" style="position: relative;">
<image class="detail-view-img" :src="item.massageImg" mode=""></image> <image class="detail-view-img" :src="item.massageImg" mode=""></image>
@ -447,16 +448,15 @@
position: relative; position: relative;
} }
.detail-foot-title{ .detail-foot-title{
width: 115px; width: 100px;
height: 32px; height:24px;
background-image: url(../../static/servicePackage/horn.png); background: linear-gradient(90deg, #eefaf8, #daf5f1);
background-repeat: no-repeat; border-radius: 0 15rpx 0 30rpx;
background-size: 100% 100%;
font-weight: 400; font-weight: 400;
font-size: 13px; font-size: 12px;
color: #FFFFFF; color: #01b899;
text-align: right; text-align: right;
line-height: 32px; line-height: 24px;
padding-right: 15px; padding-right: 15px;
position: absolute; position: absolute;
right: 0; right: 0;

View File

@ -948,11 +948,11 @@
.detail-foot-title{ .detail-foot-title{
width: 100px; width: 100px;
height:24px; height:24px;
background: linear-gradient(90deg, #ffdf96, #feca76); background: linear-gradient(90deg, #eefaf8, #daf5f1);
border-radius: 0 15rpx 0 30rpx; border-radius: 0 15rpx 0 30rpx;
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;
color: #a13504; color: #01b899;
text-align: right; text-align: right;
line-height: 24px; line-height: 24px;
padding-right: 15px; padding-right: 15px;