css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. {
  2. "statementDesignerNode": {
  3. "height": "400px",
  4. "padding": "20px",
  5. "border-bottom" :"1px solid #cccccc"
  6. },
  7. "viewAreaNode": {
  8. "overflow": "hidden"
  9. },
  10. "viewTitleNode": {
  11. "height": "40px",
  12. "background-color": "#EEE",
  13. "border-bottom": "1px solid #999",
  14. "cursor": "pointer"
  15. },
  16. "viewTitleNode_run": {
  17. "height": "140px"
  18. },
  19. "viewContentScrollNode": {
  20. "overflow": "hidden",
  21. "border-bottom": "0px solid #999",
  22. "cursor": "default"
  23. },
  24. "viewContentNode": {
  25. "overflow": "hidden"
  26. },
  27. "contentLeftNode": {
  28. "width": "30px",
  29. "background-color": "#EEE",
  30. "border-right": "1px solid #999",
  31. "float": "left"
  32. },
  33. "contentRightNode": {
  34. "width": "30px",
  35. "background-color": "#EEE",
  36. "border-left": "1px solid #999",
  37. "float": "right"
  38. },
  39. "viewContentBodyNode": {
  40. "overflow": "hidden",
  41. "background-color": "#FFF"
  42. },
  43. "viewContentTableNode": {
  44. "width": "100%"
  45. },
  46. "viewContentTrNode": {
  47. },
  48. "viewContentTdNode": {
  49. "padding": "3px 5px",
  50. "border-bottom": "1px solid #CCC",
  51. "border-left": "0px solid #CCC"
  52. },
  53. "viewContentGroupTdNode": {
  54. "padding": "3px 5px",
  55. "border-bottom": "1px solid #CCC",
  56. "background-color": "#F9F9F9"
  57. },
  58. "viewContentTdGroupNode": {
  59. "overflow": "hidden",
  60. "cursor": "pointer"
  61. },
  62. "viewContentTdGroupIconNode": {
  63. "float": "left",
  64. "width": "20px",
  65. "height": "20px",
  66. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/right.png) center center no-repeat",
  67. },
  68. "viewContentTdGroupTextNode": {
  69. "height": "20px",
  70. "font-weight": "bold",
  71. "line-height": "20px",
  72. "margin-left": "20px"
  73. },
  74. "refreshNode": {
  75. "width": "30px",
  76. "height": "40px",
  77. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/refresh.png) center center no-repeat",
  78. "float": "left"
  79. },
  80. "addColumnNode": {
  81. "width": "29px",
  82. "height": "40px",
  83. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/addColumn.png) center center no-repeat",
  84. "float": "right"
  85. },
  86. "addColumnNode_run": {
  87. "width": "29px",
  88. "height": "140px",
  89. "background-position-y": "110px",
  90. "float": "right"
  91. },
  92. "viewTitleContentNode": {
  93. "margin": "0px 30px",
  94. "height": "40px"
  95. },
  96. "viewTitleTableNode": {
  97. "width": "100%",
  98. "height": "30px",
  99. "border-left": "1px solid #BBB",
  100. "border-right": "1px solid #BBB"
  101. },
  102. "viewTitleTrNode": {
  103. "height": "40px",
  104. "line-height": "40px"
  105. },
  106. "viewTitleColumnAreaNode": {
  107. "padding": "0px",
  108. "background-color": "#EEE",
  109. "border-right": "1px solid #BBB",
  110. "border-left": "1px solid #FFF",
  111. "white-space": "nowrap"
  112. },
  113. "viewTitleColumnNode": {
  114. "background-color": "#EEE",
  115. "height": "38px",
  116. "overflow": "hidden",
  117. "border": "1px solid #EEE"
  118. },
  119. "viewTitleColumnNode_error": {
  120. "background-color": "#ffc0cb",
  121. "height": "38px",
  122. "overflow": "hidden",
  123. "border": "1px solid #EEE"
  124. },
  125. "viewTitleColumnTextNode":{
  126. "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. "cloumnListIconNode": {
  147. "height": "26px",
  148. "width": "26px",
  149. "float": "left",
  150. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/column.png) center center no-repeat"
  151. },
  152. "cloumnListTextNode": {
  153. "margin-left": "26px"
  154. },
  155. "editTable": {
  156. },
  157. "editTableTitle": {
  158. "width": "60px",
  159. "font-weight": "bold",
  160. "font-size": "12px",
  161. "height": "24px",
  162. "line-height": "24px",
  163. "border-bottom": "1px dashed #CCC"
  164. },
  165. "editTableValue": {
  166. "height": "24px",
  167. "line-height": "24px",
  168. "border-bottom": "1px dashed #CCC"
  169. },
  170. "editTableInput": {
  171. "width": "98%",
  172. "border-top": "1px solid #DDD",
  173. "border-left": "1px solid #DDD",
  174. "border-bottom": "1px solid #EEE",
  175. "border-right": "1px solid #EEE"
  176. },
  177. "editTableInputDate": {
  178. "width": "98%",
  179. "border-top": "1px solid #DDD",
  180. "border-left": "1px solid #DDD",
  181. "border-bottom": "1px solid #EEE",
  182. "border-right": "1px solid #EEE"
  183. },
  184. "editTableInputNoWidth": {
  185. "border-top": "1px solid #DDD",
  186. "border-left": "1px solid #DDD",
  187. "border-bottom": "1px solid #EEE",
  188. "border-right": "1px solid #EEE"
  189. },
  190. "editTableTextarea": {
  191. "width": "98%",
  192. "height": "100px",
  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. "columnFilterInputArea": {
  199. "padding": "5px",
  200. "overflow": "hidden"
  201. },
  202. "columnFilterAddNode": {
  203. "border": "1px solid #999",
  204. "background-color": "#EEE",
  205. "width": "35px",
  206. "-webkit-user-select": "none",
  207. "-moz-user-select": "none",
  208. "padding": "0px 8px",
  209. "margin-top": "56px",
  210. "height": "20px",
  211. "line-height": "20px",
  212. "float": "left",
  213. "text-align": "right",
  214. "cursor": "pointer",
  215. "font-size": "12px",
  216. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/add.png) 3px center no-repeat"
  217. },
  218. "columnFilterValueNode": {
  219. "width": "95%",
  220. "height": "50px",
  221. "border": "1px solid #999",
  222. "margin-top": "5px",
  223. "overflow": "auto"
  224. },
  225. "filterTableTitle": {
  226. "height": "24px",
  227. "background-color": "#EEE",
  228. "line-height": "24px",
  229. "color": "#000",
  230. "font-size": "12px"
  231. },
  232. "filterTableTd": {
  233. "background-color": "#FFF",
  234. "color": "#333",
  235. "font-size": "12px"
  236. },
  237. "filterAddActionNode":{
  238. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/add.png) 3px center no-repeat",
  239. "height": "24px",
  240. "cursor": "pointer"
  241. },
  242. "filterDelActionNode":{
  243. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/del.png) 3px center no-repeat",
  244. "height": "24px",
  245. "cursor": "pointer"
  246. },
  247. "actionNodeStyles": {
  248. "width": "16px",
  249. "height": "16px",
  250. "margin-left": "2px",
  251. "margin-right": "2px",
  252. "float": "left",
  253. "border": "1px solid #F1F1F1",
  254. "cursor": "pointer"
  255. },
  256. "actionAreaNode": {
  257. "display": "none",
  258. // "width": 18*this.options.actions.length,
  259. "position": "absolute",
  260. "background-color": "#F1F1F1",
  261. "padding": "1px",
  262. "padding-right": "0px",
  263. "border": "1px solid #AAA",
  264. "box-shadow": "0px 2px 5px #999",
  265. "opacity": 1,
  266. "z-index": 100
  267. },
  268. "moveFlagNode": {
  269. "height": "40px",
  270. //"border": "0px dashed #333",
  271. "border-right": "1px solid #BBB",
  272. "border-left": "1px solid #FFF",
  273. "overflow": "hidden",
  274. "display": "block",
  275. "background": "#ffa200"
  276. },
  277. "applicationSelectTitle": {
  278. "height": "24px",
  279. "line-height": "24px",
  280. "background-color": "#EEE",
  281. "border-top": "2px solid #999",
  282. "text-align": "center"
  283. },
  284. "applicationSelectContent": {
  285. "min-height": "20px",
  286. "border-top": "1px solid #999",
  287. "padding": "5px 5px 0px 0px",
  288. "overflow": "hidden"
  289. },
  290. "applicationSelectItem": {
  291. "border": "1px solid #666",
  292. "color": "#FFF",
  293. "padding": "0px 5px",
  294. "margin-left": "5px",
  295. "margin-bottom": "5px",
  296. "background-color": "#666",
  297. "float": "left"
  298. },
  299. "applicationSelectAction": {
  300. "height": "20px",
  301. "margin": "10px auto",
  302. "text-align": "center",
  303. "width": "70px",
  304. "border": "1px solid #999",
  305. "background-color": "#F6F6F6",
  306. "cursor": "pointer"
  307. },
  308. "columnHideFlagNode": {
  309. "height": "40px",
  310. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/hidden.png) right center no-repeat",
  311. "position": "relative",
  312. "margin-right": "8px",
  313. "top": "-38px"
  314. },
  315. "propertyRefreshFormNode": {
  316. "width": "24px",
  317. "height": "24px",
  318. "float": "right",
  319. "background": "url("+"../x_component_query_ViewDesigner/$View/default/icon/refresh.png) no-repeat center center",
  320. "cursor": "pointer"
  321. },
  322. "viewGroupTitleNode": {
  323. "padding": "0px",
  324. "background-color": "#F1F1F1",
  325. "border-right": "1px solid #BBB",
  326. "border-left": "1px solid #FFF",
  327. "white-space": "nowrap"
  328. },
  329. "viewGroupTitleColumnNode": {
  330. "background-color": "#E6F3FF",
  331. "height": "38px",
  332. "overflow": "hidden",
  333. "border": "1px solid #EEE"
  334. },
  335. "viewGroupTitleColumnTextNode": {
  336. "padding": "0px 10px",
  337. "height": "38px",
  338. "font-weight": "bold",
  339. "color": "#1133FF",
  340. "white-space": "nowrap"
  341. },
  342. "columnListTable": {
  343. "width": "100%",
  344. },
  345. "columnListEditTr": {
  346. "height": "20px",
  347. "background-color": "#f3f3f3",
  348. },
  349. "cloumnListNode": {
  350. "height": "20px",
  351. "background-color": "#f3f3f3",
  352. },
  353. "cloumnListNode_over":{
  354. "background-color": "#eaf1fa"
  355. },
  356. "cloumnListNode_selected": {
  357. "background-color": "#cce2ff"
  358. },
  359. "columnListHeaderTd": {
  360. "height": "20px",
  361. "line-height": "20px",
  362. "font-weight": "bold",
  363. "background-color": "#eaf1fa",
  364. "text-align": "center",
  365. "border-bottom": "1px dotted #999",
  366. "border-right": "1px dotted #999"
  367. },
  368. "columnListTd": {
  369. "height": "20px",
  370. "line-height": "20px",
  371. "border-bottom": "1px dotted #999",
  372. "border-right": "1px dotted #999"
  373. },
  374. "columnListEditInput": {
  375. "width": "98%",
  376. "border": "0px",
  377. "height": "18px",
  378. "line-height": "20px",
  379. },
  380. "columnListEditModifyInput": {
  381. "width": "98%",
  382. "border": "0px",
  383. "height": "18px",
  384. "line-height": "20px",
  385. "background-color": "#ffffff"
  386. },
  387. "columnListEditSelect": {
  388. "border": "0px",
  389. "width": "100%",
  390. "height": "18px",
  391. "margin-top": "1px",
  392. "line-height": "20px",
  393. },
  394. "columnListEditModifySelect": {
  395. "border": "0px",
  396. "width": "100%",
  397. "height": "18px",
  398. "margin-top": "1px",
  399. "line-height": "20px",
  400. "background-color": "#ffffff"
  401. },
  402. "tableRunNode": {
  403. "width": "30px",
  404. "height": "40px",
  405. "background": "url("+"../x_component_query_TableDesigner/$Table/default/icon/play.png) center center no-repeat",
  406. "float": "left"
  407. },
  408. "tableRunNode_run": {
  409. "width": "30px",
  410. "height": "140px",
  411. "background-position-y": "10px",
  412. "float": "left"
  413. },
  414. "jpqlAreaNode": {
  415. "height": "98px",
  416. "background-color": "#ffffff",
  417. "border": "1px solid #bbbbbb",
  418. },
  419. "jpqlOptionArea": {
  420. "height": "34px",
  421. "line-height": "34px",
  422. "border-bottom": "1px solid #bbbbbb",
  423. "background-color": "#eeeeee"
  424. },
  425. "jpqlContentArea": {
  426. "overflow": "hidden",
  427. "height": "20px"
  428. },
  429. "jpqlContentWhereArea": {
  430. "overflow": "hidden",
  431. "height": "63px"
  432. },
  433. "jpqlOptionInput": {
  434. "width": "40px",
  435. "border": "1px solid #cccccc",
  436. "color": "#666666"
  437. },
  438. "statementTypeSelect": {
  439. "border": "1px solid #cccccc",
  440. "color": "#666666"
  441. }
  442. }