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; */
@@ -79,8 +83,6 @@
  overflow: hidden;
}
.bookDataAuthor {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
@@ -104,7 +106,7 @@
.listBox1,
.listBox2 {
  padding: 50rpx 0;
  /* padding: 50rpx 0; */
}
.listBox1 .listItemBox {
@@ -139,7 +141,7 @@
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px;
  padding: 0 30rpx;
}
.contentBox {
@@ -219,10 +221,13 @@
  color: #FF6C00 !important;
}
.t-tabs__item {
  flex: 1 !important;
}
.noDataBox {
  margin: 0 auto;
  margin-top: 250rpx;
}
.bottom-box {
@@ -389,6 +394,7 @@
.t-tabs__track {
  background-color: #FF6C00 !important;
  width: 80rpx !important;
  /* -webkit-transform: translateX(39px); */
  /* transform: translateX(39px); */
  /* height: var(--td-tab-track-thickness, 0rpx) !important; */
@@ -396,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;
}