css.wcss 11 KB

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