From 7231b5929a66bb1ec3b832be85f5e3f6ce40ad9f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 15 三月 2024 16:01:52 +0800
Subject: [PATCH] feat: 十大

---
 pages/resourceDetails/document/index.wxss |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/pages/resourceDetails/document/index.wxss b/pages/resourceDetails/document/index.wxss
index 9bee7b2..2375ebb 100644
--- a/pages/resourceDetails/document/index.wxss
+++ b/pages/resourceDetails/document/index.wxss
@@ -3,7 +3,6 @@
   background-color: #fff;
   display: flex;
   align-items: center;
-
 }
 
 .navbar-title {
@@ -18,7 +17,6 @@
 
 .button-example {
   margin: 0 70rpx;
-
   background-color: #ff6c00;
   display: flex;
   justify-content: center;
@@ -26,7 +24,6 @@
 
 .button-example .text {
   background-color: #ff6c00;
-
 }
 
 .t-button--default {
@@ -62,15 +59,9 @@
 .pictureBox {
   display: flex;
   justify-content: center;
-
 }
 
 .pictureBox image {
-  width: 520rpx;
-  height: 800rpx;
-}
-
-image {
-  width: 750rpx;
-  height: 1200rpx;
+  /* width: 520rpx;
+  height: 800rpx; */
 }
\ No newline at end of file

--
Gitblit v1.9.1