From 5b19b0e39a91e566a835460bf1213e7b3a0582b9 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 17 三月 2025 14:27:14 +0800
Subject: [PATCH] 图

---
 packageDomain/pages/resourceDetails/document/index.wxss |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/document/index.wxss b/packageDomain/pages/resourceDetails/document/index.wxss
index 18efc73..118f1e9 100644
--- a/packageDomain/pages/resourceDetails/document/index.wxss
+++ b/packageDomain/pages/resourceDetails/document/index.wxss
@@ -111,4 +111,18 @@
   justify-content: center;
   align-items: center;
   box-shadow: 0 3px 6px 1px #00000029;
+}
+
+.excelBox {
+  margin: 30rpx auto;
+}
+
+.textBox {
+  display: flex;
+  font-size: 24rpx;
+}
+
+.textWidth {
+  text-align: center;
+  flex: 1;
 }
\ No newline at end of file

--
Gitblit v1.9.1