| | |
| | | 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; |
| | |
| | | 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; |
| | |
| | | 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); |
| | |
| | | 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; |
| | |
| | | align-items: center; |
| | | margin-bottom: 12rpx; |
| | | width: 100%; |
| | | } |
| | | |
| | | .group-index { |
| | | color: #1890FF; |
| | | margin-right: 8rpx; |
| | | font-size: 32rpx; |
| | | } |
| | | |
| | | .group-label { |
| | |
| | | .time-label { |
| | | color: #666; |
| | | font-size: 26rpx; |
| | | width: 160rpx; |
| | | width: 140rpx; |
| | | flex-shrink: 0; |
| | | } |
| | | |
| | | .time-value { |