This commit is contained in:
parent
82a0527c58
commit
5f095a45ff
|
@ -131,7 +131,7 @@
|
||||||
【{{ item.ordersNo }}】
|
【{{ item.ordersNo }}】
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex u-p-t-20 justify-between align-center padding-sm">
|
<view class="flex u-p-t-20 u-p-b-20 justify-between align-center padding-sm">
|
||||||
|
|
||||||
<view class="flex text-right" style="width: 100%;flex-direction: column;">
|
<view class="flex text-right" style="width: 100%;flex-direction: column;">
|
||||||
<!-- <u-button v-if="item.status == 1" :custom-style="customStyle" shape="circle" :plain="true"
|
<!-- <u-button v-if="item.status == 1" :custom-style="customStyle" shape="circle" :plain="true"
|
||||||
|
@ -322,15 +322,15 @@
|
||||||
border: "8rpx",
|
border: "8rpx",
|
||||||
width: '180rpx',
|
width: '180rpx',
|
||||||
height: '54rpx',
|
height: '54rpx',
|
||||||
margin: "0 0 0 20rpx"
|
margin: "0 16rpx 0 0rpx"
|
||||||
},
|
},
|
||||||
customStyle1: {
|
customStyle1: {
|
||||||
color: '#096f4b',
|
color: '#019c88',
|
||||||
border: '2rpx solid #096f4b',
|
border: '2rpx solid #019c88',
|
||||||
border: "8rpx",
|
border: "8rpx",
|
||||||
width: '180rpx',
|
width: '180rpx',
|
||||||
height: '54rpx',
|
height: '54rpx',
|
||||||
margin: "0 0 0 20rpx"
|
margin: " 0 16rpx 0 0rpx"
|
||||||
},
|
},
|
||||||
latitude: '',
|
latitude: '',
|
||||||
longitude: '',
|
longitude: '',
|
||||||
|
@ -904,7 +904,7 @@
|
||||||
.showBtn-view{
|
.showBtn-view{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.order-status{
|
.order-status{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1134,7 +1134,7 @@
|
||||||
font-size: 20upx;
|
font-size: 20upx;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-right: 18upx;
|
padding-right: 18upx;
|
||||||
background: #5abfb2 ;
|
background-image: linear-gradient(to right,#30c1ad, #1bb9a5);
|
||||||
padding: 10rpx;
|
padding: 10rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
}
|
}
|
||||||
|
@ -1193,7 +1193,7 @@
|
||||||
border-radius:20rpx 8rpx 20rpx 8rpx ;
|
border-radius:20rpx 8rpx 20rpx 8rpx ;
|
||||||
padding: 4rpx 10rpx;
|
padding: 4rpx 10rpx;
|
||||||
background-image: linear-gradient(to bottom, #fe9130, #ff9868);
|
background-image: linear-gradient(to bottom, #fe9130, #ff9868);
|
||||||
font-size: 30rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-status-chaoshi{
|
.progress-status-chaoshi{
|
||||||
|
@ -1256,7 +1256,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.title-font{
|
.title-font{
|
||||||
font-size: 30rpx;
|
font-size: 28rpx;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
.title-font2{
|
.title-font2{
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Binary file not shown.
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue