From 4a9955330070cf8abd78d95aaa2067d9a06a88c3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 07 五月 2024 10:05:59 +0800
Subject: [PATCH] 各页面bug修改

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

diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss
index 266fa46..9022d5f 100644
--- a/pages/bibliographyList/index.wxss
+++ b/pages/bibliographyList/index.wxss
@@ -248,6 +248,7 @@
 
 .info-center {
   position: fixed;
+  top: 80%;
   z-index: 999;
   background-color: white;
   align-items: center;
@@ -297,11 +298,22 @@
 }
 
 .input-box {
-  width: 100%;
+  padding: 0 20rpx;
+  width: 92%;
   margin-bottom: 16rpx;
 }
 
 .input {
   --td-input-border-radius: 20rpx;
   border-radius: 20rpx;
+}
+
+/* 钂欏眰 */
+.popup-box {
+  position: absolute;
+  z-index: 99;
+  top: 0;
+  background-color: rgba(0, 0, 0, 0.5);
+  width: 100%;
+  height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1