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-top">
<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 class="detail-view" style="position: relative;">
<image class="detail-view-img" :src="item.massageImg" mode=""></image>
@ -447,20 +448,19 @@
position: relative;
}
.detail-foot-title{
width: 115px;
height: 32px;
background-image: url(../../static/servicePackage/horn.png);
background-repeat: no-repeat;
background-size: 100% 100%;
font-weight: 400;
font-size: 13px;
color: #FFFFFF;
text-align: right;
line-height: 32px;
padding-right: 15px;
position: absolute;
right: 0;
top: 0;
width: 100px;
height:24px;
background: linear-gradient(90deg, #eefaf8, #daf5f1);
border-radius: 0 15rpx 0 30rpx;
font-weight: 400;
font-size: 12px;
color: #01b899;
text-align: right;
line-height: 24px;
padding-right: 15px;
position: absolute;
right: 0;
top: 0;
}
.detail-foot-list-top{
width: 95%;

View File

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