From 04acf6421dded7b6f6eef9d2cf41d0b4a0e8dd0d Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期日, 28 四月 2024 09:23:10 +0800
Subject: [PATCH] 设置表单的bug

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

diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss
index 5a3bbaf..2c5794b 100644
--- a/pages/bibliographyList/index.wxss
+++ b/pages/bibliographyList/index.wxss
@@ -26,10 +26,12 @@
 
 .higherBox {
   width: 220rpx;
-  /* height: 390rpx; */
+  /* min-height: 390rpx; */
   /* box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08); */
+  box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
   margin: 30rpx 15rpx;
   background-color: #fff;
+  margin-bottom: 0rpx ;
 }
 
 .outsideHigherBox {
@@ -50,13 +52,20 @@
 }
 
 .higherTextBox {
+  height: 50rpx;
   font-weight: bold;
   font-size: 25rpx;
   color: #333333;
   padding: 15rpx;
-  margin-bottom: 10rpx;
+  margin-bottom: 20rpx;
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 2;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 
+
 .outsideHigherImageBox {}
 
 .downloadIcon {

--
Gitblit v1.9.1