From 5997579aa13e3b11677ee4d6eac3584f4e11429f Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 08 七月 2025 16:53:57 +0800
Subject: [PATCH] 优化

---
 packageDomain/pages/resourceDetails/document/index.wxss |   34 ++++++++++++++++++++++++++++++----
 1 files changed, 30 insertions(+), 4 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/document/index.wxss b/packageDomain/pages/resourceDetails/document/index.wxss
index 18efc73..126a4b7 100644
--- a/packageDomain/pages/resourceDetails/document/index.wxss
+++ b/packageDomain/pages/resourceDetails/document/index.wxss
@@ -63,10 +63,7 @@
   height: 100%;
 }
 
-.pictureBox image {
-  /* width: 100%;
-  height: auto; */
-}
+
 
 .download-btn {
   width: 100%;
@@ -111,4 +108,33 @@
   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;
+}
+
+.scrollBox {
+  height: calc(100vh - env(safe-area-inset-bottom) - 60px);
+}
+
+.prompDialog {
+  --td-button-primary-bg-color: #ff6c00;
+  --td-button-primary-border-color: #ff6c00;
+  --td-button-primary-active-bg-color: #ff984d;
+  --td-button-primary-active-border-color: #ff984d;
+}
+
+.prompDialog .t-dialog__header {
+  margin-top: 30rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1