From 0ad75ffcfc4c581ef54de705fae48b44803ed2a5 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 21 四月 2026 11:27:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
small-program/unpackage/dist/dev/mp-weixin/pages/details-entry/details-entry.wxss | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 109 insertions(+), 2 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/details-entry/details-entry.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/details-entry/details-entry.wxss
index 848f5ec..b44a6a6 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/details-entry/details-entry.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/details-entry/details-entry.wxss
@@ -27,6 +27,70 @@
/* 鏂囩珷鍦烘櫙鐩稿叧 */
.container.data-v-1ce3ee54 {
width: 100%;
+ padding-bottom: 140rpx;
+}
+.container .list.data-v-1ce3ee54 {
+ width: 100%;
+ padding: 0 30rpx;
+ box-sizing: border-box;
+}
+.container .list .list-item.data-v-1ce3ee54 {
+ width: 100%;
+ padding: 30rpx 0;
+ box-sizing: border-box;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ border-bottom: 1rpx solid #E5E5E5;
+}
+.container .list .list-item .list-item-label.data-v-1ce3ee54 {
+ width: 245rpx;
+ flex-shrink: 0;
+ font-weight: 400;
+ font-size: 30rpx;
+ color: #777777;
+}
+.container .list .list-item .imgList.data-v-1ce3ee54 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+}
+.container .list .list-item .imgList .imgItem.data-v-1ce3ee54 {
+ width: 144rpx;
+ height: 144rpx;
+ border-radius: 8rpx;
+ gap: 20rpx;
+ overflow: hidden;
+}
+.container .list .list-item .imgList .imgItem image.data-v-1ce3ee54 {
+ width: 100%;
+}
+.container .list .list-item .idcard.data-v-1ce3ee54 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+}
+.container .list .list-item .idcard .idcard-image.data-v-1ce3ee54 {
+ flex: 1;
+ height: 216rpx;
+ overflow: hidden;
+ border-radius: 8rpx;
+ border: 1rpx solid #E5E5E5;
+}
+.container .list .list-item .idcard .idcard-image.data-v-1ce3ee54:first-child {
+ margin-right: 22rpx;
+}
+.container .list .list-item .idcard .idcard-image image.data-v-1ce3ee54 {
+ width: 100%;
+ height: 100%;
+}
+.container .list .list-item .list-item-value.data-v-1ce3ee54 {
+ flex: 1;
+ text-align: right;
+ font-weight: 400;
+ font-size: 30rpx;
+ color: #222222;
}
.container .head.data-v-1ce3ee54 {
width: 100%;
@@ -35,7 +99,6 @@
flex-direction: column;
align-items: center;
justify-content: center;
- background: rgba(255, 114, 0, 0.08);
}
.container .head .head-top.data-v-1ce3ee54 {
display: flex;
@@ -50,7 +113,6 @@
.container .head .head-top text.data-v-1ce3ee54 {
font-weight: 600;
font-size: 40rpx;
- color: #FA8010;
}
.container .head .head-bottom.data-v-1ce3ee54 {
font-weight: 400;
@@ -58,4 +120,49 @@
color: #333333;
margin-top: 34rpx;
}
+.container .head.head-0.data-v-1ce3ee54 {
+ background: rgba(255, 114, 0, 0.08);
+}
+.container .head.head-0 .head-top text.data-v-1ce3ee54 {
+ color: #FA8010;
+}
+.container .head.head-1.data-v-1ce3ee54 {
+ background: rgba(0, 211, 113, 0.1);
+}
+.container .head.head-1 .head-top text.data-v-1ce3ee54 {
+ color: #00D371;
+}
+.container .head.head-3.data-v-1ce3ee54 {
+ background: rgba(0, 211, 113, 0.1);
+}
+.container .head.head-3 .head-top text.data-v-1ce3ee54 {
+ color: #00D371;
+}
+.container .head.head-2.data-v-1ce3ee54 {
+ background: rgba(255, 0, 0, 0.08);
+}
+.container .head.head-2 .head-top text.data-v-1ce3ee54 {
+ color: #FF0000;
+}
+.container .footer-btn.data-v-1ce3ee54 {
+ width: 100%;
+ padding: 20rpx 30rpx;
+ box-sizing: border-box;
+ background: #fff;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+}
+.container .footer-btn .pay-btn.data-v-1ce3ee54, .container .footer-btn .reapply-btn.data-v-1ce3ee54 {
+ width: 100%;
+ height: 88rpx;
+ background: #10B2FA;
+ border-radius: 44rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #fff;
+}
--
Gitblit v1.9.3