litian
2024-09-02 b0e2bf29dd96e7100f06b27997a6d4c6c3630374
pages/retrievalPage/index.wxss
@@ -7,6 +7,10 @@
  align-items: center;
}
.t-icon-base {
  font-size: 38rpx;
}
.navbar-title {
  white-space: nowrap;
  /* overflow: hidden; */
@@ -244,9 +248,9 @@
  --td-loading-color: #ff6c00;
}
/* .t-tabs__item--evenly {
.t-tabs__item--evenly {
  flex: 1 0 auto !important;
} */
}
.outsideRetrievalPageBox {
  /* position: relative; */
@@ -398,4 +402,58 @@
.t-overlay.overlay--t-overlay {
  z-index: -9999 !important;
}
.scroll-x {
  height: 70rpx;
  border-bottom: 2rpx solid rgb(243, 244, 249);
  padding-top: 20rpx;
}
.navBox {
  /* tab整体样式 */
  height: 70rpx;
  display: flex;
  align-items: center;
  display: flex;
  flex: 1 0 auto;
}
.fontColorBox {
  /* 选中tab样式 */
  color: #FF6C00;
}
.titleBox {
  /* 未选中tab样式 */
  height: 70rpx;
  font-size: 28rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 180rpx;
  flex: 1
}
.lineBox {
  /* 线条样式 */
  width: 80rpx;
  height: 8rpx;
  background: #FF6C00;
  margin-top: 25rpx;
  margin-right: 10rpx;
  border-radius: 4rpx;
}
.swiperTtemBox {
  /* 内容样式 */
  /* padding: 16rpx; */
  font-size: 28rpx;
  height: calc(100vh - 150rpx);
}
.tabIndexBox {
  text-align: center;
}