From 9f1e740e07085a7fc74defe5d63bcc4818aab69e Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 29 二月 2024 18:49:37 +0800
Subject: [PATCH] zhang

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

diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss
index a24200b..6ee6962 100644
--- a/pages/bibliographyList/index.wxss
+++ b/pages/bibliographyList/index.wxss
@@ -33,15 +33,65 @@
   margin-bottom: 10rpx;
 }
 
-/* .downloadIcon {
-  width: 430rpx;
-  height: 430rpx;
-  background-color: #000;
-  position: relative;
-  top: 0;
-  left: 0;
-} */
+.outsideHigherImageBox {
 
-/* .download {
-  background-color: #8bc34a;
-} */
\ No newline at end of file
+  position: relative;
+}
+
+.downloadIcon {
+  width: 34rpx;
+  height: 34rpx;
+
+  border-radius: 5rpx 5rpx 5rpx 5rpx;
+  background: rgba(0, 0, 0, 0.3);
+  position: absolute;
+  top: 15rpx;
+  right: 15rpx;
+  padding: 10rpx;
+}
+
+
+.download {
+  /* background-color: #8bc34a; */
+  width: 100%;
+  height: 100%;
+
+}
+
+.downloadshiftin {
+  width: 100%;
+  height: 100%;
+}
+
+.example-search {
+  background-color: #fff;
+  padding: 16rpx 32rpx;
+}
+
+
+.search_icones {
+  position: absolute;
+  font-size: 32rpx;
+  height: 32rpx;
+  width: 32rpx;
+  color: var(--gry-col);
+  top: 0px;
+  bottom: 0px;
+  margin: auto 0;
+  padding-left: 30rpx;
+  padding-top: 10rpx;
+  line-height: 32rpx;
+}
+
+/*杈撳叆妗�*/
+.nav_input {
+  border: 1px solid var(--egry-col);
+  border-radius: 40rpx;
+  padding-left: 72rpx;
+  background-color: var(--whi-col);
+  padding-right: 16rpx;
+  font-size: 28rpx;
+  box-sizing: border-box;
+  line-height: 75rpx;
+  height: 75rpx;
+}
\ No newline at end of file

--
Gitblit v1.9.1