From 2ada220ed30569d8ae39aac210a1976724dcbe66 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 08:54:00 +0800
Subject: [PATCH] 用工运货接口对接

---
 small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxss |   38 ++++----------------------------------
 1 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxss
index 06435e8..6478849 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxss
@@ -134,27 +134,12 @@
 .index .list .list-item.data-v-24d2eaf4:last-child {
   margin: 0 !important;
 }
-.index .list .list-item .list-item-cate.data-v-24d2eaf4 {
+.index .list .list-item textarea.data-v-24d2eaf4 {
   width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  margin-bottom: 30rpx;
-}
-.index .list .list-item .list-item-cate .active.data-v-24d2eaf4 {
-  background: #00BC12 !important;
-  color: #ffffff !important;
-}
-.index .list .list-item .list-item-cate .list-item-cate-item.data-v-24d2eaf4 {
-  width: 208rpx;
-  height: 72rpx;
-  line-height: 72rpx;
-  text-align: center;
-  background: #EEEEEE;
-  border-radius: 36rpx;
+  height: 120rpx;
   font-weight: 400;
-  font-size: 28rpx;
-  color: #333333;
+  font-size: 30rpx;
+  color: #111111;
 }
 .index .list .list-item .list-item-label.data-v-24d2eaf4 {
   display: flex;
@@ -165,12 +150,6 @@
   font-weight: 600;
   font-size: 32rpx;
   color: #222222;
-}
-.index .list .list-item .list-item-label .list-item-label-info.data-v-24d2eaf4 {
-  font-weight: 400;
-  font-size: 26rpx;
-  color: #999999;
-  margin-left: 26rpx;
 }
 .index .list .list-item .list-item-label .list-item-label-x.data-v-24d2eaf4 {
   width: 6rpx;
@@ -335,7 +314,6 @@
   border-radius: 8rpx;
   margin-right: 20rpx;
   border: 2rpx solid #EEEEEE;
-  position: relative;
 }
 .index .list .list-item .list-item-row .list-item-row-upload .upload-item.data-v-24d2eaf4:last-child {
   margin: 0 !important;
@@ -348,14 +326,6 @@
   font-size: 26rpx;
   color: #666666;
   margin-top: 16rpx;
-}
-.index .list .list-item .list-item-row .list-item-row-upload .upload-item .upload-item-dele.data-v-24d2eaf4 {
-  position: absolute;
-  top: -20rpx;
-  right: -20rpx;
-  width: 40rpx;
-  height: 40rpx;
-  z-index: 9;
 }
 .index .list .list-item .list-item-row .list-item-row-val.data-v-24d2eaf4 {
   width: 100%;

--
Gitblit v1.9.3