This commit is contained in:
kbing1981 2024-07-18 17:28:03 +08:00
parent 3c54622ea1
commit 87963141b7
3 changed files with 21 additions and 24 deletions

View File

@ -1308,10 +1308,10 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.jusitify-line{ .jusitify-line{
height: 78rpx; height: 78rpx;
padding: 20rpx 0; padding: 20rpx 0;
font-size: 30rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
@ -1368,7 +1368,7 @@
} }
.pay-title{ .pay-title{
font-weight: bold; font-weight: bold;
font-size: 31rpx; font-size: 30rpx;
color: #333333; color: #333333;
margin-bottom: 8px; margin-bottom: 8px;
} }
@ -1391,12 +1391,13 @@
} }
.header-bottom-money-zhen span{ .header-bottom-money-zhen span{
color: #F95900 !important; color: #F95900 !important;
font-size: 30rpx !important; font-size: 28rpx !important;
} }
.header-bottom-money-zhen{ .header-bottom-money-zhen{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: baseline; align-items: baseline;
} }
/deep/uni-checkbox .uni-checkbox-input{ /deep/uni-checkbox .uni-checkbox-input{
width: 26px; width: 26px;

View File

@ -62,13 +62,12 @@
{{mobile}} {{mobile}}
</view> </view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line" style="align-items: center;">
<view class="line-word">详细地址</view> <view class="line-word">详细地址</view>
<view class="line-word-r" style="width: 73%; text-align: right;"> <view class="line-word-r" style="width: 73%; text-align: right;">
<span> <span>
{{province}}/{{city}}/{{district}}/{{detailaddress}} {{province}}/{{city}}/{{district}}/{{detailaddress}}
</span> </span>
<span class="view-more"></span>
</view> </view>
</view> </view>
<!-- <view class="jusitify-line" v-if="order.remark"> <!-- <view class="jusitify-line" v-if="order.remark">
@ -83,15 +82,15 @@
</view> </view>
<view class="padding margin-top-sm header-view"> <view class="padding margin-top-sm header-view">
<view class="liliao" @click="liliaoshi(orderXm)"> <view class="jusitify-line" @click="liliaoshi(orderXm)">
<view class="liliao-top" style="width: 30%;"> <view class="line-word" >
<span>技师</span> <span>技师</span>
<span v-if="jishiName">{{jishiName.technicianTypeName}}</span> <span v-if="jishiName">{{jishiName.technicianTypeName}}</span>
</view> </view>
<view class="liliao-bottom"> <view>
<span v-if="jishiName">{{jishiName.artificerName}}</span> <span class="line-word-r" v-if="jishiName">{{jishiName.artificerName}}</span>
<span v-else>选择不同技师价格可能不一样哦~</span> <span class="line-word-r" v-else>选择不同技师价格可能不一样哦~</span>
<span class="view-more" style="margin-right: 8px;"></span> <span class="view-more"></span>
</view> </view>
</view> </view>
<!-- <view class="liliao"> <!-- <view class="liliao">
@ -104,20 +103,18 @@
</view> </view>
</view> </view>
</view> --> </view> -->
<view class="fuwu-time"> <view class="jusitify-line">
<view class="fuwu-title"> <view class="line-word">
服务时间 服务时间
</view> </view>
<!-- <view class="fuwu-time-view" @change="changeLog"> <!-- <view class="fuwu-time-view" @change="changeLog">
<uni-datetime-picker :hide-second='true' v-model="single" type="datetime">{{single==''?order.serveTime:single}}</uni-datetime-picker> <uni-datetime-picker :hide-second='true' v-model="single" type="datetime">{{single==''?order.serveTime:single}}</uni-datetime-picker>
<image style="margin-left: 5px;" class="fuwu-img" src="../../static/images/my/jiantou.png" mode=""></image> <image style="margin-left: 5px;" class="fuwu-img" src="../../static/images/my/jiantou.png" mode=""></image>
</view> --> </view> -->
<view class="flex align-center justify-between" <view>
style="height: 100rpx;line-height: 100rpx;padding: 0rpx 10rpx;"> <view class="line-word-r" @click="openData()" style="align-items: center;">
<view class="flex justify-between margin-tb-sm" @click="openData()" style="align-items: center;">
<view v-if="startTime">{{startTime}}</view> <view v-if="startTime">{{startTime}}</view>
<view class="tetx-sm" v-else>请选择预约时间</view> <view class="line-word-r" v-else>请选择预约时间<span class="view-more"></span></view>
<span class="view-more"></span>
</view> </view>
</view> </view>
</view> </view>
@ -1347,7 +1344,6 @@
.jusitify-line{ .jusitify-line{
height: 78rpx; height: 78rpx;
padding: 20rpx 0; padding: 20rpx 0;
font-size: 30rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
@ -1357,7 +1353,7 @@
margin: 30rpx 0; margin: 30rpx 0;
} }
.line-word{ .line-word{
color: #999; color: #666;
} }
.line-word-r{ .line-word-r{
color: #333; color: #333;
@ -1410,7 +1406,7 @@
.pay-title{ .pay-title{
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 30rpx;
color: #333333; color: #333333;
margin-bottom: 5px; margin-bottom: 5px;
} }
@ -1857,9 +1853,9 @@
} }
.pay-title{ .pay-title{
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 30rpx;
color: #333333; color: #333333;
margin-bottom: 5px; margin-bottom: 8px;
} }
page { page {
background: #f7f7f7; background: #f7f7f7;

View File

@ -90,7 +90,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="ske-padding margin-top-sm header-view"> <view class="padding margin-top-sm header-view">
<view class="fuwu-time" @click="liliaoshi"> <view class="fuwu-time" @click="liliaoshi">
<view class="fuwu-title" > <view class="fuwu-title" >