css.wcss 11 KB

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