This commit is contained in:
Mr.jiang 2024-07-04 22:45:13 +08:00
commit 384e3d9fa3
12 changed files with 72 additions and 41 deletions

View File

@ -169,7 +169,7 @@
<view class="jusitify-line-end"></view>
<view class="justify-title-nav">
<view class="add-con-title">出行费用</view>
<view class="justify-title">出行费用</view>
<view class="justify-title-nav-bor"></view>
</view>
<view class="flex justify-between add-lin" v-if="order.tripWay" >
@ -193,7 +193,7 @@
</view>
<view class="flex justify-between add-lin">
<view class="add-con-title">优惠券</view>
<view class="add-con-cont" style="color: #F93731;font-size: 26rpx;" v-if="order.couponMoney">-{{order.couponMoney}}</view>
<view class="add-con-cont" style="color: #F93731;font-size: 30rpx;font-weight: bold;" v-if="order.couponMoney">-{{order.couponMoney}}</view>
<view class="" v-else>-</view>
</view>
<view class="jusitify-line-end"></view>
@ -216,9 +216,10 @@
-<text style="font-weight: bold;">{{order.couponMoney}}</text></view>
<view class="" v-else>-</view>
</view>
<view class="jusitify-line-end"></view>
<view class="flex justify-between add-lin" >
<view class="add-con-title">合计</view>
<view class="add-con-cont" style="color: #333;">
<view class="add-con-cont" style="color: #FF3939;font-size: 32rpx;">
<text style="font-size: 35rpx;font-weight: bold;">
{{order.payMoney}}
</text>
@ -1908,9 +1909,9 @@
}
.fei-view-list-z{
height: 65rpx;
background-color: rgba(247, 247, 247, 0.8);
border-radius: 33rpx;
padding: 0px 5px;
border-top: 1px solid #f3f3f3;
padding-top: 20rpx;
font-weight: bold;
}
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
color: #666666;

View File

@ -1773,9 +1773,9 @@
}
.fei-view-list-z{
height: 65rpx;
background-color: rgba(247, 247, 247, 0.8);
border-radius:30rpx;
padding: 0 20rpx;
border-top: 1px solid #f3f3f3;
padding-top: 20rpx;
font-weight: bold;
}
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
color: #666666;

View File

@ -1717,9 +1717,9 @@
}
.fei-view-list-z{
height: 65rpx;
background-color: rgba(247, 247, 247, 0.8);
border-radius: 33rpx;
padding: 0px 5px;
border-top: 1px solid #f3f3f3;
padding-top: 20rpx;
font-weight: bold;
}
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
color: #666666;

View File

