css.wcss 7.4 KB

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