管灌系统农户端微信小程序(嘉峪关应用)
pages/irrigationDetail/irrigationDetail.wxss
@@ -86,6 +86,15 @@
  font-weight: 500;
}
/* 实际中止时间高亮样式 */
.time-info .highlight-text {
  color: #F44336;
  font-weight: bold;
  background-color: rgba(244, 67, 54, 0.1);
  padding: 4rpx 12rpx;
  border-radius: 4rpx;
}
/* 命令发布失败数样式 */
.time-info .error-text {
  color: #ff4d4f;
@@ -209,6 +218,14 @@
  background-color: #2196F3;
}
.group-item.terminated .status-dot {
  background-color: #F44336;
}
.group-item.canceled .status-dot {
  background-color: #9E9E9E;
}
.status-text {
  font-size: 26rpx;
  color: #666;
@@ -227,6 +244,14 @@
  color: #2196F3;
}
.group-item.terminated .status-text {
  color: #F44336;
}
.group-item.canceled .status-text {
  color: #9E9E9E;
}
/* 根据不同状态显示不同背景色 */
.group-item.pending .group-status-indicator {
  background-color: rgba(255, 215, 0, 0.1);
@@ -240,6 +265,14 @@
  background-color: rgba(33, 150, 243, 0.1);
}
.group-item.terminated .group-status-indicator {
  background-color: rgba(244, 67, 54, 0.1);
}
.group-item.canceled .group-status-indicator {
  background-color: rgba(158, 158, 158, 0.1);
}
/* 轮灌组信息样式 */
.group-info {
  margin-top: 12rpx;
@@ -250,6 +283,12 @@
  align-items: center;
  margin-bottom: 12rpx;
  width: 100%;
}
.group-index {
  color: #1890FF;
  margin-right: 8rpx;
  font-size: 32rpx;
}
.group-label {
@@ -280,7 +319,8 @@
.time-label {
  color: #666;
  font-size: 26rpx;
  width: 160rpx;
  width: 140rpx;
  flex-shrink: 0;
}
.time-value {