From 1fb1e9e3321102d23997551be7a5ad7d91b74015 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 17 七月 2025 15:28:25 +0800
Subject: [PATCH] 对接口,新建富文本页面
---
small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxss | 38 ++++++++++++++++++++++++++++++++++----
1 files changed, 34 insertions(+), 4 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 6478849..06435e8 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,12 +134,27 @@
.index .list .list-item.data-v-24d2eaf4:last-child {
margin: 0 !important;
}
-.index .list .list-item textarea.data-v-24d2eaf4 {
+.index .list .list-item .list-item-cate.data-v-24d2eaf4 {
width: 100%;
- height: 120rpx;
+ 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;
font-weight: 400;
- font-size: 30rpx;
- color: #111111;
+ font-size: 28rpx;
+ color: #333333;
}
.index .list .list-item .list-item-label.data-v-24d2eaf4 {
display: flex;
@@ -150,6 +165,12 @@
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;
@@ -314,6 +335,7 @@
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;
@@ -327,6 +349,14 @@
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%;
padding: 30rpx 0;
--
Gitblit v1.9.3