css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. {
  2. "node": {
  3. "height": "100%",
  4. "background": "#ffffff",
  5. "overflow": "hidden"
  6. },
  7. "searchAreaNode": {
  8. //"padding": "0px 20px 0px 10px",
  9. "overflow": "hidden"
  10. },
  11. "viewAreaNode": {
  12. "overflow": "hidden"
  13. },
  14. "viewPageNode": {
  15. // "padding-top": "10px",
  16. // "height": "30px"
  17. },
  18. "viewPageAreaNode": {
  19. // "height": "24px"
  20. //"margin-top": "28px"
  21. },
  22. "viewPageContentNode": {
  23. "float": "left",
  24. "margin-left": "10px",
  25. "height": "24px"
  26. },
  27. "viewPageFirstLastNode": {
  28. "height": "24px",
  29. "width": "80px",
  30. "border": "1px solid #e6e6e6",
  31. "color": "#777777",
  32. "text-align": "center",
  33. "line-height": "24px",
  34. "cursor": "pointer",
  35. "background-color": "#ffffff",
  36. "float": "left"
  37. },
  38. "viewPageFirstLastNode_over": {
  39. "background-color": "#f1f1f1"
  40. },
  41. "viewPageFirstLastNode_down": {
  42. "background-color": "#dddddd"
  43. },
  44. "viewPageFirstLastNode_up": {
  45. "background-color": "#ffffff"
  46. },
  47. "viewPageButtonNode": {
  48. "width": "24px",
  49. "height": "24px",
  50. "border": "1px solid #e6e6e6",
  51. "color": "#777777",
  52. "text-align": "center",
  53. "line-height": "24px",
  54. "cursor": "pointer",
  55. "background-color": "#ffffff",
  56. "float": "left",
  57. "margin-right": "10px"
  58. },
  59. "viewPageButtonNode_over": {
  60. "background-color": "#f1f1f1"
  61. },
  62. "viewPageButtonNode_down": {
  63. "background-color": "#dddddd"
  64. },
  65. "viewPageButtonNode_up": {
  66. "background-color": "#ffffff"
  67. },
  68. "viewPageButtonNode_current": {
  69. "background-color": "#4a90e2",
  70. "color": "#ffffff"
  71. },
  72. "viewPagePrevButtonNode": {
  73. "width": "24px",
  74. "height": "24px",
  75. "border": "1px solid #e6e6e6",
  76. "color": "#777777",
  77. "text-align": "center",
  78. "line-height": "24px",
  79. "cursor": "pointer",
  80. "background-color": "#ffffff",
  81. "float": "left",
  82. "margin-right": "10px",
  83. "background": "url(../x_component_query_Query/$Viewer/default/page/left.png) center center no-repeat"
  84. },
  85. "viewPagePrevButtonNode_over": {
  86. "background-color": "#f1f1f1"
  87. },
  88. "viewPagePrevButtonNode_down": {
  89. "background-color": "#dddddd"
  90. },
  91. "viewPagePrevButtonNode_up": {
  92. "background-color": "#ffffff"
  93. },
  94. "viewPagePrevButtonNode_gray": {
  95. "background": "url(../x_component_query_Query/$Viewer/default/page/left_gray.png) center center no-repeat"
  96. },
  97. "viewPageNextButtonNode": {
  98. "width": "24px",
  99. "height": "24px",
  100. "border": "1px solid #e6e6e6",
  101. "color": "#777777",
  102. "text-align": "center",
  103. "line-height": "24px",
  104. "cursor": "pointer",
  105. "background-color": "#ffffff",
  106. "float": "left",
  107. "margin-right": "10px",
  108. "background": "url(../x_component_query_Query/$Viewer/default/page/right.png) center center no-repeat"
  109. },
  110. "viewPageNextButtonNode_over": {
  111. "background-color": "#f1f1f1"
  112. },
  113. "viewPageNextButtonNode_down": {
  114. "background-color": "#dddddd"
  115. },
  116. "viewPageNextButtonNode_up": {
  117. "background-color": "#ffffff"
  118. },
  119. "viewPageNextButtonNode_gray": {
  120. "background": "url(../x_component_query_Query/$Viewer/default/page/right_gray.png) center center no-repeat"
  121. },
  122. "searchSimpleNode": {
  123. "height": "24px",
  124. "border": "1px solid #CCCCCC",
  125. "margin": "10px",
  126. "border-radius": "5px",
  127. "overflow": "hidden"
  128. },
  129. "searchSimpleButtonNode": {
  130. "height": "24px",
  131. "width": "30px",
  132. "overflow": "hidden",
  133. "float": "right",
  134. "cursor": "pointer",
  135. "background": "url(../x_component_query_Query/$Viewer/default/icon/search.png) center center no-repeat",
  136. },
  137. "searchSimpleInputNode": {
  138. "border": "0px",
  139. "height": "22px",
  140. "display": "block",
  141. "padding": "0px 5px",
  142. "border-radius": "5px",
  143. "color": "#999999",
  144. "width": "90%"
  145. },
  146. "viewFilterSearchInputAreaNode": {
  147. //"min-width": "300px",
  148. //"width": "40%",
  149. "height": "24px",
  150. "border": "1px solid #cccccc",
  151. "margin": "10px 90px 10px 10px",
  152. "border-radius": "5px"
  153. },
  154. "viewFilterSearchInputAreaNode_custom": {
  155. "width": "auto",
  156. "height": "80px",
  157. "border": "1px solid #cccccc",
  158. "float": "none",
  159. "margin": "10px",
  160. "border-radius": "5px"
  161. },
  162. "viewFilterSearchCustomActionNode": {
  163. "height": "24px",
  164. "line-height": "24px",
  165. "border": "1px solid #cccccc",
  166. "color": "#333333",
  167. "text-align": "center",
  168. "margin": "10px 10px 10px 0px",
  169. "padding": "0px 10px",
  170. "float": "right",
  171. "cursor": "pointer",
  172. "border-radius": "5px",
  173. "margin-left": "10px"
  174. },
  175. "viewFilterSearchIconNode": {
  176. "height": "24px",
  177. "width": "40px",
  178. "background": "url("+"../x_component_query_Query/$Viewer/default/icon/search.png) center center no-repeat",
  179. "float": "right",
  180. "cursor": "pointer"
  181. },
  182. "viewFilterSearchInputBoxNode": {
  183. "margin-right": "40px",
  184. "margin-left": "5px",
  185. "height": "24px",
  186. "overflow": "hidden"
  187. },
  188. "viewFilterSearchInputNode": {
  189. "width": "99%",
  190. "height": "22px",
  191. "color": "#999999",
  192. "border-radius": "5px",
  193. "border": "0px"
  194. },
  195. "viewFilterSearchCustomCloseActionNode": {
  196. "width": "20px",
  197. "height": "80px",
  198. "float": "right",
  199. "background": "url("+"../x_component_query_Query/$Viewer/default/icon/back.png) center 5px no-repeat",
  200. "cursor": "pointer"
  201. },
  202. "viewFilterSearchCustomContentNode": {
  203. "height": "80px",
  204. "margin-right": "20px"
  205. },
  206. "viewFilterSearchCustomPathContentNode": {
  207. "height": "80px",
  208. "border-right": "1px solid #cccccc",
  209. "width": "99px",
  210. "float": "left"
  211. },
  212. "viewFilterSearchCustomComparisonContentNode": {
  213. "height": "80px",
  214. "border-right": "1px solid #cccccc",
  215. "width": "99px",
  216. "float": "left"
  217. },
  218. "viewFilterSearchCustomValueContentNode": {
  219. "height": "80px",
  220. "border-right": "1px solid #cccccc",
  221. "width": "199px",
  222. "float": "left"
  223. },
  224. "viewFilterSearchCustomAddContentNode": {
  225. "width": "19px",
  226. "height": "80px",
  227. "border-right": "1px solid #cccccc",
  228. "background-color": "#eeeeee",
  229. "float": "left",
  230. "cursor": "pointer"
  231. },
  232. "viewFilterSearchCustomAddIconNode": {
  233. "background": "url("+"../x_component_query_Query/$Viewer/default/icon/right.png) center center no-repeat",
  234. "height": "80px"
  235. },
  236. "viewFilterSearchCustomFilterContentNode": {
  237. "height": "74px",
  238. "padding": "3px",
  239. "overflow": "auto",
  240. "margin-left": "420px"
  241. },
  242. "viewFilterSearchCustomPathListNode": {
  243. "border": "0px",
  244. "border-radius": "5px",
  245. "height": "80px",
  246. "padding": "3px",
  247. "width": "99px",
  248. "font-size": "12px"
  249. },
  250. "viewFilterSearchCustomComparisonListNode": {
  251. "border": "0px",
  252. "height": "80px",
  253. "padding": "3px",
  254. "width": "99px",
  255. "font-size": "12px"
  256. },
  257. "viewFilterSearchOptionNode": {
  258. "margin": "3px"
  259. },
  260. "viewFilterSearchCustomValueNode": {
  261. "border": "0px",
  262. "height": "78px",
  263. "overflow": "auto",
  264. "width": "197px"
  265. },
  266. "viewFilterSearchCustomValueSelectNode": {
  267. "border": "0px",
  268. "padding": "2px",
  269. "height": "74px",
  270. "overflow": "auto",
  271. "width": "194px"
  272. },
  273. "viewSearchFilterNode": {
  274. "height": "19px",
  275. "margin": "2px",
  276. "line-height": "19px",
  277. "border": "1px solid #cccccc",
  278. "border-radius": "3px",
  279. "cursor": "pointer",
  280. "color": "#666666",
  281. "float": "left"
  282. },
  283. "viewSearchFilterNode_over": {
  284. "border": "1px solid #fe9145",
  285. //"color": "#fe9145",
  286. },
  287. "viewSearchFilterSelectAreaNode": {
  288. "height": "17px",
  289. "padding": "0px 3px",
  290. "margin": "1px 3px",
  291. "background-color": "#dddddd",
  292. "border-radius": "8px",
  293. "color": "#333333",
  294. "float": "left"
  295. },
  296. "viewSearchFilterSelectNode": {
  297. "line-height": "17px",
  298. "height": "15px",
  299. "padding": "0px 2px",
  300. "font-size": "11px",
  301. "float": "left"
  302. },
  303. "viewSearchFilterSelectButtonNode": {
  304. "float": "right",
  305. "height": "13px",
  306. "width": "13px",
  307. "margin": "2px 0px",
  308. "border-radius": "6px",
  309. "background-color": "#666666",
  310. },
  311. "viewSearchFilterSelectButtonNode_over": {
  312. "background-color": "#fe9145"
  313. },
  314. "viewSearchFilterTextNode": {
  315. "height": "19px",
  316. "padding": "0px 3px",
  317. "float": "left"
  318. },
  319. "viewSearchFilterDeleteNode": {
  320. "width": "20px",
  321. "height": "19px",
  322. "background": "url("+"../x_component_query_Query/$Viewer/default/icon/delFilter.png) center center no-repeat",
  323. "float": "left"
  324. },
  325. "viewSearchFilterDeleteNode_over": {
  326. "background": "url("+"../x_component_query_Query/$Viewer/default/icon/delFilter_over.png) center center no-repeat"
  327. },
  328. "contentAreaNode": {
  329. //"padding": "0px 20px",
  330. "height": "100%",
  331. "overflow": "auto"
  332. },
  333. "viewTitleTableNode": {
  334. "margin-bottom": "20px",
  335. "width": "100%"
  336. },
  337. "viewLoadingAreaNode": {
  338. "background": "#F9F9F9",
  339. "height": "40px",
  340. "border-left": "1px solid #CCC",
  341. "border-right": "1px solid #CCC",
  342. "border-bottom": "1px solid #CCC",
  343. "margin-top": "-20px"
  344. },
  345. "viewLoadingNode": {
  346. "border-radius": "3px",
  347. "background": "#DDD",
  348. "height": "26px",
  349. "width": "100px",
  350. "margin": "auto",
  351. "border": "1px solid #CCC",
  352. "line-height": "26px",
  353. "color": "#666"
  354. },
  355. "viewLoadingIconNode": {
  356. "height": "26px",
  357. "width": "28px",
  358. "background": "url("+"../x_component_query_Query/$Viewer/default/icon/loading.gif) center center no-repeat",
  359. "float": "left"
  360. },
  361. "viewLoadingTextNode": {
  362. "margin-left": "28px"
  363. },
  364. "viewTitleLineNode": {
  365. "line-height": "40px",
  366. "height": "40px",
  367. "font-size": "14px",
  368. "color": "#666666",
  369. "background-color": "#EEE"
  370. },
  371. "viewTitleCellNode": {
  372. "font-weight": "bold",
  373. "padding": "0px 10px",
  374. "border-bottom": "1px solid #CCC"
  375. },
  376. "viewContentTrNode": {
  377. //"background": "transparent"
  378. "background": "#ffffff"
  379. },
  380. "viewContentTrNode_selected": {
  381. "background": "#ecf5ff"
  382. },
  383. "viewContentTdNode": {
  384. "height": "30px",
  385. "line-height": "30px",
  386. "font-size": "14px",
  387. "padding": "5px 5px",
  388. "border-bottom": "1px solid #CCC"
  389. },
  390. "viewContentCategoryTdNode": {
  391. "height": "30px",
  392. "line-height": "30px",
  393. "padding": "5px 5px",
  394. "border-bottom": "1px solid #CCC",
  395. "font-weight": "bold",
  396. "background-color": "#F6F6F6",
  397. "cursor": "pointer"
  398. },
  399. "worksAreaNode": {
  400. "width": "500px",
  401. "min-height": "200px",
  402. "max-height": "600px",
  403. "border": "2px solid #999999",
  404. "border-radius": "5px",
  405. "box-shadow": "0px 0px 5px #ffffff",
  406. "background-color": "#ffffff",
  407. "overflow": "auto",
  408. "position": "absolute",
  409. "z-index": "200"
  410. },
  411. "worksAreaNodeMobile": {
  412. "width": "98%",
  413. "min-height": "200px",
  414. "max-height": "600px",
  415. "border": "2px solid #999999",
  416. "border-radius": "5px",
  417. "box-shadow": "0px 0px 5px #ffffff",
  418. "background-color": "#ffffff",
  419. "overflow": "auto",
  420. "position": "absolute",
  421. "z-index": "200"
  422. },
  423. "worksAreaTitleNode": {
  424. "height": "20px",
  425. },
  426. "worksAreaTitleCloseNode": {
  427. "width": "20px",
  428. "height": "20px",
  429. "float": "right",
  430. "background": "url("+"../x_component_query_Query/$Viewer/default/icon/close.png) center center no-repeat",
  431. "cursor": "pointer"
  432. },
  433. "worksAreaContentNode": {
  434. "padding": "0px 0px 20px 0px",
  435. "overflow": "hidden"
  436. },
  437. "workAreaNode": {
  438. "height": "40px",
  439. "background-color": "#eeeeee",
  440. "margin-bottom": "3px",
  441. "padding": "5px 10px"
  442. },
  443. "workAreaTitleNode": {
  444. "height": "20px",
  445. "line-height": "20px",
  446. },
  447. "workAreaContentNode": {
  448. "height": "20px",
  449. "line-height": "20px",
  450. "color": "#333333"
  451. },
  452. "workAreaContentTitleNode": {
  453. "font-weight": "bold",
  454. "float": "left",
  455. "color": "#000000",
  456. "margin-right": "5px"
  457. },
  458. "workAreaContentTextNode": {
  459. "color": "#333333",
  460. "float": "left",
  461. "margin-right": "10px"
  462. },
  463. "workAreaActionNode": {
  464. "height": "20px",
  465. "line-height": "20px",
  466. "marign-right": "20px",
  467. "margin-left": "20px",
  468. "width": "40px",
  469. "text-align": "center",
  470. "cursor": "pointer",
  471. "margin-top": "10px",
  472. "background-color": "#ffffff",
  473. "border": "1px solid #999999",
  474. "border-radius": "3px",
  475. "float": "right"
  476. },
  477. "workAreaLeftNode": {
  478. "margin-right": "80px",
  479. "overflow": "hidden"
  480. }
  481. }