This commit is contained in:
kbing1981 2024-07-03 13:41:18 +08:00
parent bb4bc54ca8
commit d1b30dd552
3 changed files with 18 additions and 15 deletions

View File

@ -990,6 +990,7 @@
.index-card-image{
width: 100%;
height: 100%;
border-radius: 15rpx;
}
.content_bj{
height:100%;
@ -1413,7 +1414,6 @@
border-radius: 0px 0px 7px 7px;
position: absolute;
bottom:1px;
padding-bottom: 13px;
}
.index-fujin-img{
@ -1701,5 +1701,4 @@
height: 100vh;
overflow: auto;
}
.jusitify-line-end{}
</style>

View File

@ -30,9 +30,7 @@
<span class="xiaoer item-view-biao">{{item.classifyName}}</span>
<span>已售{{item.sales}}w+ | 好评{{item.esteemRate}}%</span>
</view> -->
<view class="item-view-jianjie">
{{item.content}}
</view>
<view class="item-view-bottom">
<view class="item-view-bottom-qian">
<span></span>
@ -40,9 +38,13 @@
<span>/{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}}</span>
<span>{{item.oldPrice}}/{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}}</span>
</view>
<view class="item-view-bottom-btn">
查看
</view>
</view>
<view class="item-view-jianjie">
{{item.content}}
</view>
<view class="item-view-bottom-btn">
查看
</view>
</view>
</view>
@ -179,12 +181,12 @@
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
border-radius: 10rpx;
font-weight: bold;
font-size: 24rpx;
font-size: 26rpx;
color: #FFFFFF;
margin-top: 8rpx;
}
.item-view-bottom-qian span:nth-child(4){
font-weight: bold;
font-size: 31rpx;
font-size: 28rpx;
color: #848484;
text-decoration-line: line-through;
margin-left: 5px;
@ -210,10 +212,11 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 12rpx;
}
.item-view-jianjie{
font-weight: 400;
font-size: 22rpx;
font-size: 24rpx;
color: #848484;
margin:5px 0px;
display: -webkit-box;

View File

@ -50,7 +50,7 @@
</view>
</view>
<view class="flex align-center" style="margin-top: 26rpx;" v-if="item.tripWay != 3" >
<!--<image style="width: 27rpx; height: 30rpx;" src="../../static/dituzhaoren6.png"></image>-->
<image style="width: 27rpx; height: 30rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text">
{{ item.distance }}
</view>
@ -1352,10 +1352,11 @@ import permision from "@/components/permission.js";
display: flex;
flex-direction: row;
align-items: center;
background: linear-gradient(90deg, #fe912e, #ff996a, #35C495);
background: linear-gradient(90deg, #fee9ca, #fde4c6);
border: 1px #decbae solid;
border-radius: 30rpx 30rpx 30rpx 2rpx;
padding: 3rpx 15rpx;
color:#fff;
color:#8d500f;
font-size: 22rpx;
margin-left: 15rpx;
}