yiming
2024-04-28 04acf6421dded7b6f6eef9d2cf41d0b4a0e8dd0d
pages/bibliographyList/index.wxss
@@ -26,9 +26,12 @@
.higherBox {
  width: 220rpx;
  /* height: 390rpx; */
  box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08);
  /* min-height: 390rpx; */
  /* box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08); */
  box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
  margin: 30rpx 15rpx;
  background-color: #fff;
  margin-bottom: 0rpx ;
}
.outsideHigherBox {
@@ -49,12 +52,19 @@
}
.higherTextBox {
  height: 50rpx;
  font-weight: bold;
  font-size: 25rpx;
  color: #333333;
  padding: 15rpx;
  margin-bottom: 10rpx;
  margin-bottom: 20rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outsideHigherImageBox {}
@@ -116,6 +126,7 @@
.t-tabs__track {
  background-color: #FF6C00 !important;
  /* height: var(--td-tab-track-thickness, 0rpx) !important; */
}
.bottom-box {
@@ -157,11 +168,7 @@
}
.contentBox {
  margin-top: 200rpx;
  /*
  -webkit-transform: translateX(52.796875px);
  transform: translateX(52.796875px); */
  margin-top: 180rpx;
}
.noDataBox {
@@ -228,11 +235,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;
}