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