闫增涛
2024-05-06 e8ec903206cb82e4dbb4687291d5f7788e7ff046
pages/retrievalPage/index.wxss
@@ -365,8 +365,7 @@
}
.scrollViewBox {
  height: calc(100vh - 326rpx);
  /* width: calc(100vw - 60rpx); */
  height: calc(100vh - 208rpx - env(safe-area-inset-bottom));
}
.t-search__input-box--square {
@@ -386,11 +385,9 @@
.t-tabs .t-tabs__item--active {
  /* min-width: 210rpx; */
  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: 83% center;
  background-size: 45% 70%;
  background-position: 90% 50%;
  background-size: 70rpx !important;
  /* 将背景图片位置设置为靠右 */
}
@@ -398,4 +395,9 @@
  background-color: #FF6C00 !important;
  -webkit-transform: translateX(39px);
  transform: translateX(39px);
  /* height: var(--td-tab-track-thickness, 0rpx) !important; */
}
.t-overlay.overlay--t-overlay {
  z-index: -9999 !important;
}