@ -1296,9 +1296,9 @@
}
.fei-view-list-z{
height: 65rpx;
background-color: rgba(247, 247, 247, 0.8);
border-radius: 33rpx;
padding: 0px 5px;
border-top: 1px solid #f3f3f3;
padding-top: 20rpx;
font-weight: bold;
}
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
color: #666666;
@ -1328,7 +1328,7 @@
color: #333333;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #E5E5E5;
border-bottom: 1px solid #f3f3f3;
}
.feiuong{
padding: 29rpx;

View File

@ -541,14 +541,14 @@
.bgbox-top-show-youxiao{
width: 448rpx;
height: 42rpx;
background: #FFBE95;
background: #ff9f65;
border-radius: 21rpx;
font-weight: 400;
font-size: 31rpx;
color: #FFE5D1;
line-height: 42rpx;
text-align: center;
text-shadow: 0rpx 0rpx 3rpx rgba(218,139,85,0.48);
text-shadow: 0rpx 0rpx 3rpx rgba(255,159,101,0.48);
margin-bottom: 70px;
position: absolute;
bottom: 0;
@ -557,12 +557,12 @@
}
.bgbox-top-show image{
width: 560.42rpx;
height: 300.69rpx;
height: 320.69rpx;
}
.bgbox-top-show{
width: 100%;
height: 536.11rpx;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
background-image: linear-gradient(to bottom, #f9f1e7, #f7f7f7);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;

View File

@ -10,7 +10,7 @@
<view class="bgimg">
<view class="bgimg-top">
<view class="bgimg-top-tou">
<u-avatar :src="avatar" size="106"></u-avatar>
<u-avatar :src="avatar" size="120" style=" border: 2px solid #F2F2F2;"></u-avatar>
</view>
<view class="bgimg-top-view">
<view class="bgimg-top-money">
@ -51,7 +51,7 @@
<view class="flex align-center justify-between" style="height: 100upx;padding: 20upx 0;"
v-for="(item,index) in openLists" :key='index'>
<view class="flex align-center">
<image :src="item.image" style="width: 50upx;height: 50upx;border-radius: 50upx;"></image>
<image :src="item.image" style="width: 50upx;height: 50upx;border-radius: 50upx; "></image>
<view style="font-size: 30upx;margin-left: 20upx;">{{item.text}}
</view>
</view>
@ -1340,8 +1340,6 @@
.bgimg-top-tou{
margin-left: 10px;
margin-top: 2px;
border:2px solid #fff;
border-radius: 50%;
}
.align-line{
border: solid 1px #000000;

View File

@ -3,7 +3,7 @@
<view class="my-head">
<view class="my-head-top back-width">
<view class="u-m-r-10" style="position: relative;">
<image :src="avatar" style="width: 100rpx;height: 100rpx;border-radius: 50%; border:#fff 1px solid;"
<image :src="avatar" style="width: 100rpx;height: 100rpx;border-radius: 50%; margin-left: 10rpx; border:#fff 1px solid;"
@click="goNav('/pages/my/userinfo')"></image>
</view>
<view class="my-head-top-view" v-if="!isLogin">
@ -104,7 +104,9 @@
</view>
</view>
</view>
<view class="prompt-text">-当你累了 想起盛安到家-</view>
</view>
</template>
<script>
@ -568,7 +570,13 @@
<style scoped>
.prompt-text{
font-size: 20rpx;
color: #99999;
height: 170rpx;
text-align: top;
text-align: center;
}
.my-use-list-text{
color: #6C6C6C;
margin-top: 5px;
@ -584,7 +592,7 @@
padding: 12px 14px;
display: flex;
flex-direction: column;
margin: 0px auto 70px auto;
margin: 0px auto 12px auto;
}
.my-use-view{
width: 100%;
@ -709,14 +717,15 @@
color: #019c88;
}
.my-head-mian-top-view-qian{
width: 300rpx;
width: 360rpx;
font-size: 26rpx;
color: #999;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
text-align: center;
margin: 0 auto;
border-radius: 0 0 50rpx 50rpx;
height: 42rpx;
height: 55rpx;
line-height: 55rpx;
color: #ffffff;
}
.my-head-mian-top-view{
@ -829,4 +838,14 @@
margin-bottom: 20rpx;
margin-right: 8rpx;
}
.text-xl{
width: 100rpx;
height: 56rpx;
font-size: 26rpx;
background: linear-gradient(-90deg, #0CA891, #23BBA2);
border-radius: 30rpx;
line-height: 56rpx;
color: #fff;
text-align: center;
}
</style>

View File

@ -85,7 +85,7 @@
</view>
</view>
<view class="detail-btn btn" @click="goumai(getList)">
立即购买
立即预约
</view>
</view>
</template>

View File

@ -64,20 +64,22 @@
<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>详情</span>
</view>
<view class="detail-view" style="position: relative;">
<image class="detail-view-img" :src="item.massageImg" mode=""></image>
<span v-if="serviData.name!='index'" class="img-span">{{item.status=='1'?'已使用':'未使用'}}</span>
<view class="detail-view-mina">
<view class="header-bottom-money" style="margin: 7px 0px;">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{item.price}}</span>
</view>
<view class="header-bottom-money-jia" style="margin-left: 5px; ">
{{item.oldPrice}}
<view class="header-bottom-money" style="margin: 7px 0px;display: flex;justify-content: space-between; ">
<view style="display: flex; align-items: flex-end;">
<view class="header-bottom-money-zhen">
<span></span>
<span>{{item.price}}</span>
</view>
<view class="header-bottom-money-jia" >
{{item.oldPrice}}
</view>
</view>
<view class="service-more">详情</view>
</view>
<view style="color: #019c88;">服务时长:{{item.duration}}分钟</view>
<view class="tese">
@ -1103,4 +1105,15 @@
flex-direction: column;
align-items: center;
}
.service-more{
width: 50px;
height: 28px;
font-size: 13px;
background: linear-gradient(-90deg, #0CA891, #23BBA2);
border-radius: 15px;
line-height: 28px;
color: #fff;
text-align: center;
justify-content: fex-end;
}
</style>

View File

@ -141,7 +141,7 @@
}
.send-msg {
color: #096f4b;
color: #019c88;
height: 30px;
font-size: 29rpx;
line-height: 30px;
@ -189,7 +189,7 @@
line-height: 80upx;
border-radius: 60upx;
margin-top: 32upx;
background: linear-gradient(to right, #223845, #00a85b);
background: linear-gradient(to right, #019c88, #2ebf93);
color: #fff;
font-size: 30upx;

View File

@ -1268,7 +1268,7 @@
width: 30rpx;
height: 30rpx;
margin-right: 8rpx;
margin-top: 3rpx;
margin-top: 4rpx;
}
.order-sname-text{
font-size: 30rpx;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 188 KiB