From 78a173f85f8a4666d83cf8d900f04dd9f8e3e127 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 08:53:12 +0800
Subject: [PATCH] 提交一把订单
---
wx/unpackage/dist/dev/mp-weixin/pages/report_details/report_details.wxss | 26 +++++++++++++++++++++++---
1 files changed, 23 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 33fcc15..0385558 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
@@ -33,6 +33,20 @@
.box.data-v-d357e834 {
width: 100%;
}
+.box .sk.data-v-d357e834 {
+ width: 100%;
+ padding: 30rpx;
+ box-sizing: border-box;
+}
+.box .sk .sk_head.data-v-d357e834 {
+ width: 100%;
+ height: 50rpx;
+ line-height: 50rpx;
+ text-align: center;
+ font-size: 34rpx;
+ color: #222222;
+ margin-bottom: 30rpx;
+}
.box .meade.data-v-d357e834 {
width: 100%;
display: flex;
@@ -110,7 +124,8 @@
position: absolute;
top: 0;
right: 0;
- width: 118rpx;
+ padding: 0 20rpx;
+ box-sizing: border-box;
height: 52rpx;
line-height: 52rpx;
text-align: center;
@@ -402,9 +417,11 @@
.box .box_head .box_head_infoA .info_list .info_list_row.data-v-d357e834 {
width: 100%;
min-height: 80rpx;
+ padding-left: 50rpx;
display: flex;
align-items: flex-start;
margin-bottom: 40rpx;
+ position: relative;
}
.box .box_head .box_head_infoA .info_list .info_list_row.data-v-d357e834:last-child {
margin: 0 !important;
@@ -414,7 +431,10 @@
width: 20rpx;
min-height: 80rpx;
margin-right: 20rpx;
- position: relative;
+ position: absolute;
+ top: 5rpx;
+ left: 0;
+ height: 100%;
}
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian .info_list_row_xian_d.data-v-d357e834 {
width: 28rpx;
@@ -442,7 +462,7 @@
background-color: #CCCCCC;
}
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info.data-v-d357e834 {
- flex: 1;
+ width: 100%;
display: flex;
flex-direction: column;
}
--
Gitblit v1.9.3