btn
litian
2024-09-07 a9c680d3fcde05afbbca0bb03f95e75027608b22
pages/retrievalPage/index.wxss
@@ -7,6 +7,10 @@
  align-items: center;
}
.t-icon-base {
  font-size: 38rpx;
}
.navbar-title {
  white-space: nowrap;
  /* overflow: hidden; */
@@ -249,7 +253,7 @@
}
.outsideRetrievalPageBox {
  /* position: relative; */
  position: relative;
}
.retrievalPageBox {
@@ -346,9 +350,14 @@
  color: #ff6d00;
}
/* .dialogBox .t-input__control {
  min-height: 100rpx;
} */
.dialogBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
}
.t-button--text {
  color: #000 !important;
@@ -398,4 +407,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;
}