From f5932f85898de7284c9f16d314b4a1c572b31c73 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 21 六月 2024 11:51:16 +0800
Subject: [PATCH] 视频

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

diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
index 268ab62..1a37fc0 100644
--- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
+++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
@@ -60,9 +60,14 @@
 }
 
 .headerText {
+  width: 430rpx;
   font-weight: bold;
   font-size: 36rpx;
   color: #000000;
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  -o-text-overflow: ellipsis;
 }
 
 .certificate {
@@ -175,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 {
@@ -187,7 +194,6 @@
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
-
   font-weight: bold;
   font-size: 25rpx;
   color: #333333;
@@ -413,4 +419,20 @@
   font-size: 22rpx;
   color: #333333;
   margin: 15rpx 0;
+}
+
+.noDataBox {
+  width: 100%;
+  margin-top: 50rpx;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+
+.authorBox {
+  width: 200rpx;
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  -o-text-overflow: ellipsis;
 }
\ No newline at end of file

--
Gitblit v1.9.1