index.wxss 1.48 KB
/* view , page {
  padding: 0px;
  margin: 0px;
} */

.order-list-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-start; */
}
/* .order-list-split-line {
  height: 2rpx;
  background-color: #E0E0E0;
} */

.order-list-navbar {
    display: flex;
    position: absolute;
    z-index: 500;
    top: 0;
    width: 100%;
    border-bottom: 1rpx solid #CCCCCC;
}
.order-list-navbar-item {
    position: relative;
    display: block;
    flex: 1;
    padding: 20rpx 0;
    text-align: center;
    font-size: 28rpx;
    color: #999999;
    height: 68rpx;
    line-height: 68rpx;
}
.order-list-navbar-item-on {
    color: #000000;
    font-weight: bold;
    font-size: 36rpx;
}
.order-list-navbar-slider {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    bottom: 0;
    height: 5rpx;
    background-color: #000000;
    transition: transform .3s;
}

.order-list-navbar-title {
    display: inline-block;
    font-size: 30rpx;
    max-width: 8em;
    text-align: center;
}

.order-list-navtab-content {
  position: absolute;
  top: 68rpx;
  left: 0px;
  width: 100%;
  height: 100%;
}

swiper, scroll-view {
  height: 100%;
}

.load_more_view {
  width: 100%;
  height: 30rpx;
  font-size: 14px;
  margin-top: 10rpx;
  margin-bottom: 10rpx;
  text-align: center;
}

.empty {
  display: flex;
  justify-content: center;
  font-family: PingFang-SC-Regular;
  color: #999;
  font-size: 30rpx;
  letter-spacing: 0.8px;
  margin-top: 300rpx;
  height: 80%;
}