css.wcss 12 KB

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