css.wcss 14 KB

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