viewer.wcss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  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_cms_Module/$ViewExplorer/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_cms_Module/$ViewExplorer/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_cms_Module/$ViewExplorer/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_cms_Module/$ViewExplorer/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. //"color": "#fe9145",
  289. },
  290. "viewSearchFilterSelectAreaNode": {
  291. "height": "17px",
  292. "padding": "0px 3px",
  293. "margin": "1px 3px",
  294. "background-color": "#dddddd",
  295. "border-radius": "8px",
  296. "color": "#333333",
  297. "float": "left"
  298. },
  299. "viewSearchFilterSelectNode": {
  300. "line-height": "17px",
  301. "height": "15px",
  302. "padding": "0px 2px",
  303. "font-size": "11px",
  304. "float": "left"
  305. },
  306. "viewSearchFilterSelectButtonNode": {
  307. "float": "right",
  308. "height": "13px",
  309. "width": "13px",
  310. "margin": "2px 0px",
  311. "border-radius": "6px",
  312. "background-color": "#666666",
  313. },
  314. "viewSearchFilterSelectButtonNode_over": {
  315. "background-color": "#fe9145"
  316. },
  317. "viewSearchFilterTextNode": {
  318. "height": "19px",
  319. "padding": "0px 3px",
  320. "float": "left"
  321. },
  322. "viewSearchFilterDeleteNode": {
  323. "width": "20px",
  324. "height": "19px",
  325. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/delFilter.png) center center no-repeat",
  326. "float": "left"
  327. },
  328. "viewSearchFilterDeleteNode_over": {
  329. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/delFilter_over.png) center center no-repeat"
  330. },
  331. "contentAreaNode": {
  332. //"padding": "0px 20px",
  333. "height": "100%",
  334. "overflow": "auto"
  335. },
  336. "viewTitleTableNode": {
  337. "margin-bottom": "20px",
  338. "width": "100%"
  339. },
  340. "viewLoadingAreaNode": {
  341. "background": "#F9F9F9",
  342. "height": "40px",
  343. "border-left": "1px solid #CCC",
  344. "border-right": "1px solid #CCC",
  345. "border-bottom": "1px solid #CCC",
  346. "margin-top": "-20px"
  347. },
  348. "viewLoadingNode": {
  349. "border-radius": "3px",
  350. "background": "#DDD",
  351. "height": "26px",
  352. "width": "100px",
  353. "margin": "auto",
  354. "border": "1px solid #CCC",
  355. "line-height": "26px",
  356. "color": "#666"
  357. },
  358. "viewLoadingIconNode": {
  359. "height": "26px",
  360. "width": "28px",
  361. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/loading.gif) center center no-repeat",
  362. "float": "left"
  363. },
  364. "viewLoadingTextNode": {
  365. "margin-left": "28px"
  366. },
  367. "viewTitleLineNode": {
  368. "line-height": "40px",
  369. "height": "40px",
  370. "font-size": "14px",
  371. "color": "#666666",
  372. "background-color": "#EEE"
  373. },
  374. "viewTitleCellNode": {
  375. "font-weight": "bold",
  376. "padding": "0px 10px",
  377. "border-bottom": "1px solid #CCC"
  378. },
  379. "viewContentTrNode": {
  380. //"background": "transparent"
  381. "background": "#ffffff"
  382. },
  383. "viewContentTrNode_selected": {
  384. "background": "#ecf5ff"
  385. },
  386. "viewContentTdNode": {
  387. "height": "30px",
  388. "line-height": "30px",
  389. "font-size": "14px",
  390. "padding": "5px 5px",
  391. "border-bottom": "1px solid #CCC"
  392. },
  393. "viewContentCategoryTdNode": {
  394. "height": "30px",
  395. "line-height": "30px",
  396. "padding": "5px 5px",
  397. "border-bottom": "1px solid #CCC",
  398. "font-weight": "bold",
  399. "background-color": "#F6F6F6",
  400. "cursor": "pointer"
  401. },
  402. "worksAreaNode": {
  403. "width": "500px",
  404. "min-height": "200px",
  405. "max-height": "600px",
  406. "border": "2px solid #999999",
  407. "border-radius": "5px",
  408. "box-shadow": "0px 0px 5px #ffffff",
  409. "background-color": "#ffffff",
  410. "overflow": "auto",
  411. "position": "absolute",
  412. "z-index": "200"
  413. },
  414. "worksAreaTitleNode": {
  415. "height": "20px",
  416. },
  417. "worksAreaTitleCloseNode": {
  418. "width": "20px",
  419. "height": "20px",
  420. "float": "right",
  421. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/close.png) center center no-repeat",
  422. "cursor": "pointer"
  423. },
  424. "worksAreaContentNode": {
  425. "padding": "0px 0px 20px 0px",
  426. "overflow": "hidden"
  427. },
  428. "workAreaNode": {
  429. "height": "40px",
  430. "background-color": "#eeeeee",
  431. "margin-bottom": "3px",
  432. "padding": "5px 10px"
  433. },
  434. "workAreaTitleNode": {
  435. "height": "20px",
  436. "line-height": "20px"
  437. },
  438. "workAreaContentNode": {
  439. "height": "20px",
  440. "line-height": "20px",
  441. "color": "#333333"
  442. },
  443. "workAreaContentTitleNode": {
  444. "font-weight": "bold",
  445. "float": "left",
  446. "color": "#000000",
  447. "margin-right": "5px"
  448. },
  449. "workAreaContentTextNode": {
  450. "color": "#333333",
  451. "float": "left",
  452. "margin-right": "10px"
  453. },
  454. "workAreaActionNode": {
  455. "height": "20px",
  456. "line-height": "20px",
  457. "marign-right": "20px",
  458. "margin-left": "20px",
  459. "width": "40px",
  460. "text-align": "center",
  461. "cursor": "pointer",
  462. "margin-top": "10px",
  463. "background-color": "#ffffff",
  464. "border": "1px solid #999999",
  465. "border-radius": "3px",
  466. "float": "right"
  467. },
  468. "workAreaLeftNode": {
  469. "margin-right": "80px",
  470. "overflow": "hidden"
  471. },
  472. "actionDeleteNode": {
  473. "height": "20px",
  474. "width": "20px",
  475. "line-height": "20px",
  476. "margin-top": "5px",
  477. "color": "#999",
  478. "font-size": "16px",
  479. "cursor": "pointer",
  480. "display": "inline-block",
  481. "margin-right": "5px"
  482. // "background": "url("+"../x_component_cms_Module/$ListExplorer/default/icon/delete.png) no-repeat center center"
  483. },
  484. "actionDeleteNode_over":{
  485. "color": "#3C76B7"
  486. // "background": "url("+"../x_component_cms_Module/$ListExplorer/default/icon/delete_over.png) no-repeat center center"
  487. },
  488. "actionDeleteNode_down":{
  489. "color": "#3C76B7"
  490. // "background": "url("+"../x_component_cms_Module/$ListExplorer/default/icon/delete_over.png) no-repeat center center"
  491. },
  492. "actionEditNode": {
  493. "height": "20px",
  494. "width": "20px",
  495. "line-height": "20px",
  496. "margin-top": "5px",
  497. "color": "#999",
  498. "font-size": "16px",
  499. "cursor": "pointer",
  500. "display": "inline-block",
  501. "margin-right": "5px"
  502. // "background": "url("+"../x_component_cms_Module/$ListExplorer/default/icon/editing.png) no-repeat center center"
  503. },
  504. "actionEditNode_over":{
  505. "color": "#3C76B7"
  506. // "background": "url("+"../x_component_cms_Module/$ListExplorer/default/icon/editing_over.png) no-repeat center center"
  507. },
  508. "actionEditNode_down":{
  509. "color": "#3C76B7"
  510. // "background": "url("+"../x_component_cms_Module/$ListExplorer/default/icon/editing_over.png) no-repeat center center"
  511. },
  512. "viewContentTrNode_delete": {
  513. "background": "#ffcccc"
  514. },
  515. "viewContentTrNode_over" : {
  516. "background": "#f8f8f8"
  517. }
  518. }