css.wcss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. {
  2. "propertyNode": {
  3. "width": "300px",
  4. "overflow": "hidden",
  5. "float": "right",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text"
  8. },
  9. "agentListNode": {
  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. "agentListResizeNode": {
  26. "width": "3px",
  27. "float": "right",
  28. "background-color": "#505050",
  29. "margin-right": "2px",
  30. "cursor": "col-resize"
  31. },
  32. "agentListAreaSccrollNode": {
  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. "agentListAreaNode": {
  43. "overflow": "hidden"
  44. },
  45. "agentListTitleNode": {
  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. "listAgentItem": {
  58. "height": "24px",
  59. "line-height": "24px",
  60. "margin": "3px 10px 0px 10px",
  61. "cursor": "pointer",
  62. "background": "#FFF",
  63. "color": "#333"
  64. },
  65. "listAgentItem_over": {
  66. "background": "#e8eef7"
  67. },
  68. "listAgentItem_current": {
  69. "background": "#48638f",
  70. "color": "#FFF"
  71. },
  72. "listAgentItemIcon": {
  73. "height": "24px",
  74. "width": "26px",
  75. "background": "url("+"../x_component_service_AgentDesigner/$Main/default/script.png) no-repeat center center",
  76. "float": "left"
  77. },
  78. "listAgentItemText": {
  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_service_AgentDesigner/$Agent/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. "includeAgentItem": {
  101. "height": "26px",
  102. "line-height": "26px",
  103. "border-bottom": "1px solid #999",
  104. "padding": "0px 0px 0px 10px",
  105. "cursor": "pointer"
  106. },
  107. "includeAgentItemAction": {
  108. "height": "26px",
  109. "width": "30px",
  110. "background": "url("+"../x_component_service_AgentDesigner/$Agent/default/icon/del.png) no-repeat center center",
  111. "float": "right",
  112. "cursor": "pointer"
  113. },
  114. "includeAgentItemText": {
  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. "propertyButton": {
  149. "border-radius" : "5px",
  150. "cursor" : "pointer",
  151. "font-size" : "12px",
  152. "border" : "1px solid #ccc",
  153. "background-color" : "#fff",
  154. "display": "block",
  155. "padding" : "5px 10px",
  156. "float" : "left",
  157. "margin": "0px 20px",
  158. "border": "1px solid #999"
  159. },
  160. "contentToolbarNode": {
  161. "height": "30px"
  162. },
  163. "editContentNode": {
  164. "overflow": "hidden",
  165. "background": "#CCC",
  166. "-webkit-user-select": "none",
  167. "-moz-user-select": "none"
  168. },
  169. "designFrame": {
  170. "width": "100%",
  171. "height": "100%",
  172. "border": "0px"
  173. },
  174. "designBody": {
  175. "margin": "0px"
  176. },
  177. "designNode": {
  178. //"height": "100%",
  179. "width": "auto",
  180. "margin": "15px",
  181. "box-shadow": "0px 0px 20px #606060",
  182. "background": "#FFF",
  183. "-webkit-user-select": "none",
  184. "overflow": "hidden",
  185. "-moz-user-select": "none"
  186. },
  187. "propertyTitleNode": {
  188. "height": "26px",
  189. "background-color": "#505050",
  190. "border-radius": "0px",
  191. "margin": "2px",
  192. "color": "#FFF",
  193. "line-height": "26px",
  194. "font-size": "12px",
  195. "font-weight": "bold",
  196. "padding-left": "10px",
  197. "clear": "both"
  198. },
  199. "propertyResizeBar": {
  200. "width": "3px",
  201. "float": "left",
  202. "background-color": "#505050",
  203. "margin-left": "2px",
  204. "cursor": "col-resize"
  205. },
  206. "propertyContentNode": {
  207. "background-color": "#EEE",
  208. "border-radius": "0px",
  209. "margin": "2px",
  210. "margin-left": "7px",
  211. "padding-right": "0px",
  212. "overflow": "hidden"
  213. },
  214. "propertyContentResizeNode": {
  215. "height": "3px",
  216. "background-color": "#505050",
  217. "cursor": "row-resize"
  218. },
  219. "propertyDomArea": {
  220. "overflow": "hidden",
  221. "background": "#FFF",
  222. "margin": "2px",
  223. "font-family": "Verdana, Geneva, sans-serif",
  224. "border-top": "1px solid #999",
  225. "border-left": "1px solid #999",
  226. "border-bottom": "1px solid #DDD",
  227. "border-right": "1px solid #DDD"
  228. },
  229. "propertyContentArea": {
  230. "overflow": "auto",
  231. "background": "#FFF",
  232. "margin-bottom": "2px"
  233. },
  234. "titleActionArea":{
  235. "float" : "right",
  236. "display": "flex",
  237. "align-items":"center",
  238. "height":"100%",
  239. "flex": "1",
  240. "justify-content": "flex-end"
  241. },
  242. "moreAction":{
  243. "margin-right": "10px",
  244. "width": "20px",
  245. "height": "20px",
  246. "cursor": "pointer",
  247. "background": "url(../x_component_query_ViewDesigner/$Main/default/toolbar/more.png) no-repeat center center",
  248. "background-size": "12px 12px"
  249. },
  250. "toolbarNode":{
  251. "border-bottom": "1px dashed rgb(204, 204, 204)",
  252. "width": "100%",
  253. "background": "#fff",
  254. "display": "none",
  255. "padding-bottom": "10px"
  256. },
  257. "itemSortArea":{
  258. "height": "38px",
  259. "line-height": "38px",
  260. "text-align": "center"
  261. },
  262. "itemSortSelect":{
  263. "border": "1px solid #ccc",
  264. "height": "20px",
  265. "width": "90%"
  266. },
  267. "searchArea":{
  268. "border": "1px solid #ccc",
  269. "padding": "0 0 0 2px",
  270. "overflow": "hidden",
  271. "width": "90%",
  272. "margin-left": "calc( 5% - 4px )",
  273. "text-align": "center"
  274. },
  275. "searchInput": {
  276. "width": "calc( 100% - 46px )",
  277. "height": "20px",
  278. "line-height": "20px",
  279. "font-size": "13px",
  280. "color": "#666",
  281. "border": "0",
  282. "float": "left",
  283. "background": "inherit"
  284. },
  285. "searchButton":{
  286. "cursor": "pointer",
  287. "width": "20px",
  288. "height": "20px",
  289. "line-height": "20px",
  290. "color": "#ccc",
  291. "float": "right",
  292. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/search.png) no-repeat center center",
  293. "background-size": "12px 12px"
  294. },
  295. "searchCancelButton":{
  296. "cursor": "pointer",
  297. "width": "20px",
  298. "height": "20px",
  299. "line-height": "20px",
  300. "color": "#ccc",
  301. "float": "right",
  302. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/icon_clear.png) no-repeat center center",
  303. "display": "none",
  304. "background-size": "12px 12px"
  305. }
  306. }