This commit is contained in:
parent
67c7c197af
commit
8061c8f5f4
|
@ -11,7 +11,26 @@
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="oder-foot">
|
||||||
|
<view class="oder-foot-left">
|
||||||
|
<view class="oder-foot-left-view">
|
||||||
|
<image class="shiming" src="../../static/orderDetail/shiming.png" mode=""></image>
|
||||||
|
<span>实名认证</span>
|
||||||
|
</view>
|
||||||
|
<view class="oder-foot-left-view" style="margin: 0px 5px;">
|
||||||
|
<image class="zhizi" src="../../static/orderDetail/zhizi.png" mode=""></image>
|
||||||
|
<span>资质认证</span>
|
||||||
|
</view>
|
||||||
|
<view class="oder-foot-left-view">
|
||||||
|
<image class="pingtai" src="../../static/orderDetail/pingtai.png" mode=""></image>
|
||||||
|
<span>平台担保</span>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="oder-foot-left-right" v-if="order.consortiaName">
|
||||||
|
<image src="../../static/orderDetail/chengchi.png" mode=""></image>
|
||||||
|
<span>{{order.consortiaName}}</span>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<view class="view-head">
|
<view class="view-head">
|
||||||
<view class="jian-view">
|
<view class="jian-view">
|
||||||
<view class="jian-view-left">
|
<view class="jian-view-left">
|
||||||
|
@ -28,7 +47,6 @@
|
||||||
<image class="jian-view-right-img" src="../../static/orderDetail/dingwei.png"></image>
|
<image class="jian-view-right-img" src="../../static/orderDetail/dingwei.png"></image>
|
||||||
<span>{{order.distance}}</span>
|
<span>{{order.distance}}</span>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
@ -72,26 +90,7 @@
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="oder-foot">
|
|
||||||
<view class="oder-foot-left">
|
|
||||||
<view class="oder-foot-left-view">
|
|
||||||
<image class="shiming" src="../../static/orderDetail/shiming.png" mode=""></image>
|
|
||||||
<span>实名认证</span>
|
|
||||||
</view>
|
|
||||||
<view class="oder-foot-left-view" style="margin: 0px 5px;">
|
|
||||||
<image class="zhizi" src="../../static/orderDetail/zhizi.png" mode=""></image>
|
|
||||||
<span>资质认证</span>
|
|
||||||
</view>
|
|
||||||
<view class="oder-foot-left-view">
|
|
||||||
<image class="pingtai" src="../../static/orderDetail/pingtai.png" mode=""></image>
|
|
||||||
<span>平台担保</span>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="oder-foot-left-right" v-if="order.consortiaName">
|
|
||||||
<image src="../../static/orderDetail/chengchi.png" mode=""></image>
|
|
||||||
<span>{{order.consortiaName}}</span>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="video-list">
|
<!-- <view class="video-list">
|
||||||
<view class="video-list-top">
|
<view class="video-list-top">
|
||||||
|
@ -1052,7 +1051,7 @@
|
||||||
height: 15px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
.oder-foot-left-view{
|
.oder-foot-left-view{
|
||||||
width: 86px;
|
width: 115px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
background-color: rgba(8, 162, 138, 0.1);
|
background-color: rgba(8, 162, 138, 0.1);
|
||||||
|
@ -1075,7 +1074,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: rgba(238, 238, 238, 0.39);
|
background-color: rgba(224, 240, 237, 0.36);
|
||||||
}
|
}
|
||||||
.oder-mian-jin{
|
.oder-mian-jin{
|
||||||
font-size: 23rpx;
|
font-size: 23rpx;
|
||||||
|
|
Loading…
Reference in New Issue