ll
liukangdong
2024-12-30 7b787644ada7a7bf84b397c9e50868cceb703d7c
h5/pages/waybill/waybillDetail.vue
@@ -41,7 +41,7 @@
         <view class="drive_info">
            <view class="title">物流信息</view>
            <view class="drive_list" v-for="dri,k in info.cicleStatusList">
               <view class="separate"></view>
               <view class="separate" v-if="k < info.cicleStatusList.length - 1"></view>
               <view class="item_title">
                  <view class="icon_wrap">
                     <image v-if="dri.key == 0 && k != 0" src="@/static/waybill/ic_dingdan@2x.png" class="icon"></image>
@@ -251,19 +251,23 @@
         background: #fff;
         border-radius: 16rpx;
         padding: 30rpx;
         margin-bottom: 20rpx;
         position: relative;
         margin-bottom: 20rpx;
         position: relative;
         z-index: 999;
         .separate {
            height: calc(100% - 250rpx);
            width: 1rpx;
            border: 1rpx dashed #CCCCCC;
            position: absolute;
            left: 53rpx;
            top: 102rpx;
            z-index: -1;
         .drive_list{
            position: relative;
            z-index: 999;
            .separate {
               height: calc(100% - 48rpx);
               width: 1rpx;
               border: 1rpx dashed #CCCCCC;
               position: absolute;
               left: 24rpx;
               top: 48rpx;
               z-index: -1;
            }
         }
         .title {
            font-weight: 500;
@@ -292,15 +296,15 @@
         }
         .icon_wrap {
            width: 48rpx;
            width: 50rpx;
            margin-right: 30rpx;
            display: flex;
            align-items: center;
            // align-items: center;
            justify-content: center;
            flex-shrink: 0;
            .icon {
               width: 48rpx;
               height: 48rpx;
               width: 50rpx;
               height: 50rpx;
               position: relative;
               z-index: 2;
            }
@@ -310,22 +314,27 @@
            position: relative;
            color: #999999;
            margin-bottom: 30rpx;
            &:nth-last-child(1){
               margin-bottom: 0;
               padding-bottom: 30rpx;
            }
            .text {
               color: #666666;
               color: #666666;
               flex: 1;
            }
            .icon {
               width: 20rpx;
               height: 20rpx;
               position: relative;
               z-index: 2;
               z-index: 2;
               margin-top: 12rpx;
            }
            .h2 {
               display: flex;
               align-items: center;
               height: 48rpx;
               // align-items: center;
               // height: 48rpx;
            }
            .h1 {}