css.wcss 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. {
  2. "actionbarNode" : {
  3. "overflow": "hidden"
  4. },
  5. "viewAreaNode": {
  6. "overflow": "hidden"
  7. },
  8. "viewTitleNode": {
  9. "height": "40px",
  10. "background-color": "#EEE",
  11. "border-bottom": "1px solid #999",
  12. "cursor": "pointer"
  13. },
  14. "viewContentScrollNode": {
  15. "overflow": "hidden",
  16. "border-bottom": "0px solid #999",
  17. "cursor": "default"
  18. },
  19. "viewContentNode": {
  20. "overflow": "hidden"
  21. },
  22. "contentLeftNode": {
  23. "width": "30px",
  24. "background-color": "#EEE",
  25. "border-right": "1px solid #999",
  26. "float": "left"
  27. },
  28. "contentRightNode": {
  29. "width": "30px",
  30. "background-color": "#EEE",
  31. "border-left": "1px solid #999",
  32. "float": "right"
  33. },
  34. "viewContentBodyNode": {
  35. "overflow": "hidden",
  36. "background-color": "#FFF"
  37. },
  38. "viewContentTableNode": {
  39. "width": "100%"
  40. },
  41. "viewContentTrNode": {
  42. },
  43. "viewContentTdNode": {
  44. "padding": "3px 5px",
  45. "border-bottom": "1px solid #CCC"
  46. },
  47. "viewContentGroupTdNode": {
  48. "padding": "3px 5px",
  49. "border-bottom": "1px solid #CCC",
  50. "background-color": "#F9F9F9"
  51. },
  52. "viewContentTdGroupNode": {
  53. "overflow": "hidden",
  54. "cursor": "pointer"
  55. },
  56. "viewContentTdGroupIconNode": {
  57. "float": "left",
  58. "width": "20px",
  59. "height": "20px",
  60. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/right.png) center center no-repeat",
  61. },
  62. "viewContentTdGroupTextNode": {
  63. "height": "20px",
  64. "font-weight": "bold",
  65. "line-height": "20px",
  66. "margin-left": "20px"
  67. },
  68. "refreshNode": {
  69. "width": "29px",
  70. "height": "40px",
  71. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/refresh.png) center center no-repeat",
  72. "float": "left"
  73. },
  74. "addColumnNode": {
  75. "width": "29px",
  76. "height": "40px",
  77. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/addColumn.png) center center no-repeat",
  78. "float": "right"
  79. },
  80. "viewTitleContentNode": {
  81. "margin": "0px 31px",
  82. "height": "40px"
  83. },
  84. "viewTitleTableNode": {
  85. "width": "100%",
  86. "height": "30px",
  87. "border-left": "1px solid #BBB",
  88. "border-right": "1px solid #BBB"
  89. },
  90. "viewTitleTrNode": {
  91. "height": "40px",
  92. "line-height": "40px"
  93. },
  94. "viewTitleColumnAreaNode": {
  95. "padding": "0px",
  96. "background-color": "#EEE",
  97. "border-right": "1px solid #BBB",
  98. "border-left": "1px solid #FFF",
  99. "white-space": "nowrap"
  100. },
  101. "viewTitleColumnNode": {
  102. "background-color": "#EEE",
  103. "height": "38px",
  104. "overflow": "hidden",
  105. "border": "1px solid #EEE"
  106. },
  107. "viewTitleColumnTextNode":{
  108. "padding": "0px 10px",
  109. "height": "38px",
  110. "white-space": "nowrap"
  111. },
  112. "viewTitleColumnNode_selected": {
  113. "background-color": "#FFF",
  114. "height": "38px",
  115. "border": "1px solid red",
  116. "white-space": "nowrap"
  117. },
  118. "viewTitleColumnNode_over": {
  119. "background-color": "#F9F9F9",
  120. "height": "38px",
  121. "border": "1px dotted blue",
  122. "white-space": "nowrap"
  123. },
  124. "propertyTabNode": {
  125. "font-size": "12px",
  126. "margin-top": "5px"
  127. },
  128. "cloumnListNode": {
  129. "height": "26px",
  130. "padding": "0px 5px",
  131. "line-height": "26px",
  132. "font-size": "12px",
  133. "cursor": "pointer",
  134. "border-bottom": "1px dotted #999",
  135. "background-color": "#FFF",
  136. "color": "#333"
  137. },
  138. "cloumnListNode_selected": {
  139. "background-color": "#cce2ff"
  140. },
  141. "cloumnListNode_over": {
  142. "background-color": "#eaf1fa"
  143. },
  144. "cloumnListIconNode": {
  145. "height": "26px",
  146. "width": "26px",
  147. "float": "left",
  148. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/column.png) center center no-repeat"
  149. },
  150. "cloumnListTextNode": {
  151. "margin-left": "26px"
  152. },
  153. "editTable": {
  154. },
  155. "editTableTitle": {
  156. "width": "60px",
  157. "font-weight": "bold",
  158. "font-size": "12px",
  159. "height": "24px",
  160. "line-height": "24px",
  161. "border-bottom": "1px dashed #CCC"
  162. },
  163. "editTableTitleNoWidth": {
  164. "font-weight": "bold",
  165. "font-size": "12px",
  166. "height": "24px",
  167. "line-height": "24px",
  168. "border-bottom": "1px dashed #CCC"
  169. },
  170. "editTableValue": {
  171. "height": "24px",
  172. "line-height": "24px",
  173. "border-bottom": "1px dashed #CCC"
  174. },
  175. "editTableInput": {
  176. "width": "98%",
  177. "border-top": "1px solid #DDD",
  178. "border-left": "1px solid #DDD",
  179. "border-bottom": "1px solid #EEE",
  180. "border-right": "1px solid #EEE"
  181. },
  182. "editTableInputDate": {
  183. "width": "98%",
  184. "border-top": "1px solid #DDD",
  185. "border-left": "1px solid #DDD",
  186. "border-bottom": "1px solid #EEE",
  187. "border-right": "1px solid #EEE"
  188. },
  189. "editTableInputNoWidth": {
  190. "border-top": "1px solid #DDD",
  191. "border-left": "1px solid #DDD",
  192. "border-bottom": "1px solid #EEE",
  193. "border-right": "1px solid #EEE"
  194. },
  195. "editTableTextarea": {
  196. "width": "98%",
  197. "height": "100px",
  198. "border-top": "1px solid #DDD",
  199. "border-left": "1px solid #DDD",
  200. "border-bottom": "1px solid #EEE",
  201. "border-right": "1px solid #EEE"
  202. },
  203. "columnFilterInputArea": {
  204. "padding": "5px",
  205. "overflow": "hidden"
  206. },
  207. "columnFilterAddNode": {
  208. "border": "1px solid #999",
  209. "background-color": "#EEE",
  210. "width": "35px",
  211. "-webkit-user-select": "none",
  212. "-moz-user-select": "none",
  213. "padding": "0px 8px",
  214. "margin-top": "56px",
  215. "height": "20px",
  216. "line-height": "20px",
  217. "float": "left",
  218. "text-align": "right",
  219. "cursor": "pointer",
  220. "font-size": "12px",
  221. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/add.png) 3px center no-repeat"
  222. },
  223. "columnFilterValueNode": {
  224. "width": "95%",
  225. "height": "50px",
  226. "border": "1px solid #999",
  227. "margin-top": "5px",
  228. "overflow": "auto"
  229. },
  230. "filterTableTitle": {
  231. "height": "24px",
  232. "background-color": "#EEE",
  233. "line-height": "24px",
  234. "color": "#000",
  235. "font-size": "12px"
  236. },
  237. "filterTableTd": {
  238. "background-color": "#FFF",
  239. "color": "#333",
  240. "font-size": "12px"
  241. },
  242. "filterAddActionNode":{
  243. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/add.png) 3px center no-repeat",
  244. "height": "24px",
  245. "cursor": "pointer"
  246. },
  247. "filterDelActionNode":{
  248. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/del.png) 3px center no-repeat",
  249. "height": "24px",
  250. "cursor": "pointer"
  251. },
  252. "actionNodeStyles": {
  253. "width": "16px",
  254. "height": "16px",
  255. "margin-left": "2px",
  256. "margin-right": "2px",
  257. "float": "left",
  258. "border": "1px solid #F1F1F1",
  259. "cursor": "pointer"
  260. },
  261. "actionAreaNode": {
  262. "display": "none",
  263. // "width": 18*this.options.actions.length,
  264. "position": "absolute",
  265. "background-color": "#F1F1F1",
  266. "padding": "1px",
  267. "padding-right": "0px",
  268. "border": "1px solid #AAA",
  269. "box-shadow": "0px 2px 5px #999",
  270. "opacity": 1,
  271. "z-index": 100
  272. },
  273. "moveFlagNode": {
  274. "height": "40px",
  275. //"border": "0px dashed #333",
  276. "border-right": "1px solid #BBB",
  277. "border-left": "1px solid #FFF",
  278. "overflow": "hidden",
  279. "display": "block",
  280. "background": "#ffa200"
  281. },
  282. "applicationSelectTitle": {
  283. "height": "24px",
  284. "line-height": "24px",
  285. "background-color": "#EEE",
  286. "border-top": "2px solid #999",
  287. "text-align": "center"
  288. },
  289. "applicationSelectContent": {
  290. "min-height": "20px",
  291. "border-top": "1px solid #999",
  292. "padding": "5px 5px 0px 0px",
  293. "overflow": "hidden"
  294. },
  295. "applicationSelectItem": {
  296. "border": "1px solid #666",
  297. "color": "#FFF",
  298. "padding": "0px 5px",
  299. "margin-left": "5px",
  300. "margin-bottom": "5px",
  301. "background-color": "#666",
  302. "float": "left"
  303. },
  304. "applicationSelectAction": {
  305. "height": "20px",
  306. "margin": "10px auto",
  307. "text-align": "center",
  308. "width": "70px",
  309. "border": "1px solid #999",
  310. "background-color": "#F6F6F6",
  311. "cursor": "pointer"
  312. },
  313. "columnHideFlagNode": {
  314. "height": "40px",
  315. "background": "url("+"/x_component_process_ViewDesigner/$View/default/icon/hidden.png) right center no-repeat",
  316. "position": "relative",
  317. "margin-right": "8px",
  318. "top": "-38px"
  319. },
  320. "toolbarWarpNode": {
  321. "border": "1px dashed #999",
  322. "height": "auto",
  323. "overflow": "hidden",
  324. "margin": "auto",
  325. "display": "block",
  326. "-webkit-user-select": "none",
  327. "-moz-user-select": "none",
  328. "position": "static",
  329. "opacity": 1,
  330. "width": "auto",
  331. "margin": "3px 3px",
  332. "background-color": "#999",
  333. "cursor": "pointer"
  334. },
  335. "toolbarWarpNode_selected": {
  336. "background-color": "#FFF",
  337. // "height": "38px",
  338. "border": "1px solid red",
  339. "white-space": "nowrap"
  340. },
  341. "toolbarWarpNode_over": {
  342. "background-color": "#F9F9F9",
  343. // "height": "38px",
  344. "border": "1px dotted blue",
  345. "white-space": "nowrap"
  346. },
  347. }