From bbd3feaa30f2d980eb55c17f8cb492eae4372b5b Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 17 六月 2024 17:27:12 +0800
Subject: [PATCH] 专题讨论

---
 pages/digitalTextbooks/digitalTextbooksDetails/index.wxss |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
index 4c65eb0..1a37fc0 100644
--- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
+++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
@@ -180,8 +180,10 @@
 .correlation {
   display: flex;
   flex-direction: row;
-  justify-content: space-around;
-  margin: 30rpx;
+  justify-content: space-between;
+  flex-wrap: wrap;
+  margin: 30rpx 50rpx;
+  margin-bottom: 160rpx;
 }
 
 .correlationName {
@@ -192,7 +194,6 @@
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
-
   font-weight: bold;
   font-size: 25rpx;
   color: #333333;

--
Gitblit v1.9.1