This commit is contained in:
parent
1f3462231a
commit
ceb37fe2d1
|
@ -62,7 +62,7 @@
|
|||
<span>
|
||||
{{province}}/{{city}}/{{district}}/{{detailaddress}}
|
||||
</span>
|
||||
<image src="../../static/shezhi-jiantou.png" mode=""></image>
|
||||
<span class="view-more"></span>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="flex justify-between margin-top-lg" v-if="order.remark">
|
||||
|
@ -85,7 +85,7 @@
|
|||
<view class="liliao-bottom">
|
||||
<span v-if="jishiName">{{jishiName.artificerName}}</span>
|
||||
<span v-else>选择不同技师价格可能不一样哦~</span>
|
||||
<image class="fuwu-img" src="../../static/images/my/jiantou.png" mode=""></image>
|
||||
<span class="view-more" style="margin-right: 8px;"></span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="liliao">
|
||||
|
@ -112,7 +112,7 @@
|
|||
style="height: 100rpx;line-height: 100rpx;padding: 0rpx 10rpx;">
|
||||
<view class="flex justify-between margin-tb-sm" @click="openData()">
|
||||
<view v-if="startTime">{{startTime}}</view>
|
||||
<view class="tetx-sm" style="color:#999999;" v-else>请选择预约时间</view>
|
||||
<view class="tetx-sm" style="color:#999999; font-size: 30rpx;" v-else>请选择预约时间</view>
|
||||
<u-icon name="arrow-right" color="#999999"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -151,7 +151,7 @@
|
|||
|
||||
|
||||
|
||||
<view class="pay_btn" style="margin-top: 30px;" @click="openpay()">去支付</view>
|
||||
<view class="pay_btn" style="margin-top: 12px;" @click="openpay()">去支付</view>
|
||||
|
||||
</view>
|
||||
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
||||
|
@ -1382,7 +1382,7 @@
|
|||
.header-bottom-money-zhen span{
|
||||
color: #F95900 !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 22rpx !important;
|
||||
font-size: 30rpx !important;
|
||||
}
|
||||
.header-bottom-money-zhen{
|
||||
display: flex;
|
||||
|
@ -1514,7 +1514,7 @@
|
|||
justify-content: space-between !important;
|
||||
}
|
||||
.liliao{
|
||||
margin-top: 17px;
|
||||
margin-top: 17px;
|
||||
}
|
||||
.fuwu-time-view{
|
||||
text-align: right;
|
||||
|
@ -1535,7 +1535,6 @@
|
|||
font-weight: 400;
|
||||
font-size: 29rpx;
|
||||
color: #888;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.fuwu-time-view,.liliao-top{
|
||||
width: 70%;
|
||||
|
@ -1558,8 +1557,12 @@
|
|||
margin-top: 5px;
|
||||
}
|
||||
.xuanzhe{
|
||||
margin-left: 5px;
|
||||
border: 1px solid;
|
||||
background: linear-gradient(90deg, #029d88, #2fc094);
|
||||
color: #ffffff;
|
||||
margin-left: 5px;
|
||||
border-radius: 15px;
|
||||
padding: 3px 8px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.header-view-data{
|
||||
display: flex;
|
||||
|
@ -1576,6 +1579,16 @@
|
|||
flex-direction: row;
|
||||
position: relative;
|
||||
}
|
||||
.view-more{
|
||||
display:inline-block;
|
||||
border-top:1px solid;
|
||||
border-right:1px solid;
|
||||
width: 15rpx;
|
||||
height: 15rpx;
|
||||
border-color:#999;
|
||||
transform:rotate(45deg);
|
||||
margin-top: 14rpx;
|
||||
}
|
||||
.header-view-text{
|
||||
width: 170rpx;
|
||||
font-size: 29rpx;
|
||||
|
@ -1975,14 +1988,16 @@
|
|||
}
|
||||
|
||||
.pay_btn {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height:68rpx;
|
||||
border-radius: 60rpx;
|
||||
color: #ffffff;
|
||||
line-height: 68rpx;
|
||||
width: 96%;
|
||||
margin-left: 2%;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height: 40px;
|
||||
border-radius: 40px;
|
||||
color: #ffffff;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.serverAddress {
|
||||
|
|
Loading…
Reference in New Issue