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

View File

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

View File

@ -50,7 +50,7 @@
</view> </view>
</view> </view>
<view class="flex align-center" style="margin-top: 26rpx;" v-if="item.tripWay != 3" > <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"> <view class="therapist-bottom-dingwei-text">
{{ item.distance }} {{ item.distance }}
</view> </view>
@ -1352,10 +1352,11 @@ import permision from "@/components/permission.js";
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; 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; border-radius: 30rpx 30rpx 30rpx 2rpx;
padding: 3rpx 15rpx; padding: 3rpx 15rpx;
color:#fff; color:#8d500f;
font-size: 22rpx; font-size: 22rpx;
margin-left: 15rpx; margin-left: 15rpx;
} }