| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- .djs-palette {
- width: 300px;
- .bpmn-icon-hand-tool:hover {
- &:after {
- content: '启动手动工具';
- position: absolute;
- left: 45px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-lasso-tool:hover {
- &:after {
- content: '启动套索工具';
- position: absolute;
- left: 100px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-space-tool:hover {
- &:after {
- content: '启动创建/删除空间工具';
- position: absolute;
- left: 45px;
- width: 170px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-connection-multi:hover {
- &:after {
- content: '启动全局连接工具';
- position: absolute;
- left: 100px;
- width: 140px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-start-event-none:hover {
- &:after {
- content: '创建开始事件';
- position: absolute;
- left: 45px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-intermediate-event-none:hover {
- &:after {
- content: '创建中间/边界事件';
- position: absolute;
- left: 100px;
- width: 140px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-end-event-none:hover {
- &:after {
- content: '创建结束事件';
- position: absolute;
- left: 45px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-gateway-none:hover {
- &:after {
- content: '创建网关';
- position: absolute;
- left: 100px;
- width: 90px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-gateway-parallel:hover {
- &:after {
- content: '创建并行网关';
- position: absolute;
- left: 45px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-gateway-eventbased:hover {
- &:after {
- content: '创建事件网关';
- position: absolute;
- left: 100px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-task:hover {
- &:after {
- content: '创建任务';
- position: absolute;
- left: 45px;
- width: 80px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-subprocess-expanded:hover {
- &:after {
- content: '创建可折叠子流程';
- position: absolute;
- left: 100px;
- width: 140px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-user-task:hover {
- &:after {
- content: '创建用户任务';
- position: absolute;
- left: 45px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .task-multi-instance:hover {
- &:after {
- content: '创建多实例用户任务';
- position: absolute;
- left: 100px;
- width: 160px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-participant:hover {
- &:after {
- content: '创建泳池/泳道';
- position: absolute;
- left: 45px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- .bpmn-icon-data-object {
- display: none;
- &:hover {
- &:after {
- content: '创建数据对象';
- position: absolute;
- left: 45px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- }
- .bpmn-icon-data-store {
- display: none;
- &:hover {
- &:after {
- content: '创建数据存储';
- position: absolute;
- left: 100px;
- width: 120px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- }
- .bpmn-icon-group {
- display: none;
- &:hover {
- &:after {
- content: '创建分组';
- position: absolute;
- left: 100px;
- width: 100px;
- font-size: 15px;
- font-weight: bold;
- color: #3a84de;
- border-radius: 2px;
- border: 1px solid #cccccc;
- background-color: #fafafa;
- opacity: 0.8;
- }
- }
- }
- }
|