| | |
| | | right: 10px; |
| | | } |
| | | |
| | | // 完成流程线 |
| | | /* ---------完成颜色---------- */ |
| | | .highlight.djs-shape .djs-visual > :nth-child(1) { |
| | | fill: #56bb56 !important; |
| | | stroke: #56bb56 !important; |
| | |
| | | stroke: #56bb56 !important; |
| | | } |
| | | |
| | | // 代办流程线 |
| | | /* ----------代办颜色---------- */ |
| | | .highlight-todo.djs-shape .djs-visual > :nth-child(1) { |
| | | fill: #559db0 !important; |
| | | stroke: #559db0 !important; |
| | |
| | | stroke: #559db0 !important; |
| | | } |
| | | |
| | | // 已超时流程线 |
| | | /* --------容缺颜色-------- */ |
| | | //方块内部颜色 |
| | | .highlight-overtime.djs-shape .djs-visual > :nth-child(1) { |
| | | fill: #ff5353 !important; |
| | | stroke: #ff5353 !important; |
| | | .highlight-wait.djs-shape .djs-visual > :nth-child(1) { |
| | | fill: #F56C6C !important; |
| | | stroke: #F56C6C !important; |
| | | fill-opacity: 0.2 !important; |
| | | } |
| | | //文字颜色 |
| | | .highlight-overtime.djs-shape .djs-visual > :nth-child(2) { |
| | | fill: #ff5353 !important; |
| | | .highlight-wait.djs-shape .djs-visual > :nth-child(2) { |
| | | fill: #F56C6C !important; |
| | | } |
| | | //人物ui颜色 |
| | | .highlight-overtime.djs-shape .djs-visual > path { |
| | | fill: #ff5353 !important; |
| | | .highlight-wait.djs-shape .djs-visual > path { |
| | | fill: #F56C6C !important; |
| | | fill-opacity: 0.2 !important; |
| | | stroke: #ff5353 !important; |
| | | stroke: #F56C6C !important; |
| | | } |
| | | //前面那条线的颜色 |
| | | .highlight-overtime.djs-connection > .djs-visual > path { |
| | | stroke: #ff5353 !important; |
| | | .highlight-wait.djs-connection > .djs-visual > path { |
| | | stroke: #F56C6C !important; |
| | | } |
| | | |
| | | // 即将超时流程线 |
| | | /* --------跳过颜色--------- */ |
| | | .highlight-jump.djs-shape .djs-visual > :nth-child(1) { |
| | | fill: #909399 !important; |
| | | stroke: #909399 !important; |
| | | fill-opacity: 0.2 !important; |
| | | } |
| | | //文字颜色 |
| | | .highlight-jump.djs-shape .djs-visual > :nth-child(2) { |
| | | fill: #909399 !important; |
| | | } |
| | | //人物ui颜色 |
| | | .highlight-jump.djs-shape .djs-visual > path { |
| | | fill: #909399 !important; |
| | | fill-opacity: 0.2 !important; |
| | | stroke: #909399 !important; |
| | | } |
| | | //前面那条线的颜色 |
| | | .highlight-jump.djs-connection > .djs-visual > path { |
| | | stroke: #909399 !important; |
| | | } |
| | | |
| | | |
| | | /* --------超时颜色 */ |
| | | .highlight-willOvertime.djs-shape .djs-visual > :nth-child(1) { |
| | | fill: #eab24a !important; |
| | | stroke: #eab24a !important; |
| | |
| | | margin-right: 8px; |
| | | } |
| | | |
| | | .todo { |
| | | .jump { |
| | | padding: 4px; |
| | | background: #ECEDEE; |
| | | background: #909399; |
| | | border: 1px solid rgba(204, 204, 204, 0.1); |
| | | border-radius: 3px; |
| | | color: #666666; |
| | | color: #4f4f4f; |
| | | margin-right: 5px; |
| | | } |
| | | |
| | | .wait { |
| | | padding: 4px; |
| | | background: #F56C6C; |
| | | border: 1px solid rgba(204, 204, 204, 0.1); |
| | | border-radius: 3px; |
| | | color: #eae9e9; |
| | | margin-right: 5px; |
| | | } |
| | | |