css.wcss 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. {
  2. "searchNode": {
  3. "height": "36px",
  4. "width": "100%",
  5. "background-color": "#DDD",
  6. "border-bottom": "1px solid #999",
  7. "border-top": "1px solid #AAA"
  8. },
  9. "searchInputNode": {
  10. "width": "300px",
  11. "height": "22px",
  12. "float": "left",
  13. "background-color": "#FFF",
  14. "border": "1px solid #AAA",
  15. "margin": "6px 0px 6px 6px",
  16. "overflow": "hidden"
  17. },
  18. "searchInput": {
  19. "height": "22px",
  20. "width": "300px",
  21. "border": "0px"
  22. },
  23. "searchAction": {
  24. "height": "22px",
  25. "float": "left",
  26. "border": "0px solid #AAA",
  27. "margin": "6px 0px 6px 6px",
  28. "cursor": "pointer"
  29. },
  30. "searchLineNode": {
  31. "width": "1px",
  32. "height": "22px",
  33. "background-color": "#FFF",
  34. "border-left": "1px solid #CCC",
  35. "float": "left",
  36. "margin": "6px 0px 6px 6px"
  37. },
  38. "searchNextAction": {
  39. "height": "22px",
  40. "float": "left",
  41. "color": "#333",
  42. "border": "0px solid #AAA",
  43. "margin": "6px 0px 6px 6px",
  44. "cursor": "pointer"
  45. },
  46. "itemsNode": {
  47. "width": "35%",
  48. "overflow": "hidden",
  49. "float": "left"
  50. },
  51. "typesNode": {
  52. "width": "20%",
  53. "overflow": "hidden",
  54. "float": "left"
  55. },
  56. "valuesNode": {
  57. "width": "45%",
  58. "overflow": "hidden",
  59. "float": "left"
  60. },
  61. "itemTitleNode": {
  62. "height": "30px",
  63. "background-color": "#DDD",
  64. "cursor": "default",
  65. "line-height": "30px"
  66. },
  67. "typeTitleNode": {
  68. "height": "30px",
  69. "background-color": "#DDD",
  70. "cursor": "default",
  71. "line-height": "30px"
  72. },
  73. "valueTitleNode": {
  74. "height": "30px",
  75. "background-color": "#DDD",
  76. "cursor": "default",
  77. "line-height": "30px"
  78. },
  79. "itemResizeNode": {
  80. "width": "1px",
  81. "background-color": "#EEE",
  82. "border-right": "1px solid #999",
  83. "height": "30px",
  84. "float": "right"
  85. },
  86. "typeResizeNode": {
  87. "width": "1px",
  88. "background-color": "#EEE",
  89. "border-right": "1px solid #999",
  90. "height": "30px",
  91. "float": "right"
  92. },
  93. "itemTitleTextNode": {
  94. "margin-right": "2px",
  95. "height": "30px",
  96. "text-align": "center",
  97. "font-weight": "bold",
  98. "font-size": "12px"
  99. },
  100. "typeTitleTextNode": {
  101. "margin-right": "2px",
  102. "height": "30px",
  103. "text-align": "center",
  104. "font-weight": "bold",
  105. "font-size": "12px"
  106. },
  107. "valueTitleTextNode": {
  108. "height": "30px",
  109. "text-align": "center",
  110. "font-weight": "bold",
  111. "font-size": "12px"
  112. },
  113. "dataListItemNode": {
  114. "margin": "0px 5px",
  115. "hegiht": "24px",
  116. "border-bottom": "1px solid #CCC",
  117. "line-height": "24px",
  118. "overflow": "hidden"
  119. },
  120. "dataListItemKeyNode": {
  121. "float": "left",
  122. "width": "49%",
  123. "color": "#333",
  124. "cursor": "default",
  125. "overflow": "hidden"
  126. },
  127. "dataListItemValueNode": {
  128. "float": "right",
  129. "width": "49%",
  130. "color": "#999",
  131. "cursor": "default",
  132. "overflow": "hidden"
  133. },
  134. "dictionaryPropertyNode": {
  135. "overflow": "hidden",
  136. "background": "#FFF",
  137. "height": "100%"
  138. },
  139. "propertyTitleNode": {
  140. "height": "24px",
  141. "line-height": "24px",
  142. "font-size": "12px",
  143. "font-weight": "bold",
  144. "margin": "10px 10px 0px 10px"
  145. },
  146. "propertyTextNode": {
  147. "height": "24px",
  148. "line-height": "24px",
  149. "font-size": "12px",
  150. "margin": "0px 10px",
  151. "color": "#666"
  152. },
  153. "propertyInputNode": {
  154. "display": "block",
  155. "width": "90%",
  156. "margin": "0px 10px",
  157. "border": "1px solid #999",
  158. "height": "20px",
  159. "line-height": "20px"
  160. },
  161. "propertyInputAreaNode": {
  162. "display": "block",
  163. "width": "90%",
  164. "margin": "0px 10px",
  165. "border": "1px solid #999",
  166. "height": "60px",
  167. "overflow": "auto"
  168. },
  169. "jsonDomNode": {
  170. "overflow": "hidden",
  171. "background": "#FFF",
  172. "min-height": "500px"
  173. },
  174. "jsonTextNode": {
  175. "overflow": "hidden",
  176. "background": "#FFF"
  177. },
  178. "jsonTextAreaNode": {
  179. "border": "0px",
  180. "width": "100%",
  181. "height": "500px"
  182. },
  183. "itemNode": {
  184. "height": "24px",
  185. "line-height": "24px",
  186. "padding-right": "10px",
  187. "border-bottom": "1px solid #CCC",
  188. "background-color": "#FFF"
  189. },
  190. "itemNode_selected": {
  191. "background-color": "#e6ebf5"
  192. },
  193. "typeNode": {
  194. "height": "24px",
  195. "line-height": "24px",
  196. "padding": "0px 10px",
  197. "border-bottom": "1px solid #CCC",
  198. "background-color": "#FFF"
  199. },
  200. "typeNode_selected": {
  201. "background-color": "#e6ebf5"
  202. },
  203. "valueNode": {
  204. "height": "24px",
  205. "line-height": "24px",
  206. "padding": "0px 10px",
  207. "border-bottom": "1px solid #CCC",
  208. "background-color": "#FFF"
  209. },
  210. "valueNode_selected": {
  211. "background-color": "#e6ebf5"
  212. },
  213. "itemActionsAreaNode": {
  214. "width": "40px",
  215. "height": "24px",
  216. "float": "right",
  217. "opacity": 0
  218. },
  219. "itemAddActionNode": {
  220. "width": "20px",
  221. "height": "24px",
  222. "float": "left",
  223. "background": "url("+"/x_component_process_DictionaryDesigner/$Dictionary/default/icon/add.png) center center no-repeat",
  224. "cursor": "pointer"
  225. },
  226. "itemDelActionNode": {
  227. "width": "20px",
  228. "height": "24px",
  229. "float": "right",
  230. "background": "url("+"/x_component_process_DictionaryDesigner/$Dictionary/default/icon/del.png) center center no-repeat",
  231. "cursor": "pointer"
  232. },
  233. "itemExpColActionNode": {
  234. "width": "20px",
  235. "height": "24px",
  236. "float": "left",
  237. "background-position": "center center",
  238. "background-repeat": "no-repeat",
  239. "cursor": "pointer"
  240. },
  241. "typeActionsAreaNode": {
  242. "width": "20px",
  243. "height": "24px",
  244. "float": "right",
  245. "opacity": 1
  246. },
  247. "typeSelActionNode": {
  248. "width": "20px",
  249. "height": "24px",
  250. "background": "url("+"/x_component_process_DictionaryDesigner/$Dictionary/default/icon/sel.png) center center no-repeat",
  251. "cursor": "pointer"
  252. },
  253. "valueActionsAreaNode": {
  254. "width": "20px",
  255. "height": "24px",
  256. "float": "right",
  257. "opacity": 1
  258. },
  259. "valueSelActionNode": {
  260. "width": "20px",
  261. "height": "24px",
  262. "background": "url("+"/x_component_process_DictionaryDesigner/$Dictionary/default/icon/sel.png) center center no-repeat",
  263. "cursor": "pointer"
  264. },
  265. "itemTextNode": {
  266. "margin-right": "40px",
  267. "margin-left": "20px",
  268. "height": "24px",
  269. "line-height": "24px",
  270. "color": "#333"
  271. },
  272. "typeTextNode": {
  273. "margin-right": "20px",
  274. "height": "24px",
  275. "line-height": "24px",
  276. "color": "#999"
  277. },
  278. "valueTextNode": {
  279. "margin-right": "20px",
  280. "height": "24px",
  281. "line-height": "24px",
  282. "cursor": "default",
  283. "color": "#999"
  284. },
  285. "valueTextNode_edit": {
  286. "cursor": "auto",
  287. "color": "#333"
  288. },
  289. "typeSelectNode": {
  290. "position": "absolute",
  291. "height": "125px",
  292. "width": "100px",
  293. "background-color": "#DDD",
  294. "border": "1px solid #999",
  295. "box-shadow": "0px 0px 8px #777",
  296. "border-radius": "0px",
  297. "display": "none"
  298. },
  299. "typeSelectItemNode": {
  300. "height": "25px",
  301. "line-height": "25px",
  302. "padding": "0px 8px",
  303. "color": "#333",
  304. "background-color": "#EEE",
  305. "cursor": "pointer"
  306. },
  307. "typeSelectItemNode_over": {
  308. "color": "#FFF",
  309. "background-color": "#45556e"
  310. },
  311. "booleanSelectNode": {
  312. "position": "absolute",
  313. "height": "50px",
  314. "width": "100px",
  315. "background-color": "#DDD",
  316. "border": "1px solid #999",
  317. "box-shadow": "0px 0px 8px #777",
  318. "border-radius": "0px",
  319. "display": "none"
  320. },
  321. "itemEditValueNode": {
  322. "width": "90%",
  323. "height": "20px",
  324. "line-height": "20px",
  325. "border": "1px solid #999"
  326. },
  327. "itemEditValueNode_error": {
  328. "height": "20px",
  329. "border": "1px solid red"
  330. }
  331. }