From db7fdd2cd77a20876d534ae020477b39b5f74faa Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 17 四月 2024 18:33:28 +0800
Subject: [PATCH] 字

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

diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss
index 06c1fba..6fcb8e4 100644
--- a/pages/bibliographyList/index.wxss
+++ b/pages/bibliographyList/index.wxss
@@ -6,6 +6,8 @@
 .custom-panel {
   height: 120px;
 } */
+@import "./index.skeleton.wxss";
+
 .nacigationBar {
   background-color: #fff;
   display: flex;
@@ -210,4 +212,19 @@
   /* border: 1rpx #000 solid; */
   background-color: #ccc;
   /* width: 100%; */
+}
+
+.t-search__input-box--square {
+  border-radius: var(--td-search-square-radius, var(--td-radius-default, 36rpx)) !important;
+  height: 72rpx;
+}
+
+.t-tabs .t-tabs__item--active {
+  background-repeat: no-repeat;
+  /* background-size: 100% 100%;
+  background-position: 100% 100%; */
+  background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
+  background-position: right center;
+  background-size: 40% 90%;
+  /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */
 }
\ No newline at end of file

--
Gitblit v1.9.1