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