From 103db27cd0ca6b3305e95170dc297380f97fcc70 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 25 四月 2024 17:05:47 +0800 Subject: [PATCH] bug3 --- pages/bibliographyList/index.wxss | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss index eb196ef..5a3bbaf 100644 --- a/pages/bibliographyList/index.wxss +++ b/pages/bibliographyList/index.wxss @@ -27,8 +27,9 @@ .higherBox { width: 220rpx; /* height: 390rpx; */ - box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08); + /* box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08); */ margin: 30rpx 15rpx; + background-color: #fff; } .outsideHigherBox { @@ -116,6 +117,7 @@ .t-tabs__track { background-color: #FF6C00 !important; + /* height: var(--td-tab-track-thickness, 0rpx) !important; */ } .bottom-box { @@ -157,11 +159,7 @@ } .contentBox { - margin-top: 200rpx; - /* - -webkit-transform: translateX(52.796875px); - transform: translateX(52.796875px); */ - + margin-top: 180rpx; } .noDataBox { @@ -228,11 +226,15 @@ /* background-size: 100% 100%; background-position: 100% 100%; */ background-image: url(https://jsek.bnuic.com/home/image/click-icon.png); - background-position: 90% center; - background-size: 30% 60%; + background-position: 85% center; + background-size: 30% 50%; /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */ } .t-search__input-box .t-input__keyword { font-size: var(--td-search-font-size, var(--td-font-size-m, 28rpx)) !important; +} + +page { + background: #F2F3F8; } \ No newline at end of file -- Gitblit v1.9.1