This commit is contained in:
kbing1981 2024-07-23 22:16:38 +08:00
parent 249c1656e0
commit 065ec61c57
3 changed files with 32 additions and 24 deletions

View File

@ -687,7 +687,7 @@
<view class="popup-content"> <view class="popup-content">
<view class="popup-head"> <view class="popup-head">
<span>确认拒单</span> <span>确认拒单</span>
<span @click="closePopupQ(type)">x</span> <span @click="closePopup(type)"><image style="width: 50rpx; height:50rpx;" src="../../static/close.png"></image></span>
</view> </view>
<view class="popup-mian"> <view class="popup-mian">
<view class="popup-mian-textarea"> <view class="popup-mian-textarea">

View File

@ -19,7 +19,7 @@
<template slot="content"> <template slot="content">
<!-- 升级订单 --> <!-- 升级订单 -->
<view class="item" v-for="(item,index) in dataList" :key="index" @click="itemClick(item)"> <view class="item" v-for="(item,index) in dataList" :key="index" @click="itemClick(item)">
<view class="flex justify-between"> <view class="flex justify-between st-title">
<view class="flex align-center profile-img"> <view class="flex align-center profile-img">
<image src="../../static/logo.png" style="width: 55rpx;height: 55rpx;border: 1px solid#d7f2ee;border-radius: 50%;"> <image src="../../static/logo.png" style="width: 55rpx;height: 55rpx;border: 1px solid#d7f2ee;border-radius: 50%;">
@ -39,8 +39,8 @@
<!-- <view class="u-tips-color">{{item.createTime}}</view> --> <!-- <view class="u-tips-color">{{item.createTime}}</view> -->
</view> </view>
<view class="margin-top-sm" style="width: 100%;height: 1rpx;background: #f7f7f7;"></view> <view class="margin-top-sm"></view>
<view class=" u-flex u-p-t-30" v-if="item.ordersMassageList[0].userPackageDetail==null"> <view class=" u-flex" v-if="item.ordersMassageList[0].userPackageDetail==null">
<view class="u-m-r-10"> <view class="u-m-r-10">
<image :src="item.ordersMassageList[0].massageType.massageImg" mode="" style="height: 155rpx;width: 155rpx;flex: 0 0 155rpx;"></image> <image :src="item.ordersMassageList[0].massageType.massageImg" mode="" style="height: 155rpx;width: 155rpx;flex: 0 0 155rpx;"></image>
</view> </view>
@ -60,7 +60,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class=" u-flex u-p-t-30" v-else> <view class=" u-flex" v-else>
<view class="u-m-r-10"> <view class="u-m-r-10">
<image :src="item.ordersMassageList[0].userPackageDetail.massageImg" mode="" style="height: 155rpx;width: 155rpx;flex: 0 0 155rpx;"></image> <image :src="item.ordersMassageList[0].userPackageDetail.massageImg" mode="" style="height: 155rpx;width: 155rpx;flex: 0 0 155rpx;"></image>
</view> </view>
@ -187,6 +187,9 @@
</script> </script>
<style scoped> <style scoped>
.st-title{
padding-top:20rpx;
}
.dingdan-cont{ .dingdan-cont{
width: 100%; width: 100%;
display: flex; display: flex;
@ -377,8 +380,8 @@
height: 140px; height: 140px;
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx; border-radius: 21rpx;
padding: 0px 5px; padding: 0px 12px;
margin: 20px auto 0px auto; margin: 20rpx auto 0px auto;
} }
.item-detail { .item-detail {
@ -436,46 +439,50 @@
} }
.search-btn{ .search-btn{
text-align: center; text-align: center;
line-height: 31px; line-height: 28px;
color: #fff; color: #fff;
position: absolute; position: absolute;
right: 0; right:14rpx;
top: 0; top: 25rpx;
margin-top:9.4px; height: 29px !important;
margin-right: 11px;
height: 32px !important;
} }
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
width: 101rpx; width: 110rpx;
height: 60rpx; height: 50rpx;
background: #18A689; background: #18A689;
border-radius: 31rpx; border-radius: 31rpx;
} }
/deep/.uni-searchbar__box{ /deep/.uni-searchbar__box{
height: 31px; height: 30px;
border-radius: 15px !important; border-radius: 30px !important;
background-color: #fff !important; background-color: #fff !important;
border: 2px solid #E5E5E5; border: 1px solid #09a28a;
padding: 0px; padding: 0px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-flow: row-reverse; flex-flow: row-reverse;
position: relative; position: relative;
margin-top: 4rpx;
} }
/deep/.uni-searchbar{ /deep/.uni-searchbar{
width: 240px; width: 240px;
border-radius: 31rpx; border-radius: 31rpx;
} }
.service-head-top-left image{ .service-head-top-left image{
width: 25px; width: 20px;
height: 30rpx; height: 20rpx;
margin-right: 10px; margin-right:5px;
margin-left: 10rpx;
} }
.service-head-top-left span{ .service-head-top-left span{
width: 180rpx;
height: 60rpx;
background:url('../../static/images/headline.png') 0rpx 26rpx;
background-repeat: no-repeat;
font-weight: bold; font-weight: bold;
font-size: 44rpx; font-size: 34rpx;
color: #171717; color: #171717;
margin-top: 16rpx;
} }
.service-head-top-left{ .service-head-top-left{
display: flex; display: flex;
@ -490,7 +497,8 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
background-color: #fff; background: linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
border-bottom:1rpx solid #c4ede1;
} }
</style> </style>

BIN
static/seckill4-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB