This commit is contained in:
parent
303fe82429
commit
33358afe67
|
@ -110,7 +110,7 @@
|
|||
<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>
|
||||
</view> -->
|
||||
<view class="flex align-center justify-between value-font" style="margin-top: 15rpx;">
|
||||
<view class="flex align-center justify-between value-font">
|
||||
<view class="flex justify-between" @click="openData()">
|
||||
<view v-if="startTime">{{startTime}}</view>
|
||||
<view class="line-word-r value-font" v-else>选择预约时间<span class="view-more"></span></view>
|
||||
|
@ -1313,7 +1313,7 @@
|
|||
<style lang="scss" scoped>
|
||||
|
||||
.jusitify-line{
|
||||
height: 78rpx;
|
||||
height: 76rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
@ -1379,7 +1379,7 @@
|
|||
border-right:1px solid;
|
||||
width: 15rpx;
|
||||
height: 15rpx;
|
||||
border-color:#333;
|
||||
border-color:#c0c0c0;
|
||||
transform:rotate(45deg);
|
||||
margin-top: 14rpx;
|
||||
}
|
||||
|
@ -2020,11 +2020,11 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
.title-font{
|
||||
font-size:28rpx;
|
||||
font-size:30rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.value-font{
|
||||
font-size: 28rpx;
|
||||
font-size: 30rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.title-font-time{
|
||||
|
@ -2059,14 +2059,9 @@
|
|||
color:#666;
|
||||
}
|
||||
.Service-add{
|
||||
width:130rpx;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
font-size:24rpx;
|
||||
color: #fff;
|
||||
color: #666;
|
||||
border-radius:5rpx;
|
||||
text-align: center;
|
||||
height:32rpx;
|
||||
line-height:32rpx;
|
||||
}
|
||||
.Service-more{
|
||||
display:inline-block;
|
||||
|
@ -2074,7 +2069,7 @@
|
|||
border-right:1px solid;
|
||||
width:18rpx;
|
||||
height: 18rpx;
|
||||
border-color:#333;
|
||||
border-color:#c0c0c0;
|
||||
transform:rotate(45deg);
|
||||
margin-top:50rpx;
|
||||
}
|
||||
|
@ -2082,7 +2077,8 @@
|
|||
background: linear-gradient(90deg, #fc5f28, #fe3d24);
|
||||
border-radius:6rpx;
|
||||
color: #fff;
|
||||
font-size: 24rpx;
|
||||
padding: 3rpx;
|
||||
font-size:22rpx;
|
||||
padding: 0rpx 6rpx;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue