k94314517
2025-05-19 16e8c7adbee6c9ee9bac09a80d44d3bfd3fe2f0c
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%;