css.wcss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "titleNode": {
  3. "margin": "0px",
  4. "height": "20px",
  5. "padding": "5px",
  6. "background-color": "#F6F6F6",
  7. "line-height": "20px",
  8. "text-align": "center"
  9. },
  10. "projectionTable": {
  11. "width": "100%",
  12. "border-top": "1px solid #999999"
  13. },
  14. "projectionTableTitle": {
  15. "border-right": "1px solid #cccccc",
  16. "border-bottom": "1px solid #cccccc",
  17. "height": "24px",
  18. "line-height": "24px",
  19. "background-color": "#eeeeee"
  20. },
  21. "projectionTableTd": {
  22. "border-right": "1px solid #cccccc",
  23. "border-bottom": "1px solid #cccccc",
  24. "height": "24px",
  25. "cursor": "pointer",
  26. "line-height": "24px",
  27. "word-break": "break-all"
  28. },
  29. "actionNode": {
  30. "width": "80%",
  31. "margin": "10px auto",
  32. "height": "24px",
  33. "line-height": "24px",
  34. "border-radius": "15px",
  35. "color": "#ffffff",
  36. "background-color": "#4a90e2",
  37. "text-align": "center",
  38. "cursor": "pointer"
  39. },
  40. "projectionItemInput": {
  41. "border": "0px",
  42. "height": "20px",
  43. "width": "98%",
  44. "line-height": "20px"
  45. },
  46. "projectionItemSelect": {
  47. "height": "20px",
  48. "border": "0px",
  49. "line-height": "20px"
  50. },
  51. "projectionItemAction": {
  52. "height": "24px",
  53. "width": "24px",
  54. "cursor": "pointer",
  55. "background": "url("+"../x_component_process_ProcessDesigner/widget/$ProjectionEditor/default/del.png) no-repeat center center"
  56. },
  57. "projectionTableTr": {
  58. "background-color": "#ffffff"
  59. },
  60. "projectionTableTr_selected": {
  61. "background-color": "#e4eef9"
  62. },
  63. "selectNode": {
  64. "margin": "0px",
  65. "padding": "5px",
  66. "background-color": "#F6F6F6",
  67. "overflow": "hidden"
  68. },
  69. "downNode": {
  70. "height": "24px",
  71. "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/down.png) no-repeat center center"
  72. },
  73. "itemNode": {
  74. "height": "18px",
  75. "line-height": "18px",
  76. "padding": "2px 5px",
  77. "margin": "2px",
  78. "background": "#F6F6F6",
  79. "float": "left",
  80. "border": "1px solid #CCC",
  81. "cursor": "pointer",
  82. "color": "#333"
  83. },
  84. "itemNode_over": {
  85. "background": "#616161",
  86. "color": "#FFF"
  87. },
  88. "itemIconNode": {
  89. "float": "right",
  90. "width": "16px",
  91. "height": "18px",
  92. "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/flag.png) no-repeat center right"
  93. },
  94. "itemIconNode_over": {
  95. "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/flag_over.png) no-repeat center right"
  96. },
  97. "itemTextNode": {
  98. "margin-right": "16px"
  99. },
  100. "showNode": {
  101. "overflow": "hidden",
  102. "padding": "5px 5px",
  103. "min-height": "24px",
  104. "background-color": "#F6F6F6",
  105. "border-top": "0px solid #999"
  106. },
  107. "previewNode": {
  108. "min-height": "20px",
  109. "line-height": "20px",
  110. "background-color": "#F6F6F6",
  111. "overflow": "hidden"
  112. },
  113. "propertyNode":{
  114. "margin": "0px 0px 10px 0px",
  115. "padding": "5px",
  116. "background": "#F6F6F6",
  117. "overflow": "hidden",
  118. "border-top": "1px solid #CCC",
  119. "border-bottom": "1px solid #CCC"
  120. },
  121. "selectedItemNode": {
  122. "height": "20px",
  123. "line-height": "20px",
  124. "margin": "2px",
  125. "background": "#FFF",
  126. "float": "left",
  127. "border": "1px solid #999",
  128. "border-radius": "6px",
  129. "cursor": "pointer",
  130. "color": "#333",
  131. "box-shadow": "1px 1px 3px #666"
  132. },
  133. "selectedItemTextNode": {
  134. "float": "left",
  135. "height": "20px",
  136. "padding": "0px 2px 0px 5px",
  137. },
  138. "selectedItemCloseNode": {
  139. "float": "right",
  140. "height": "20px",
  141. "width": "14px",
  142. "background": "url("+"../x_component_process_ProcessDesigner/widget/$SerialEditor/default/delete.png) no-repeat center center"
  143. },
  144. "selectedItemNode_over": {
  145. "background": "#F1F1F1",
  146. "box-shadow": "1px 1px 2px #999"
  147. },
  148. "selectedItemNode_check": {
  149. "background": "#e1e9ff",
  150. "box-shadow": "0px 0px 3px #999 inset"
  151. },
  152. "itemPropertyNode": {
  153. "overflow": "hidden",
  154. "dispaly": "none"
  155. },
  156. "propertyTitleNode": {
  157. "width": "70px",
  158. "font-weight": "bold",
  159. "font-size": "12px",
  160. "min-height": "24px",
  161. "line-height": "24px",
  162. "margin-left": "5px",
  163. "float": "left"
  164. },
  165. "propertyInputDivNode": {
  166. "margin-left": "75px",
  167. "min-height": "24px",
  168. "line-height": "24px",
  169. "border-bottom": "1px dashed #CCC"
  170. },
  171. "propertyInputNode": {
  172. "width": "97%",
  173. "border-top": "1px solid #DDD",
  174. "border-left": "1px solid #DDD",
  175. "border-bottom": "1px solid #EEE",
  176. "border-right": "1px solid #EEE"
  177. },
  178. "scriptNode": {
  179. "height": "200px"
  180. },
  181. "lineNode": {
  182. "overflow": "hidden",
  183. "border-bottom": "1px dashed #CCC",
  184. }
  185. }