From 04c7b0163caeae4ab1c5da62e301fa993101cfad Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 31 三月 2025 10:40:45 +0800
Subject: [PATCH] bug修改

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

diff --git a/packageDomain/pages/resourceDetails/document/index.wxss b/packageDomain/pages/resourceDetails/document/index.wxss
index 4e92ab4..118f1e9 100644
--- a/packageDomain/pages/resourceDetails/document/index.wxss
+++ b/packageDomain/pages/resourceDetails/document/index.wxss
@@ -103,4 +103,26 @@
   75% {
     transform: scale(2.0);
   }
+}
+
+.img-box {
+  display: flex;
+  flex-direction: column;
+  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