css.wcss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "toolbarNode": {
  3. "overflow": "hidden",
  4. "height": "80px",
  5. "border-bottom-left-radius": "0px",
  6. "border-bottom-right-radius": "0px",
  7. "border-bottom": "1px solid #314e69",
  8. "border-right": "1px solid #314e69",
  9. "border-left": "1px solid #314e69",
  10. "margin-right": "0px",
  11. "margin-left": "0px",
  12. "background-color": "#4c6b87",
  13. "position": "static"
  14. },
  15. "iconElementNode": {
  16. "float": "left",
  17. "width": "80px",
  18. "height": "80px",
  19. "background-position": "center center",
  20. "background-repeat": "no-repeat",
  21. "cursor": "pointer"
  22. },
  23. "titleElementNode": {
  24. "float": "left",
  25. "width": "180px",
  26. "height": "80px",
  27. "line-height": "80px",
  28. "color": "#FFF",
  29. "font-weight": "bold",
  30. "font-family": "Microsoft YaHei",
  31. "font-size": "18px",
  32. "margin-left": "5px"
  33. },
  34. "elementContentNode": {
  35. "overflow": "hidden",
  36. "position": "static",
  37. "margin": "0px 10px"
  38. },
  39. "elementContentListNode": {
  40. "overflow": "hidden",
  41. "padding-bottom": "20px",
  42. "margin-right": "10px"
  43. },
  44. "workItemHeadNode": {
  45. "margin-top": "5px",
  46. "height": "40px",
  47. "background-color": "#dddddd",
  48. "color": "#666666",
  49. "font-weight": "bold",
  50. "line-height": "40px",
  51. "font-family": "Microsoft YaHei",
  52. "font-size": "14px"
  53. },
  54. "processAreaHeadNode": {
  55. "width": "20%",
  56. "height": "40px",
  57. "float": "left"
  58. },
  59. "keyAreaHeadNode": {
  60. "width": "40%",
  61. "height": "40px",
  62. "float": "left"
  63. },
  64. "numberAreaHeadNode":{
  65. "width": "20%",
  66. "height": "40px",
  67. "float": "left"
  68. },
  69. "emptyAreaHeadNode": {
  70. "width": "10%",
  71. "height": "40px",
  72. "float": "left"
  73. },
  74. "workItemNode": {
  75. "background-color": "#F6F6F6",
  76. "border-top": "1px solid #FFF",
  77. "border-bottom": "1px solid #CCC",
  78. "overflow": "hidden"
  79. },
  80. "workItemWorkNode":{
  81. "background-color": "#F6F6F6",
  82. "min-height": "39px",
  83. "overflow": "hidden",
  84. "color": "#666666",
  85. //"line-height": "39px",
  86. "font-family": "Microsoft YaHei",
  87. "font-size": "12px"
  88. },
  89. "workItemWorkNode_remove": {
  90. "background-color": "#ffcccc"
  91. },
  92. "processAreaNode": {
  93. "width": "20%",
  94. "height": "39px",
  95. "line-height": "39px",
  96. "float": "left"
  97. },
  98. "keyAreaNode": {
  99. "width": "40%",
  100. "height": "39px",
  101. "line-height": "39px",
  102. "float": "left"
  103. },
  104. "numberAreaNode": {
  105. "width": "20%",
  106. "height": "39px",
  107. "line-height": "39px",
  108. "float": "left"
  109. },
  110. "emptyAreaNode": {
  111. "width": "10%",
  112. "height": "39px",
  113. "line-height": "39px",
  114. "float": "left"
  115. },
  116. "actionDeleteNode": {
  117. "height": "20px",
  118. "border-radius": "3px",
  119. "border": "1px solid #666",
  120. "width": "20px",
  121. "line-height": "20px",
  122. "margin-top": "10px",
  123. "box-shadow": "1px 1px 2px #CCC",
  124. "color": "#888",
  125. "cursor": "pointer",
  126. "float": "left",
  127. "margin-right": "5px",
  128. "background": "url("+"../x_component_process_Application/$WorkExplorer/default/icon/delete.png) no-repeat center center"
  129. },
  130. "actionDeleteNode_over":{
  131. "box-shadow": "1px 1px 2px #999",
  132. "background": "url("+"../x_component_process_Application/$WorkExplorer/default/icon/delete_over.png) no-repeat center center",
  133. "background-color": "#666"
  134. },
  135. "actionDeleteNode_down":{
  136. "box-shadow": "-1px -1px 3px #999 inset",
  137. },
  138. "actionEditNode": {
  139. "height": "20px",
  140. "border-radius": "3px",
  141. "border": "1px solid #666",
  142. "width": "20px",
  143. "line-height": "20px",
  144. "margin-top": "10px",
  145. "box-shadow": "1px 1px 2px #CCC",
  146. "color": "#888",
  147. "cursor": "pointer",
  148. "float": "left",
  149. "margin-right": "5px",
  150. "background": "url("+"../x_component_process_Application/$WorkExplorer/default/icon/edit.png) no-repeat center center"
  151. },
  152. "actionEditNode_over":{
  153. "box-shadow": "1px 1px 2px #999",
  154. "background": "url("+"../x_component_process_Application/$WorkExplorer/default/icon/edit_over.png) no-repeat center center",
  155. "background-color": "#666"
  156. },
  157. "actionEditNode_down":{
  158. "box-shadow": "-1px -1px 3px #999 inset",
  159. },
  160. "editAreaNode": {
  161. "height": "38px",
  162. "position": "absolute",
  163. "border": "0px solid #999",
  164. "background-color": "#F6F6F6"
  165. },
  166. "editNumberInputNode": {
  167. "height": "18px",
  168. "margin-top": "8px",
  169. "border": "1px solid #999",
  170. "margin-left": "0px",
  171. "float": "left"
  172. },
  173. "editOkActionNode": {
  174. "height": "20px",
  175. "width": "50px",
  176. "line-height": "20px",
  177. "border": "1px solid #999",
  178. "border-radius": "3px",
  179. "background-color": "#4c6b87",
  180. "color": "#FFF",
  181. "text-align": "center",
  182. "margin-top": "7px",
  183. "margin-left": "5px",
  184. "cursor": "pointer",
  185. "float": "left"
  186. },
  187. "editCancelActionNode": {
  188. "height": "20px",
  189. "width": "40px",
  190. "line-height": "20px",
  191. "border": "1px solid #999",
  192. "border-radius": "3px",
  193. "color": "#666",
  194. "text-align": "center",
  195. "margin-top": "7px",
  196. "margin-left": "5px",
  197. "cursor": "pointer",
  198. "float": "left"
  199. },
  200. "noListText": {
  201. "color": "#999",
  202. "height": "30px",
  203. "line-height": "30px",
  204. "margin-left": "60px",
  205. "position": "relative",
  206. "top": "-30px"
  207. }
  208. }