index.scss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. .djs-palette {
  2. width: 300px;
  3. .bpmn-icon-hand-tool:hover {
  4. &:after {
  5. content: '启动手动工具';
  6. position: absolute;
  7. left: 45px;
  8. width: 120px;
  9. font-size: 15px;
  10. font-weight: bold;
  11. color: #3a84de;
  12. border-radius: 2px;
  13. border: 1px solid #cccccc;
  14. background-color: #fafafa;
  15. opacity: 0.8;
  16. }
  17. }
  18. .bpmn-icon-lasso-tool:hover {
  19. &:after {
  20. content: '启动套索工具';
  21. position: absolute;
  22. left: 100px;
  23. width: 120px;
  24. font-size: 15px;
  25. font-weight: bold;
  26. color: #3a84de;
  27. border-radius: 2px;
  28. border: 1px solid #cccccc;
  29. background-color: #fafafa;
  30. opacity: 0.8;
  31. }
  32. }
  33. .bpmn-icon-space-tool:hover {
  34. &:after {
  35. content: '启动创建/删除空间工具';
  36. position: absolute;
  37. left: 45px;
  38. width: 170px;
  39. font-size: 15px;
  40. font-weight: bold;
  41. color: #3a84de;
  42. border-radius: 2px;
  43. border: 1px solid #cccccc;
  44. background-color: #fafafa;
  45. opacity: 0.8;
  46. }
  47. }
  48. .bpmn-icon-connection-multi:hover {
  49. &:after {
  50. content: '启动全局连接工具';
  51. position: absolute;
  52. left: 100px;
  53. width: 140px;
  54. font-size: 15px;
  55. font-weight: bold;
  56. color: #3a84de;
  57. border-radius: 2px;
  58. border: 1px solid #cccccc;
  59. background-color: #fafafa;
  60. opacity: 0.8;
  61. }
  62. }
  63. .bpmn-icon-start-event-none:hover {
  64. &:after {
  65. content: '创建开始事件';
  66. position: absolute;
  67. left: 45px;
  68. width: 120px;
  69. font-size: 15px;
  70. font-weight: bold;
  71. color: #3a84de;
  72. border-radius: 2px;
  73. border: 1px solid #cccccc;
  74. background-color: #fafafa;
  75. opacity: 0.8;
  76. }
  77. }
  78. .bpmn-icon-intermediate-event-none:hover {
  79. &:after {
  80. content: '创建中间/边界事件';
  81. position: absolute;
  82. left: 100px;
  83. width: 140px;
  84. font-size: 15px;
  85. font-weight: bold;
  86. color: #3a84de;
  87. border-radius: 2px;
  88. border: 1px solid #cccccc;
  89. background-color: #fafafa;
  90. opacity: 0.8;
  91. }
  92. }
  93. .bpmn-icon-end-event-none:hover {
  94. &:after {
  95. content: '创建结束事件';
  96. position: absolute;
  97. left: 45px;
  98. width: 120px;
  99. font-size: 15px;
  100. font-weight: bold;
  101. color: #3a84de;
  102. border-radius: 2px;
  103. border: 1px solid #cccccc;
  104. background-color: #fafafa;
  105. opacity: 0.8;
  106. }
  107. }
  108. .bpmn-icon-gateway-none:hover {
  109. &:after {
  110. content: '创建网关';
  111. position: absolute;
  112. left: 100px;
  113. width: 90px;
  114. font-size: 15px;
  115. font-weight: bold;
  116. color: #3a84de;
  117. border-radius: 2px;
  118. border: 1px solid #cccccc;
  119. background-color: #fafafa;
  120. opacity: 0.8;
  121. }
  122. }
  123. .bpmn-icon-gateway-parallel:hover {
  124. &:after {
  125. content: '创建并行网关';
  126. position: absolute;
  127. left: 45px;
  128. width: 120px;
  129. font-size: 15px;
  130. font-weight: bold;
  131. color: #3a84de;
  132. border-radius: 2px;
  133. border: 1px solid #cccccc;
  134. background-color: #fafafa;
  135. opacity: 0.8;
  136. }
  137. }
  138. .bpmn-icon-gateway-eventbased:hover {
  139. &:after {
  140. content: '创建事件网关';
  141. position: absolute;
  142. left: 100px;
  143. width: 120px;
  144. font-size: 15px;
  145. font-weight: bold;
  146. color: #3a84de;
  147. border-radius: 2px;
  148. border: 1px solid #cccccc;
  149. background-color: #fafafa;
  150. opacity: 0.8;
  151. }
  152. }
  153. .bpmn-icon-task:hover {
  154. &:after {
  155. content: '创建任务';
  156. position: absolute;
  157. left: 45px;
  158. width: 80px;
  159. font-size: 15px;
  160. font-weight: bold;
  161. color: #3a84de;
  162. border-radius: 2px;
  163. border: 1px solid #cccccc;
  164. background-color: #fafafa;
  165. opacity: 0.8;
  166. }
  167. }
  168. .bpmn-icon-subprocess-expanded:hover {
  169. &:after {
  170. content: '创建可折叠子流程';
  171. position: absolute;
  172. left: 100px;
  173. width: 140px;
  174. font-size: 15px;
  175. font-weight: bold;
  176. color: #3a84de;
  177. border-radius: 2px;
  178. border: 1px solid #cccccc;
  179. background-color: #fafafa;
  180. opacity: 0.8;
  181. }
  182. }
  183. .bpmn-icon-user-task:hover {
  184. &:after {
  185. content: '创建用户任务';
  186. position: absolute;
  187. left: 45px;
  188. width: 120px;
  189. font-size: 15px;
  190. font-weight: bold;
  191. color: #3a84de;
  192. border-radius: 2px;
  193. border: 1px solid #cccccc;
  194. background-color: #fafafa;
  195. opacity: 0.8;
  196. }
  197. }
  198. .task-multi-instance:hover {
  199. &:after {
  200. content: '创建多实例用户任务';
  201. position: absolute;
  202. left: 100px;
  203. width: 160px;
  204. font-size: 15px;
  205. font-weight: bold;
  206. color: #3a84de;
  207. border-radius: 2px;
  208. border: 1px solid #cccccc;
  209. background-color: #fafafa;
  210. opacity: 0.8;
  211. }
  212. }
  213. .bpmn-icon-participant:hover {
  214. &:after {
  215. content: '创建泳池/泳道';
  216. position: absolute;
  217. left: 45px;
  218. width: 120px;
  219. font-size: 15px;
  220. font-weight: bold;
  221. color: #3a84de;
  222. border-radius: 2px;
  223. border: 1px solid #cccccc;
  224. background-color: #fafafa;
  225. opacity: 0.8;
  226. }
  227. }
  228. .bpmn-icon-data-object {
  229. display: none;
  230. &:hover {
  231. &:after {
  232. content: '创建数据对象';
  233. position: absolute;
  234. left: 45px;
  235. width: 120px;
  236. font-size: 15px;
  237. font-weight: bold;
  238. color: #3a84de;
  239. border-radius: 2px;
  240. border: 1px solid #cccccc;
  241. background-color: #fafafa;
  242. opacity: 0.8;
  243. }
  244. }
  245. }
  246. .bpmn-icon-data-store {
  247. display: none;
  248. &:hover {
  249. &:after {
  250. content: '创建数据存储';
  251. position: absolute;
  252. left: 100px;
  253. width: 120px;
  254. font-size: 15px;
  255. font-weight: bold;
  256. color: #3a84de;
  257. border-radius: 2px;
  258. border: 1px solid #cccccc;
  259. background-color: #fafafa;
  260. opacity: 0.8;
  261. }
  262. }
  263. }
  264. .bpmn-icon-group {
  265. display: none;
  266. &:hover {
  267. &:after {
  268. content: '创建分组';
  269. position: absolute;
  270. left: 100px;
  271. width: 100px;
  272. font-size: 15px;
  273. font-weight: bold;
  274. color: #3a84de;
  275. border-radius: 2px;
  276. border: 1px solid #cccccc;
  277. background-color: #fafafa;
  278. opacity: 0.8;
  279. }
  280. }
  281. }
  282. }