From 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 15 三月 2024 18:54:04 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/resourceDetails/document/index.wxss |   68 +++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 1 deletions(-)

diff --git a/pages/resourceDetails/document/index.wxss b/pages/resourceDetails/document/index.wxss
index d156ce8..2375ebb 100644
--- a/pages/resourceDetails/document/index.wxss
+++ b/pages/resourceDetails/document/index.wxss
@@ -1 +1,67 @@
-/* pages/resourceDetails/document/index.wxss */
\ No newline at end of file
+/* pages/resourceDetails/document/index.wxss */
+.nacigationBar {
+  background-color: #fff;
+  display: flex;
+  align-items: center;
+}
+
+.navbar-title {
+  white-space: nowrap;
+  /* overflow: hidden; */
+  text-overflow: ellipsis;
+  color: #0F1214;
+  font-size: 40rpx;
+  font-weight: bold;
+  margin-bottom: 5rpx;
+}
+
+.button-example {
+  margin: 0 70rpx;
+  background-color: #ff6c00;
+  display: flex;
+  justify-content: center;
+}
+
+.button-example .text {
+  background-color: #ff6c00;
+}
+
+.t-button--default {
+  background-color: #ff6c00 !important;
+}
+
+.t-button {
+  --td-button-default-border-color: #ff6c00 !important;
+}
+
+.zipImageBox {
+  display: flex;
+  justify-content: center;
+}
+
+.divider {
+  text-align: center;
+  margin: 20px 0;
+}
+
+.titleNameBox {
+  height: 77rpx;
+  background: #FFFFFF;
+  box-shadow: 0rpx 9rpx 9rpx 2rpx rgba(0, 0, 0, 0.06);
+  padding: 20rpx 50rpx;
+  margin-bottom: 100rpx;
+  font-family: PingFang SC, PingFang SC;
+  font-weight: 400;
+  font-size: 29rpx;
+  color: #333333;
+}
+
+.pictureBox {
+  display: flex;
+  justify-content: center;
+}
+
+.pictureBox image {
+  /* width: 520rpx;
+  height: 800rpx; */
+}
\ No newline at end of file

--
Gitblit v1.9.1