管灌系统农户端微信小程序(嘉峪关应用)
pages/createIrrigation/createIrrigation.wxss
@@ -257,16 +257,33 @@
  flex-wrap: wrap;
}
.group-index {
  color: #1890FF;
  margin-right: 8rpx;
  font-size: 26rpx;
}
.group-name {
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #666;
  position: relative;
  padding-left: 10rpx;
  background-color: rgba(24, 144, 255, 0.1);
  padding: 4rpx 20rpx;
  background-color: rgba(24, 144, 255, 0.1);
  border-radius: 10rpx;
}
.group-name-text {
  color: #333;
  margin-right: 8rpx;
}
.group-intake-count {
  color: #999;
  font-size: 24rpx;
}
.group-hint {
  font-size: 22rpx;
  color: #1890FF;