css.wcss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. {
  2. "propertyNode": {
  3. "width": "300px",
  4. "overflow": "hidden",
  5. "float": "right",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text"
  8. },
  9. "scriptListNode": {
  10. "width": "260px",
  11. "overflow": "hidden",
  12. "border": "1px solid #505050",
  13. "height": "100%",
  14. "float": "left",
  15. "background-color": "#EEE"
  16. },
  17. "contentNode": {
  18. "margin-right": "301px",
  19. "border-right": "1px solid #505050",
  20. "border-left": "1px solid #505050",
  21. "background-color": "#FFF",
  22. "-webkit-user-select": "none",
  23. "-moz-user-select": "none"
  24. },
  25. "scriptListResizeNode": {
  26. "width": "3px",
  27. "float": "right",
  28. "background-color": "#505050",
  29. "margin-right": "2px",
  30. "cursor": "col-resize"
  31. },
  32. "scriptListAreaSccrollNode": {
  33. "margin": "4px",
  34. "margin-right": "8px",
  35. "overflow": "auto",
  36. "background-color": "#FFF",
  37. "border-top": "1px solid #999",
  38. "border-left": "1px solid #999",
  39. "border-bottom": "1px solid #DDD",
  40. "border-right": "1px solid #DDD"
  41. },
  42. "scriptListAreaNode": {
  43. "overflow": "hidden"
  44. },
  45. "scriptListTitleNode": {
  46. "height": "26px",
  47. "background-color": "#505050",
  48. "border-radius": "0px",
  49. "margin": "2px",
  50. "color": "#FFF",
  51. "line-height": "26px",
  52. "font-size": "12px",
  53. "font-weight": "bold",
  54. "padding-left": "10px",
  55. "clear": "both"
  56. },
  57. "listScriptItem": {
  58. "height": "24px",
  59. "line-height": "24px",
  60. "margin": "3px 10px 0px 10px",
  61. "cursor": "pointer",
  62. "background": "#FFF",
  63. "color": "#333"
  64. },
  65. "listScriptItem_over": {
  66. "background": "#e8eef7"
  67. },
  68. "listScriptItem_current": {
  69. "background": "#48638f",
  70. "color": "#FFF"
  71. },
  72. "listScriptItemIcon": {
  73. "height": "24px",
  74. "width": "26px",
  75. "background": "url("+"../x_component_process_ScriptDesigner/$Main/default/script.png) no-repeat center center",
  76. "float": "left"
  77. },
  78. "listScriptItemText": {
  79. "height": "24px",
  80. "margin-left": "28px",
  81. "white-space": "nowrap"
  82. },
  83. "includeTitleNode": {
  84. "height": "24px",
  85. "background-color": "#EEE",
  86. "border-bottom": "#999",
  87. "line-height": "24px"
  88. },
  89. "includeTitleActionNode": {
  90. "height": "24px",
  91. "width": "30px",
  92. "background": "url("+"../x_component_process_ScriptDesigner/$Script/default/icon/add.png) no-repeat center center",
  93. "float": "right",
  94. "cursor": "pointer"
  95. },
  96. "includeTitleTextNode": {
  97. "margin": "0px 35px 0px 5px",
  98. "height": "24px"
  99. },
  100. "includeScriptItem": {
  101. "height": "26px",
  102. "line-height": "26px",
  103. "border-bottom": "1px solid #999",
  104. "padding": "0px 0px 0px 10px",
  105. "cursor": "pointer"
  106. },
  107. "includeScriptItemAction": {
  108. "height": "26px",
  109. "width": "30px",
  110. "background": "url("+"../x_component_process_ScriptDesigner/$Script/default/icon/del.png) no-repeat center center",
  111. "float": "right",
  112. "cursor": "pointer"
  113. },
  114. "includeScriptItemText": {
  115. "height": "26px",
  116. "margin-right": "30px"
  117. },
  118. "propertyItemTitleNode": {
  119. "height": "24px",
  120. "line-height": "24px",
  121. "font-size": "12px",
  122. "font-weight": "bold",
  123. "margin": "10px 10px 0px 10px"
  124. },
  125. "propertyTextNode": {
  126. "height": "24px",
  127. "line-height": "24px",
  128. "font-size": "12px",
  129. "margin": "0px 10px",
  130. "color": "#666"
  131. },
  132. "propertyInputNode": {
  133. "display": "block",
  134. "width": "90%",
  135. "margin": "0px 10px",
  136. "border": "1px solid #999",
  137. "height": "20px",
  138. "line-height": "20px"
  139. },
  140. "propertyInputAreaNode": {
  141. "display": "block",
  142. "width": "90%",
  143. "margin": "0px 10px",
  144. "border": "1px solid #999",
  145. "height": "60px",
  146. "overflow": "auto"
  147. },
  148. "contentToolbarNode": {
  149. "height": "30px"
  150. },
  151. "editContentNode": {
  152. "overflow": "hidden",
  153. "background": "#CCC",
  154. "-webkit-user-select": "none",
  155. "-moz-user-select": "none"
  156. },
  157. "designFrame": {
  158. "width": "100%",
  159. "height": "100%",
  160. "border": "0px"
  161. },
  162. "designBody": {
  163. "margin": "0px"
  164. },
  165. "designNode": {
  166. //"height": "100%",
  167. "width": "auto",
  168. "margin": "15px",
  169. "box-shadow": "0px 0px 20px #606060",
  170. "background": "#FFF",
  171. "-webkit-user-select": "none",
  172. "overflow": "hidden",
  173. "-moz-user-select": "none"
  174. },
  175. "propertyTitleNode": {
  176. "height": "26px",
  177. "background-color": "#505050",
  178. "border-radius": "0px",
  179. "margin": "2px",
  180. "color": "#FFF",
  181. "line-height": "26px",
  182. "font-size": "12px",
  183. "font-weight": "bold",
  184. "padding-left": "10px",
  185. "clear": "both"
  186. },
  187. "propertyResizeBar": {
  188. "width": "3px",
  189. "float": "left",
  190. "background-color": "#505050",
  191. "margin-left": "2px",
  192. "cursor": "col-resize"
  193. },
  194. "propertyContentNode": {
  195. "background-color": "#EEE",
  196. "border-radius": "0px",
  197. "margin": "2px",
  198. "margin-left": "7px",
  199. "padding-right": "0px",
  200. "overflow": "hidden"
  201. },
  202. "propertyContentResizeNode": {
  203. "height": "3px",
  204. "background-color": "#505050",
  205. "cursor": "row-resize"
  206. },
  207. "propertyDomArea": {
  208. "overflow": "hidden",
  209. "background": "#FFF",
  210. "margin": "2px",
  211. "font-family": "Verdana, Geneva, sans-serif",
  212. "border-top": "1px solid #999",
  213. "border-left": "1px solid #999",
  214. "border-bottom": "1px solid #DDD",
  215. "border-right": "1px solid #DDD"
  216. },
  217. "propertyContentArea": {
  218. "overflow": "hidden",
  219. "background": "#FFF",
  220. "margin-bottom": "2px"
  221. },
  222. "titleActionArea":{
  223. "float" : "right",
  224. "display": "flex",
  225. "align-items":"center",
  226. "height":"100%",
  227. "flex": "1",
  228. "justify-content": "flex-end"
  229. },
  230. "moreAction":{
  231. "margin-right": "10px",
  232. "width": "20px",
  233. "height": "20px",
  234. "cursor": "pointer",
  235. "background": "url(../x_component_query_ViewDesigner/$Main/default/toolbar/more.png) no-repeat center center",
  236. "background-size": "12px 12px"
  237. },
  238. "toolbarNode":{
  239. "border-bottom": "1px dashed rgb(204, 204, 204)",
  240. "width": "100%",
  241. "background": "#fff",
  242. "display": "none",
  243. "padding-bottom": "10px"
  244. },
  245. "itemSortArea":{
  246. "height": "38px",
  247. "line-height": "38px",
  248. "text-align": "center"
  249. },
  250. "itemSortSelect":{
  251. "border": "1px solid #ccc",
  252. "height": "20px",
  253. "width": "90%"
  254. },
  255. "searchArea":{
  256. "border": "1px solid #ccc",
  257. "padding": "0 0 0 2px",
  258. "overflow": "hidden",
  259. "width": "90%",
  260. "margin-left": "calc( 5% - 4px )",
  261. "text-align": "center"
  262. },
  263. "searchInput": {
  264. "width": "calc( 100% - 46px )",
  265. "height": "20px",
  266. "line-height": "20px",
  267. "font-size": "13px",
  268. "color": "#666",
  269. "border": "0",
  270. "float": "left",
  271. "background": "inherit"
  272. },
  273. "searchButton":{
  274. "cursor": "pointer",
  275. "width": "20px",
  276. "height": "20px",
  277. "line-height": "20px",
  278. "color": "#ccc",
  279. "float": "right",
  280. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/search.png) no-repeat center center",
  281. "background-size": "12px 12px"
  282. },
  283. "searchCancelButton":{
  284. "cursor": "pointer",
  285. "width": "20px",
  286. "height": "20px",
  287. "line-height": "20px",
  288. "color": "#ccc",
  289. "float": "right",
  290. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/icon_clear.png) no-repeat center center",
  291. "display": "none",
  292. "background-size": "12px 12px"
  293. }
  294. }