index.wxss 1.61 KB

.order-list-page {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.order-list-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 500;
    top: 0;
    width: 100%;
    height: 96rpx;
    border-top: 2rpx solid #eeeeee;
    border-bottom: 2rpx solid #eeeeee;
    /* align-content: center; */
    /* padding-left: 40rpx;
    padding-right: 40rpx; */
}
.order-list-navbar-item-space {
    width: 0rpx;
}
.order-list-navbar-item {
    /* display: block;
    flex: 1; */
    position: relative;
    padding: 20rpx 0;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    font-size: 28rpx;
    color: #999999;
    align-self: center;
}
.order-list-navbar-item-on {
    color: #000000;
    font-weight: bold;
    font-size: 40rpx;
    font-family: PingFang-SC-Medium;
    border-bottom: 6rpx solid #000000;
}
.order-list-navbar-slider {
    position: absolute;
    display: block;
    content: " ";
    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%;
}