管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-05-30 910c37c43eceb27888b90631c868caa08f7eafcc
pages/waterIntake/waterIntake.wxss
@@ -4,6 +4,7 @@
  padding-left: 20rpx;
  padding-right: 20rpx;
  padding-top: 5rpx;
  padding-bottom: 5rpx;
  background-color: #fff;
  width: 100%;
  height: 100vh;
@@ -33,16 +34,7 @@
  /* 文字居中 */
}
.indicator {
  width: 100%;
  height: 3px;
  background-color: #1890FF;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
  /* 初始化位置 */
}
list-container
.list {
  margin-top: 20px;
@@ -144,3 +136,31 @@
.item-left text{
  font-size: 40rpx;
}
.indicator {
  width: 100%;
  height: 3px;
  background-color: #1890FF;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
  /* 初始化位置 */
}
.noMore-View {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  flex-direction: column;
}
.noMore-img{
  width: 300rpx;
  height: 300rpx;
}
.noMore-text{
  color:#969494;
}