css.wcss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. {
  2. "nav" : {
  3. "position": "absolute",
  4. "width": "35px",
  5. "height": "300px",
  6. "padding": "5px 0",
  7. "left": "10px",
  8. "bottom": "10px",
  9. "background": "#5c97e1",
  10. "color": "#fff",
  11. "border-radius": "4px",
  12. //"z-index": "10",
  13. "box-shadow": "3px 3px 10px rgba(0, 0, 0, 0.2)",
  14. "transition": "-webkit-transform 0.7s 0.1s ease",
  15. "transition": "transform .7s 0.1s ease"
  16. },
  17. "navButton" : {
  18. "width": "35px",
  19. "height": "24px",
  20. "line-height": "24px",
  21. "text-align": "center",
  22. "margin-top" : "3px",
  23. "background": "#5c97e1"
  24. },
  25. "navButton_over": {
  26. "background-color": "#5A6378"
  27. },
  28. "navCreateMainWorkIcon" : {
  29. "cursor" : "pointer",
  30. "background": "url(/x_component_Execution/$Minder/default/icon/create.png)",
  31. "display": "block",
  32. //"background-position": "0 -870px",
  33. "width": "25px",
  34. "height": "25px",
  35. "margin": "0 auto"
  36. },
  37. "navButtonIcon" : {
  38. "cursor" : "pointer",
  39. "background": "url(/x_component_Execution/$Minder/default/icon/icons.png)",
  40. "width": "20px",
  41. "height": "20px",
  42. "margin": "2px auto",
  43. "display": "block"
  44. },
  45. "navZoominIcon":{
  46. "cursor" : "pointer",
  47. "background": "url(/x_component_Execution/$Minder/default/icon/plus.png)",
  48. "width": "20px",
  49. "height": "20px",
  50. "margin": "2px auto",
  51. "display": "block" //,
  52. //"background-position": "0 -730px"
  53. },
  54. "navZoomoutIcon": {
  55. "cursor" : "pointer",
  56. "background": "url(/x_component_Execution/$Minder/default/icon/minus.png)",
  57. "width": "20px",
  58. "height": "20px",
  59. "margin": "2px auto",
  60. "display": "block" //,
  61. //"background-position": "0 -750px"
  62. },
  63. "navZoompan": {
  64. "width": "2px",
  65. "height": "80px",
  66. "box-shadow": "0 1px #E50000",
  67. "position": "relative",
  68. "background": "white",
  69. "margin": "0px auto 3px auto",
  70. "overflow": "visible"
  71. },
  72. "navZoompanIndicator" :{
  73. "position": "absolute",
  74. "width":"8px",
  75. "height": "8px",
  76. "left": "-3px",
  77. "background": "white",
  78. "border-radius": "100%",
  79. "margin-top": "30px"
  80. },
  81. "navZoompanOrigin": {
  82. "background-color" : "#fff",
  83. "position": "absolute",
  84. "width": "16px",
  85. "height": "2px",
  86. "top" : "35px",
  87. "left": "-7px",
  88. "margin-top": "-2px",
  89. "cursor":"pointer"
  90. },
  91. "navZoompanOriginAfter": {
  92. "content": "' '",
  93. "display": "block",
  94. "width": "6px",
  95. "height": "2px",
  96. "background": "white",
  97. "left": "7px",
  98. "top": "3px",
  99. "position": "absolute"
  100. },
  101. "navHandIcon": {
  102. "cursor" : "pointer",
  103. "background": "url(/x_component_Execution/$Minder/default/icon/icons.png)",
  104. "display": "block",
  105. "background-position": "0 -770px",
  106. "width": "25px",
  107. "height": "25px",
  108. "margin": "0 auto"
  109. },
  110. "navCameraIcon":{
  111. "cursor" : "pointer",
  112. "background": "url(/x_component_Execution/$Minder/default/icon/center.png)",
  113. "display": "block",
  114. //"background-position": "0 -870px",
  115. "width": "25px",
  116. "height": "25px",
  117. "margin": "0 auto"
  118. },
  119. "navMoveIcon":{
  120. "cursor" : "pointer",
  121. "background": "url(/x_component_Execution/$Minder/default/icon/move.png) 2px 2px no-repeat",
  122. "display": "block",
  123. //"background-position": "0 -870px",
  124. "width": "25px",
  125. "height": "25px",
  126. "margin": "0 auto"
  127. },
  128. "navTemplateIcon":{
  129. "cursor" : "pointer",
  130. "background": "url(/x_component_Execution/$Minder/default/icon/tree.png) no-repeat",
  131. "display": "block",
  132. //"background-position": "0 -870px",
  133. "width": "25px",
  134. "height": "25px",
  135. "margin": "0 auto"
  136. },
  137. "navSearchIcon":{
  138. "cursor" : "pointer",
  139. "background": "url(/x_component_Execution/$Minder/default/icon/search.png)",
  140. "display": "block",
  141. //"background-position": "0 -870px",
  142. "width": "25px",
  143. "height": "25px",
  144. "margin": "0 auto"
  145. },
  146. "navExpandIcon":{
  147. "cursor" : "pointer",
  148. "background": "url(/x_component_Execution/$Minder/default/icon/floding.png) 4px 2px no-repeat",
  149. "display": "block",
  150. //"background-position": "0 -870px",
  151. "width": "25px",
  152. "height": "25px",
  153. "margin": "0 auto"
  154. },
  155. "navTriggerIcon" : {
  156. "cursor" : "pointer",
  157. "background": "url(/x_component_Execution/$Minder/default/icon/icons.png)",
  158. "display": "block",
  159. "background-position": "0 -845px",
  160. "width": "25px",
  161. "height": "25px",
  162. "margin": "0 auto"
  163. },
  164. "navPreviewer" : {
  165. "display" : "none",
  166. "background": "#fff",
  167. "width": "140px",
  168. "height": "120px",
  169. "position": "absolute",
  170. "left": "38px",
  171. "bottom": "42px",
  172. "box-shadow": "0 0 8px rgba(0, 0, 0, 0.2)",
  173. "border-radius": "0 2px 2px 0",
  174. "padding": "1px",
  175. //"z-index": "9",
  176. "cursor": "crosshair",
  177. "overflow" : "hidden",
  178. "transition": "-webkit-transform 0.7s 0.1s ease",
  179. "transition": "transform .7s 0.1s ease"
  180. },
  181. "navPreviewerGrab" : {
  182. // "cursor": "grabbing",
  183. // "cursor": "-webkit-grabbing",
  184. // "cursor": "-moz-grabbing",
  185. "cursor": "move"
  186. },
  187. "navPreviewerNoGrab" : {
  188. "cursor": "crosshair"
  189. },
  190. "searchBar" : {
  191. "position": "absolute",
  192. "width": "300px",
  193. "height": "32px",
  194. "line-height": "32px",
  195. "left": "36px",
  196. "bottom": "4px",
  197. "background": "#e1e6ef",
  198. "color": "#7e89a6",
  199. "border" : "1px solid #dedede",
  200. "border-radius-top-right": "4px",
  201. "border-radius-bottom-right": "4px",
  202. //"z-index": "10",
  203. "box-shadow": "3px 3px 10px rgba(0, 0, 0, 0.2)",
  204. "transition": "-webkit-transform 0.7s 0.1s ease",
  205. "transition": "transform .7s 0.1s ease"
  206. },
  207. "searchInput" : {
  208. "margin-left" : "1px",
  209. "width" : "165px",
  210. "margin-top" : "4px",
  211. "height" : "20px",
  212. "border" : "1px solid #e1e6ef",
  213. "float" : "left",
  214. "color": "#7e89a6",
  215. "font-size" : "12px"
  216. },
  217. "resultInforNode" : {
  218. "width" : "50px",
  219. "margin-top" : "4px",
  220. "height" : "22px",
  221. "line-height" : "22px",
  222. "text-align" : "center",
  223. "border-top" : "1px solid #e1e6ef",
  224. "border-right" : "1px solid #e1e6ef",
  225. "border-bottom" : "1px solid #e1e6ef",
  226. "float" : "left",
  227. "color": "#7e89a6",
  228. "background-color" : "#eee",
  229. "font-size" : "12px"
  230. },
  231. "nextButton" : {
  232. "cursor" : "pointer",
  233. "background": "url(/x_component_Execution/$Minder/default/icon/next.png) 2px 2px no-repeat",
  234. "background-color" : "#eee",
  235. "display": "block",
  236. "width": "22px",
  237. "height": "22px",
  238. "margin-top": "5px",
  239. "margin-right": "1px",
  240. "float" : "left"
  241. },
  242. "prevButton" : {
  243. "cursor" : "pointer",
  244. "background": "url(/x_component_Execution/$Minder/default/icon/prev.png) 2px 2px no-repeat",
  245. "background-color" : "#eee",
  246. "display": "block",
  247. "width": "22px",
  248. "height": "22px",
  249. "margin-top": "5px",
  250. "margin-right": "1px",
  251. "float" : "left"
  252. },
  253. "closeButton" : {
  254. "cursor" : "pointer",
  255. "background": "url(/x_component_Execution/$Minder/default/icon/close14.png) 4px 4px no-repeat",
  256. "display": "block",
  257. "width": "22px",
  258. "height": "22px",
  259. "margin-top": "5px",
  260. "margin-left": "5px",
  261. "float" : "left"
  262. },
  263. "templateSelectNode" : {
  264. "position": "absolute",
  265. "width": "130px",
  266. "height": "50px",
  267. "line-height": "32px",
  268. "padding-left" : "10px",
  269. "left": "36px",
  270. "bottom": "24px",
  271. "background": "#fff",
  272. "color": "#fff",
  273. "border" : "1px solid #dedede",
  274. "border-radius-top-right": "4px",
  275. "border-radius-bottom-right": "4px",
  276. "z-index": "10",
  277. "box-shadow": "3px 3px 10px rgba(0, 0, 0, 0.2)",
  278. "transition": "-webkit-transform 0.7s 0.1s ease",
  279. "transition": "transform .7s 0.1s ease"
  280. },
  281. "minderTemplate" : {
  282. "cursor" : "pointer",
  283. "background": "url(/x_component_Execution/$Minder/default/icon/template.png) no-repeat",
  284. "background-color" : "#fff",
  285. "display": "block",
  286. "width": "50px",
  287. "height": "40px",
  288. "margin-top": "5px",
  289. "margin-right": "10px",
  290. "float" : "left"
  291. },
  292. "minderTemplate_over" : {
  293. "background-color" : "#eee"
  294. },
  295. "fishboneTemplate" : {
  296. "cursor" : "pointer",
  297. "background": "url(/x_component_Execution/$Minder/default/icon/template.png) -200px 0px no-repeat",
  298. "background-color" : "#fff",
  299. "display": "block",
  300. "width": "50px",
  301. "height": "40px",
  302. "margin-top": "5px",
  303. "margin-right": "1px",
  304. "float" : "left"
  305. },
  306. "fishboneTemplate_over" : {
  307. "background-color" : "#eee"
  308. },
  309. "expendArea" : {
  310. "position": "absolute",
  311. "width": "100px",
  312. "min-height": "40px",
  313. "line-height": "20px",
  314. "left": "36px",
  315. "bottom": "113px",
  316. "background": "#fff",
  317. "color": "#666",
  318. "border" : "1px solid #dedede",
  319. "border-radius-top-right": "4px",
  320. "border-radius-bottom-right": "4px",
  321. "z-index": "10",
  322. "box-shadow": "3px 3px 10px rgba(0, 0, 0, 0.2)",
  323. "transition": "-webkit-transform 0.7s 0.1s ease",
  324. "transition": "transform .7s 0.1s ease"
  325. },
  326. "expendNode" : {
  327. "cursor" : "pointer",
  328. "background-color" : "#fff",
  329. "display": "block",
  330. "width": "80px",
  331. "height": "20px",
  332. "padding" : "2px 10px 2px 10px"
  333. },
  334. "expendNode_over" : {
  335. "background-color" : "#eee"
  336. }
  337. }