list.wxss 792 Bytes
.list-container {
  position: relative;
  padding-bottom: 180rpx;
  box-sizing: border-box;
}

.list-container .filter-view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1rpx solid #eee;
  border-bottom: 1rpx solid #eee;
  z-index: 10001;
  background-color: #fff;
}

.list-container .list-view {
  padding-top: 88rpx;
  padding-bottom: 65rpx;
}

.copy-right {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.no-res {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 220rpx;
  text-align: center;
  background-color: #fff;
  z-index: -1;
}

.no-res .no-res-img {
  width: 204rpx;
  height: 204rpx;
  margin-top: 110rpx;
}

.no-res .no-res-txt {
  font-size: 24rpx;
  text-align: center;
  margin-top: 21rpx;
  color: #444;
}