From c35d4cc65b01b0a3b88e88f25d485d38b1ef12bd Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 20 五月 2025 10:35:13 +0800
Subject: [PATCH] 提交一把

---
 wx/unpackage/dist/dev/mp-weixin/pages/report_details/report_details.wxss |   33 ++++++++++++++++++++++++++++++---
 1 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/wx/unpackage/dist/dev/mp-weixin/pages/report_details/report_details.wxss b/wx/unpackage/dist/dev/mp-weixin/pages/report_details/report_details.wxss
index ecd1066..53095e2 100644
--- a/wx/unpackage/dist/dev/mp-weixin/pages/report_details/report_details.wxss
+++ b/wx/unpackage/dist/dev/mp-weixin/pages/report_details/report_details.wxss
@@ -114,12 +114,11 @@
   bottom: 0;
   left: 0;
   z-index: 99;
-  padding: 10rpx 30rpx;
+  padding: 10rpx 30rpx calc(env(safe-area-inset-bottom) + 10rpx) 30rpx;
   box-sizing: border-box;
   background-color: #ffffff;
   display: flex;
   align-items: center;
-  padding-bottom: env(safe-area-inset-bottom);
 }
 .box .box_head .box_head_infoA.data-v-d357e834 {
   width: 100%;
@@ -225,11 +224,19 @@
   font-style: normal;
 }
 .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val.data-v-d357e834 {
+  display: flex;
+  flex-direction: column;
+  margin-top: 12rpx;
+}
+.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val text.data-v-d357e834 {
   font-weight: 400;
   font-size: 26rpx;
   color: #666666;
   font-style: normal;
-  margin-top: 12rpx;
+  margin-bottom: 20rpx;
+}
+.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val text.data-v-d357e834:last-child {
+  margin: 0 !important;
 }
 .box .box_head .box_head_infoA .info_list .f.data-v-d357e834 {
   display: flex !important;
@@ -257,14 +264,34 @@
   width: 140rpx;
   height: 0;
 }
+.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_up.data-v-d357e834 {
+  width: 140rpx;
+  height: 140rpx;
+  border-radius: 15rpx;
+  margin-bottom: 20rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  border: 1rpx solid #999999;
+}
 .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img.data-v-d357e834 {
   width: 140rpx;
   height: 140rpx;
   border-radius: 15rpx;
+  margin-bottom: 20rpx;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
+  position: relative;
+}
+.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img .info_list_item_tu_img_dele.data-v-d357e834 {
+  width: 50rpx;
+  height: 50rpx;
+  position: absolute;
+  right: 0;
+  top: 0;
+  z-index: 9;
 }
 .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img image.data-v-d357e834 {
   width: 100%;

--
Gitblit v1.9.3