From a2c5def7cf9562312a54216bc195a6ea071a26c5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 21 一月 2026 17:38:36 +0800
Subject: [PATCH] 2026.1.21

---
 pages/mLedger/ledgerupload/ledgerupload.wxss |  105 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 100 insertions(+), 5 deletions(-)

diff --git a/pages/mLedger/ledgerupload/ledgerupload.wxss b/pages/mLedger/ledgerupload/ledgerupload.wxss
index 733c06b..7483f69 100644
--- a/pages/mLedger/ledgerupload/ledgerupload.wxss
+++ b/pages/mLedger/ledgerupload/ledgerupload.wxss
@@ -9,6 +9,31 @@
 
 .page__bd {
   padding: 10px;
+  padding-bottom: 100px;
+}
+
+.fix-bottom {
+  padding-top: 10px;
+  padding-bottom: 10px;
+  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
+  padding-bottom: calc(10px + env(safe-area-inset-bottom));
+  text-align: center;
+  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06);
+  position: fixed;
+  bottom: 0;
+  width: 100%;
+  padding-top: 0;
+  display: flex;
+  align-items: flex-end;
+  background-color: white;
+}
+
+.fix-bottom .left {
+  flex: 1;
+}
+
+.fix-bottom .right {
+  flex: 2; 
 }
 
 .upload-title-class {
@@ -16,8 +41,19 @@
 }
 
 .text-area {
-  background-color: rgba(255, 255, 255, 0.185);
-  width: 100%;
+  margin-top: 8px;
+  border: 1px solid rgba(173, 173, 173, 0.432);
+  border-radius: 4px;
+  width: 94%;
+  height: 80px;
+  font-size: 12px;
+  padding: 8px 4px;
+}
+
+.text-area-read {
+  /* border: 0px solid rgba(173, 173, 173, 0.432); */
+  /* height: initial; */
+  color: var(--fyui-text-color_2);
 }
 
 .img-group {
@@ -26,20 +62,79 @@
 }
 
 .img-group>view {
-  width: 30vw;
+  width: 10vw;
   text-align: center;
 }
 
 .img-group .img-group_img {
   width: 29vw;
   height: 29vw;
+  margin-bottom: 8px;
+  margin-right: 8px;
 }
 
 .submit-2 {
-  background: var(--fyui-BG_1);
-  color: var(--fyui-primary-color);
+  background: white;
+  border: 1px solid var(--fyui-btn-color_1);
+  color: var(--fyui-btn-color_1);
+  padding: 7px 0;
 }
 
 .submit-2:active {
   background: #dfdfdf;
+}
+
+.submit-3 {
+  background: white;
+  border: 1px solid #005994;
+  color: #005994;
+  padding: 7px 0;
+}
+
+.submit-2:active {
+  background: #dfdfdf;
+}
+
+.ledger-des {
+  font-size: 12px;
+  color: var(--fyui-text-color_2);
+  background-color: var(--fyui-BG_1);
+  padding: 4px;
+  border-radius: 4px;
+}
+
+/* .small-tag-text {
+  position: absolute;
+  bottom: 40rpx;
+  font-size: 10px;
+} */
+
+
+.custom-action {
+  position: relative;
+  min-height: 40vh;
+  display: flex;
+  flex-wrap: wrap;
+  justify-content: space-between;
+  align-items: center;
+}
+
+.custom-action__bg{
+  position: absolute;
+  top: 0;
+  left: 0;
+}
+
+.custom-action__tag{
+  font-size: 14px;
+  color: var(--fyui-text-color_1);
+  font-weight: 600;
+  width: 50%;
+  text-align: center;
+  z-index: 2;
+}
+
+.custom-action__tag>image{
+  width: 64px;
+  height: 64px;
 }
\ No newline at end of file

--
Gitblit v1.9.3