xuxueyang
2024-08-04 0acbf8ba7a6214c85154319acf220d9464af2779
pages/order/order-delivery.vue
@@ -35,7 +35,9 @@
                        </image>
                        <view class="flex1">
                           <view class=" flex">
                              <view class="title">{{item.flowerName }}
                              <view class="title"><span
                                    class="level">{{ item.flowerCategory || ''}}</span><span
                                    class="level">{{ item.flowerLevelStr || ''}}</span>{{item.flowerName }}
                              </view>
                           </view>
                           <view class="each-list">
@@ -240,6 +242,13 @@
            font-size: 28rpx;
            color: #000000;
            line-height: 40rpx;
            .level {
               font-weight: 400;
               font-size: 28rpx;
               color: #20613D;
               line-height: 40rpx;
               margin-right: 20rpx;
            }
         }
         .status {
@@ -269,6 +278,13 @@
               font-size: 28rpx;
               color: #000000;
               line-height: 40rpx;
               .level {
                  font-weight: 400;
                  font-size: 28rpx;
                  color: #20613D;
                  line-height: 40rpx;
                  margin-right: 20rpx;
               }
            }
            .desc {}