css.wcss 10 KB

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