管灌系统农户端微信小程序(嘉峪关应用)
pages/irrigation/irrigation.wxss
@@ -39,7 +39,7 @@
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40rpx;
  width: 50rpx;
  height: 4rpx;
  background-color: #0052d9;
  border-radius: 2rpx;
@@ -81,19 +81,24 @@
}
.status-tag.draft {
  background-color: #ff9d00;
  background-color: #9E9E9E;
}
.status-tag.published {
  background-color: #0052d9;
  background-color: #90CAF9;
}
.status-tag.executing {
  background-color: #00a870;
  background-color: #2196F3;
}
.status-tag.completed {
  background-color: #999;
  background-color: #4CAF50;
}
.status-tag.terminated {
  background-color: #F44336;
  color: #ffffff;
}
/* 内容区域样式 */
@@ -252,6 +257,10 @@
  background-color: #1890FF !important;
}
.delete-button {
  background-color: #ff4d4f !important;
}
.stop-button {
  background-color: #ff4d4f !important;
}
@@ -314,6 +323,10 @@
  opacity: 0.8 !important;
}
.delete-button-hover {
  opacity: 0.8 !important;
}
.stop-button-hover {
  opacity: 0.8 !important;
}