| | |
| | | bottom: 0; |
| | | left: 50%; |
| | | transform: translateX(-50%); |
| | | width: 40rpx; |
| | | width: 50rpx; |
| | | height: 4rpx; |
| | | background-color: #0052d9; |
| | | border-radius: 2rpx; |
| | |
| | | } |
| | | |
| | | .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; |
| | | } |
| | | |
| | | /* 内容区域样式 */ |