管灌系统农户端微信小程序(嘉峪关应用)
app.wxss
@@ -5,6 +5,36 @@
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
.noMore-View {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  text-align: center; */
  display: flex;
  flex-direction: column; /* 确保子元素纵向排列 */
  justify-content: center; /* 垂直居中 */
  align-items: center; /* 水平居中 */
  height: 100%; /* 让容器高度占满父元素 */
}
.noMore-img{
  width: 300rpx;
  height: 300rpx;
}
.noMore-text{
  color:#969494;
}
.list-container {
  display: flex;
  flex: 1;
  overflow-y: auto;
  z-index: 0;
  margin-top: 10rpx;
}