From eb3cf68faee31402822350045ee08f3fea28cd5c Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 26 四月 2024 11:02:49 +0800 Subject: [PATCH] 资源购买页去除已购买资源 --- pages/bibliographyList/index.wxss | 59 ++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 42 insertions(+), 17 deletions(-) diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss index 5ba4768..5a3bbaf 100644 --- a/pages/bibliographyList/index.wxss +++ b/pages/bibliographyList/index.wxss @@ -6,11 +6,12 @@ .custom-panel { height: 120px; } */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; align-items: center; - } .navbar-title { @@ -26,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 { @@ -39,6 +41,12 @@ width: 190rpx; height: 255rpx; margin: 15rpx; + position: relative; +} + +.higherImageBox image { + width: 100%; + height: 100%; } .higherTextBox { @@ -49,9 +57,7 @@ margin-bottom: 10rpx; } -.outsideHigherImageBox { - position: relative; -} +.outsideHigherImageBox {} .downloadIcon { width: 34rpx; @@ -59,27 +65,22 @@ border-radius: 5rpx 5rpx 5rpx 5rpx; background: rgba(0, 0, 0, 0.3); position: absolute; - top: 15rpx; - right: 15rpx; + top: 0rpx; + right: 0rpx; padding: 10rpx; } - -.download { - /* background-color: #8bc34a; */ +.downloadIcon image { width: 100%; height: 100%; } -.downloadshiftin { - width: 100%; - height: 100%; -} + + + .example-search { background-color: #fff; - /* padding: 16rpx 32rpx; */ - } @@ -116,6 +117,7 @@ .t-tabs__track { background-color: #FF6C00 !important; + /* height: var(--td-tab-track-thickness, 0rpx) !important; */ } .bottom-box { @@ -157,7 +159,7 @@ } .contentBox { - margin-top: 200rpx; + margin-top: 180rpx; } .noDataBox { @@ -212,4 +214,27 @@ /* 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: 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