css.wcss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. {
  2. "propertyNode": {
  3. "width": "320px",
  4. "overflow": "hidden",
  5. "float": "right",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text"
  8. },
  9. "viewListNode": {
  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-left": "261px",
  19. "margin-right": "321px",
  20. "border-right": "1px solid #505050",
  21. "border-left": "1px solid #505050",
  22. "background-color": "#FFF",
  23. "-webkit-user-select": "none",
  24. "-moz-user-select": "none"
  25. },
  26. "viewListResizeNode": {
  27. "width": "3px",
  28. "float": "right",
  29. "background-color": "#505050",
  30. "margin-right": "2px",
  31. "cursor": "col-resize"
  32. },
  33. "viewListAreaSccrollNode": {
  34. "margin": "4px",
  35. "margin-right": "8px",
  36. "overflow": "auto",
  37. "background-color": "#FFF",
  38. "border-top": "1px solid #999",
  39. "border-left": "1px solid #999",
  40. "border-bottom": "1px solid #DDD",
  41. "border-right": "1px solid #DDD"
  42. },
  43. "viewListAreaNode": {
  44. "overflow": "hidden"
  45. },
  46. "viewListTitleNode": {
  47. "height": "26px",
  48. "background-color": "#505050",
  49. "border-radius": "0px",
  50. "margin": "2px",
  51. "color": "#FFF",
  52. "line-height": "26px",
  53. "font-size": "12px",
  54. "font-weight": "bold",
  55. "padding-left": "10px",
  56. "clear": "both"
  57. },
  58. "listViewItem": {
  59. "height": "24px",
  60. "line-height": "24px",
  61. "margin": "3px 10px 0px 10px",
  62. "cursor": "pointer",
  63. "background": "#FFF",
  64. "color": "#333",
  65. "overflow" : "hidden"
  66. },
  67. "listViewItem_over": {
  68. "background": "#e8eef7"
  69. },
  70. "listViewItem_current": {
  71. "background": "#48638f",
  72. "color": "#FFF"
  73. },
  74. "listViewItemIcon": {
  75. "height": "24px",
  76. "width": "26px",
  77. "background": "url(../x_component_query_ImporterDesigner/$Main/default/importer.png) no-repeat center center",
  78. "float": "left"
  79. },
  80. "listViewItemText": {
  81. "height": "24px",
  82. "margin-left": "28px",
  83. "white-space": "nowrap"
  84. },
  85. "contentToolbarNode": {
  86. "height": "30px",
  87. "background-color": "#EEE"
  88. },
  89. "editContentNode": {
  90. "overflow": "hidden",
  91. "background": "#CCC",
  92. "-webkit-user-select": "none",
  93. "-moz-user-select": "none"
  94. },
  95. "designFrame": {
  96. "width": "100%",
  97. "height": "100%",
  98. "border": "0px"
  99. },
  100. "designBody": {
  101. "margin": "0px"
  102. },
  103. "designNode": {
  104. //"height": "100%",
  105. "margin": "15px",
  106. "box-shadow": "0px 0px 20px #606060",
  107. "background": "#FFF",
  108. "-webkit-user-select": "none",
  109. "overflow": "hidden",
  110. "background": "url(../x_component_query_ImporterDesigner/$Main/default/designerBg.png)",
  111. "-moz-user-select": "none"
  112. },
  113. "propertyTitleNode": {
  114. "height": "26px",
  115. "background-color": "#505050",
  116. "border-radius": "0px",
  117. "margin": "2px",
  118. "color": "#FFF",
  119. "line-height": "26px",
  120. "font-size": "12px",
  121. "font-weight": "bold",
  122. "padding-left": "10px",
  123. "clear": "both"
  124. },
  125. "propertyResizeBar": {
  126. "width": "3px",
  127. "float": "left",
  128. "background-color": "#505050",
  129. "margin-left": "2px",
  130. "cursor": "col-resize"
  131. },
  132. "propertyContentNode": {
  133. "background-color": "#EEE",
  134. "border-radius": "0px",
  135. "margin": "2px",
  136. "margin-left": "7px",
  137. "padding-right": "0px",
  138. "overflow": "hidden"
  139. },
  140. "propertyContentResizeNode": {
  141. "height": "3px",
  142. "background-color": "#505050",
  143. "cursor": "row-resize"
  144. },
  145. "propertyDomArea": {
  146. "overflow": "hidden",
  147. "background": "#FFF",
  148. "margin": "2px",
  149. "font-family": "Verdana, Geneva, sans-serif",
  150. "border-top": "1px solid #999",
  151. "border-left": "1px solid #999",
  152. "border-bottom": "1px solid #DDD",
  153. "border-right": "1px solid #DDD"
  154. },
  155. "propertyContentArea": {
  156. "overflow": "hidden",
  157. "margin-bottom": "2px"
  158. },
  159. "titleActionArea":{
  160. "float" : "right",
  161. "display": "flex",
  162. "align-items":"center",
  163. "height":"100%",
  164. "flex": "1",
  165. "justify-content": "flex-end"
  166. },
  167. "moreAction":{
  168. "margin-right": "10px",
  169. "width": "20px",
  170. "height": "20px",
  171. "cursor": "pointer",
  172. "background": "url(../x_component_query_ViewDesigner/$Main/default/toolbar/more.png) no-repeat center center",
  173. "background-size": "12px 12px"
  174. },
  175. "toolbarNode":{
  176. "border-bottom": "1px dashed rgb(204, 204, 204)",
  177. "width": "100%",
  178. "background": "#fff",
  179. "display": "none",
  180. "padding-bottom": "10px"
  181. },
  182. "itemSortArea":{
  183. "height": "38px",
  184. "line-height": "38px",
  185. "text-align": "center"
  186. },
  187. "itemSortSelect":{
  188. "border": "1px solid #ccc",
  189. "height": "20px",
  190. "width": "90%"
  191. },
  192. "searchArea":{
  193. "border": "1px solid #ccc",
  194. "padding": "0 0 0 2px",
  195. "overflow": "hidden",
  196. "width": "90%",
  197. "margin-left": "calc( 5% - 4px )",
  198. "text-align": "center"
  199. },
  200. "searchInput": {
  201. "width": "calc( 100% - 46px )",
  202. "height": "20px",
  203. "line-height": "20px",
  204. "font-size": "13px",
  205. "color": "#666",
  206. "border": "0",
  207. "float": "left",
  208. "background": "inherit"
  209. },
  210. "searchButton":{
  211. "cursor": "pointer",
  212. "width": "20px",
  213. "height": "20px",
  214. "line-height": "20px",
  215. "color": "#ccc",
  216. "float": "right",
  217. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/search.png) no-repeat center center",
  218. "background-size": "12px 12px"
  219. },
  220. "searchCancelButton":{
  221. "cursor": "pointer",
  222. "width": "20px",
  223. "height": "20px",
  224. "line-height": "20px",
  225. "color": "#ccc",
  226. "float": "right",
  227. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/icon_clear.png) no-repeat center center",
  228. "display": "none",
  229. "background-size": "12px 12px"
  230. }
  231. }