litian
2024-03-28 7eab4acb4bb2060970f81840e5d2b72f259b07cb
pages/retrievalPage/index.wxss
@@ -126,8 +126,8 @@
}
.specialSubject-img image {
  width: 100%;
  height: 100%;
  width: 176.63px;
  height: 109px;
  object-fit: contain;
}
@@ -135,10 +135,10 @@
  padding: 20rpx;
  font-size: 28rpx;
  min-height: 110rpx;
  width: 148px;
}
.body-info .name {
  font-size: 25rpx;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
@@ -326,4 +326,24 @@
  align-items: center;
  justify-content: center;
  --td-loading-color: #ff6c00;
}
.t-tabs__item--evenly {
  flex: 1 0 auto !important;
}
.outsideRetrievalPageBox {
  position: relative;
}
.retrievalPageBox {
  position: fixed;
  top: 0px;
  background-color: #fff;
  height: 150px;
  z-index: 999;
}
.tabsBox {
  margin-top: 300rpx;
}