index.ttss 2.48 KB
page {
    height: 100%;
}
.product-list-page {
  height: 100%;
}

.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;

}
.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%;
}
.scroll-content {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.load_more_view {
    display: flex;
    position: fixed;
    z-index: 600;
    width: 100%;
    height: 80%;
    font-size: 14px;
    /* margin-top: 10rpx; */
    /* margin-bottom: 10rpx; */
    text-align: center;
    background-color: rgba(20, 20, 20, 0.3);
}

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

.product-filter-view {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    z-index: 9999;
}
.filter-item-scroll-view {
    height: 1120rpx;
    margin-right: 30rpx;
    margin-left: 30rpx;
}
.filter-item-sub-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.filter-item-unselected-button {
    position: relative;
    width: 210rpx;
    height: 61rpx;
    margin-right: 30rpx;
    margin-bottom: 30rpx;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.filter-item-bootom-button-view {
    
    display: flex;
    flex-direction: row;
    bottom: 0;
}
.filter-item-bootom-button {
    display: flex;
    width: 375rpx;
    height: 80rpx;
    align-content: center;
}