css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. {
  2. "contentNode" : {
  3. "background-color" : "#fff"
  4. },
  5. "naviContainer" : {
  6. "float" : "left",
  7. "width" : "160px",
  8. "color" : "#333",
  9. "font-family": "Microsoft YaHei",
  10. "font-size": "14px",
  11. "text-align" : "center",
  12. "background-color" : "#F7F7F7"
  13. },
  14. "naviNode" : {
  15. },
  16. "viewContainer" : {
  17. "margin-left" : "170px",
  18. "margin-top" : "10px",
  19. "background-color" : "#fff"
  20. },
  21. "categoryNode": {
  22. "overflow" : "hidden",
  23. "cursor" : "pointer",
  24. "line-height" : "40px",
  25. "font-size" : "16px",
  26. "font-weight" : "bold",
  27. "color" : "#333",
  28. "background-color" : "#F7F7F7"
  29. },
  30. "categoryNode_over" : {
  31. "color" : "#3C76B7",
  32. "background-color" : "#edf0f4"
  33. },
  34. "categoryNode_selected" : {
  35. "color" : "#fff",
  36. "background-color" : "#3C76B7"
  37. },
  38. "categoryTextNode" : {
  39. "float" : "left",
  40. "margin-left" : "10px"
  41. },
  42. "sectionListNode" : {
  43. },
  44. "categoryExpendNode" : {
  45. "margin-left" : "10px",
  46. "line-height" : "40px",
  47. "height" : "40px",
  48. "width" : "16px",
  49. "float" : "left",
  50. "background": "url(../x_component_Forum/$NaviMode/default/icon/down.png) no-repeat center center"
  51. },
  52. "categoryExpendNode_over" : {
  53. "background": "url(../x_component_Forum/$NaviMode/default/icon/down_over.png) no-repeat center center"
  54. },
  55. "categoryExpendNode_selected" : {
  56. "margin-left" : "10px",
  57. "line-height" : "40px",
  58. "height" : "40px",
  59. "width" : "16px",
  60. "float" : "left",
  61. "background": "url(../x_component_Forum/$NaviMode/default/icon/down_selected.png) no-repeat center center"
  62. },
  63. "categoryCollapseNode" : {
  64. "margin-left" : "10px",
  65. "line-height" : "40px",
  66. "height" : "40px",
  67. "width" : "16px",
  68. "float" : "left",
  69. "background": "url(../x_component_Forum/$NaviMode/default/icon/right.png) no-repeat center center"
  70. },
  71. "categoryCollapseNode_over" : {
  72. "background": "url(../x_component_Forum/$NaviMode/default/icon/right_over.png) no-repeat center center"
  73. },
  74. "categoryCollapseNode_selected" : {
  75. "background": "url(../x_component_Forum/$NaviMode/default/icon/right_selected.png) no-repeat center center"
  76. },
  77. "emptyExpendNode" : {
  78. },
  79. "sectionNode" : {
  80. "cursor" : "pointer",
  81. "line-height" : "40px",
  82. "color" : "#333",
  83. "background-color" : "#F7F7F7"
  84. },
  85. "sectionNode_over" : {
  86. "color" : "#3C76B7",
  87. "background-color" : "#edf0f4"
  88. },
  89. "sectionNode_selected" : {
  90. "color" : "#fff",
  91. "background-color" : "#3C76B7"
  92. },
  93. "allNode" : {
  94. "cursor" : "pointer",
  95. "font-size" : "16px",
  96. "font-weight" : "bold",
  97. "line-height" : "40px",
  98. "color" : "#333",
  99. "background-color" : "#F7F7F7"
  100. },
  101. "allNode_over" : {
  102. "color" : "#3C76B7",
  103. "background-color" : "#edf0f4"
  104. },
  105. "allNode_selected" : {
  106. "color" : "#fff",
  107. "background-color" : "#3C76B7"
  108. },
  109. "recommandNode" : {
  110. "cursor" : "pointer",
  111. "font-size" : "16px",
  112. "line-height" : "40px",
  113. "color" : "#333",
  114. "font-weight" : "bold",
  115. "background-color" : "#F7F7F7"
  116. },
  117. "recommandNode_over" : {
  118. "color" : "#3C76B7",
  119. "background-color" : "#edf0f4"
  120. },
  121. "recommandNode_selected" : {
  122. "color" : "#fff",
  123. "background-color" : "#3C76B7"
  124. },
  125. "pagingBar" : {
  126. "float" : "right",
  127. "padding-left" : "10px",
  128. "overflow" : "hidden",
  129. "height" : "36px",
  130. "line-height" : "36px",
  131. //"margin-top" : "10px",
  132. "margin-bottom" : "10px",
  133. "background" : "#fff",
  134. "color" : "#333"//,
  135. //"border" : "1px solid #bcbcbc"
  136. },
  137. "pageReturn" : {
  138. "cursor" : "pointer",
  139. "float" : "left",
  140. "height" : "20px",
  141. "line-height" : "20px",
  142. "cursor" : "pointer",
  143. "color" : "#333",
  144. "padding-left" : "20px",
  145. "padding-right" : "20px",
  146. "font-size" : "12px",
  147. "background-image" : "url( ../x_component_ForumDocument/$Main/default/icon/back_16.png )",
  148. "background-position-x" : "2px",
  149. "background-position-y" : "center",
  150. "background-repeat" : "no-repeat",
  151. "background-color" : "#fff",
  152. "margin" : "8px 5px 0px 5px",
  153. "font-size" : "14px"
  154. },
  155. "pageReturn_over" : {
  156. "color" : "#43AAFA"
  157. },
  158. "prePage" : {
  159. "float" : "left",
  160. "width" : "16px",
  161. "height" : "20px",
  162. "line-height" : "20px",
  163. "text-align" : "center",
  164. "padding" : "2px 5px",
  165. "border" : "1px solid #f3f3f3",
  166. "margin" : "5px",
  167. "cursor" : "pointer",
  168. "background": "url(../x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  169. "background-color" : "#f3f3f3"
  170. },
  171. "prePage_over" : {
  172. "border" : "1px solid #43AAFA",
  173. "background-color" : "#fff",
  174. "color" : "#43AAFA"
  175. },
  176. "pageItem" : {
  177. "float" : "left",
  178. "height" : "20px",
  179. "min-width" : "16px",
  180. "line-height" : "20px",
  181. "text-align" : "center",
  182. "padding" : "2px 5px",
  183. "border" : "1px solid #f3f3f3",
  184. "background-color" : "#f3f3f3",
  185. "cursor" : "pointer",
  186. "color" : "#333",
  187. "margin" : "5px"
  188. },
  189. "pageItem_over" : {
  190. "border" : "1px solid #43AAFA",
  191. "background-color" : "#fff",
  192. "color" : "#43AAFA"
  193. },
  194. "currentPage" : {
  195. "float" : "left",
  196. "height" : "20px",
  197. "width" : "16px",
  198. "line-height" : "20px",
  199. "text-align" : "center",
  200. "padding" : "2px 5px",
  201. "border" : "1px solid #43AAFA",
  202. "color" : "#fff",
  203. "margin" : "5px",
  204. "font-weight" : "bold",
  205. "background-color" : "#43aafa"
  206. },
  207. "pageJumper" : {
  208. "float" : "left",
  209. "height" : "20px",
  210. "line-height" : "20px",
  211. "text-align" : "center",
  212. "width" : "20px",
  213. "margin-top" : "5px",
  214. "margin-bottom" : "5px",
  215. "margin-left" : "5px",
  216. "border" : "1px solid #ddd"
  217. },
  218. "pageJumper_over" : {
  219. "border" : "1px solid #43AAFA"
  220. },
  221. "pageText" : {
  222. "float" : "left",
  223. "height" : "20px",
  224. "padding" : "2px 5px",
  225. "text-align" : "center",
  226. "line-height" : "20px",
  227. "margin-top" : "5px",
  228. "margin-bottom" : "5px",
  229. "margin-right" : "5px"
  230. },
  231. "nextPage" : {
  232. "float" : "left",
  233. "width" : "16px",
  234. "height" : "20px",
  235. "line-height" : "20px",
  236. "text-align" : "center",
  237. "padding" : "2px 5px",
  238. "border" : "1px solid #f3f3f3",
  239. "margin" : "5px",
  240. "cursor" : "pointer",
  241. "color" : "#333",
  242. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  243. "background-color" : "#f3f3f3"
  244. },
  245. "nextPage_over" : {
  246. "border" : "1px solid #43AAFA",
  247. "background-color" : "#fff",
  248. "color" : "#43AAFA"
  249. },
  250. "nextPageNode" : {
  251. "font-size" : "16px",
  252. "height" : "40px",
  253. "line-height" : "40px",
  254. "text-align" : "center",
  255. "border" : "1px solid #DCDCDC",
  256. "margin-top" : "10px",
  257. "cursor" : "pointer",
  258. "color" : "#666",
  259. "background-color" : "#EEE",
  260. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  261. },
  262. "nextPageNode_over" : {
  263. "background-color" : "#eee"
  264. },
  265. "firstPage" : {
  266. "float" : "left"
  267. },
  268. "lastPage" : {
  269. "float" : "left"
  270. },
  271. "viewHeadNode": {
  272. "width":"100%",
  273. "height": "35px",
  274. "background-color": "#fff",
  275. "color": "#333",
  276. "line-height": "35px",
  277. "font-family": "Microsoft YaHei",
  278. "font-size": "14px"
  279. },
  280. "thActionNodeCurrent" : {
  281. "margin-left" : "15px",
  282. "margin-right" : "15px",
  283. "cursor" : "pointer",
  284. "float" : "left",
  285. "font-weight" : "bold"
  286. },
  287. "thActionNode" : {
  288. "margin-left" : "15px",
  289. "margin-right" : "15px",
  290. "cursor" : "pointer",
  291. "float" : "left"
  292. },
  293. "normalThNode" : {
  294. "color" : "#333",
  295. "background-color" : "#f7f7f7",
  296. "text-align":"center",
  297. "font-weight" : "normal"
  298. },
  299. "sortIconNode" : {
  300. "height": "16px",
  301. "width": "16px",
  302. "line-height": "20px",
  303. "margin-top": "5px",
  304. //"float": "left",
  305. "display":"inline-block",
  306. "margin-right": "5px",
  307. "background-position" : "center center",
  308. "background-repeat" : "no-repeat",
  309. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  310. },
  311. "sortIconNode_asc" : {
  312. "height": "16px",
  313. "width": "16px",
  314. "line-height": "20px",
  315. "margin-top": "5px",
  316. //"float": "left",
  317. "display":"inline-block",
  318. "margin-right": "5px",
  319. "background-position" : "center center",
  320. "background-repeat" : "no-repeat",
  321. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  322. },
  323. "sortIconNode_desc" : {
  324. "height": "16px",
  325. "width": "16px",
  326. "line-height": "20px",
  327. "margin-top": "5px",
  328. //"float": "left",
  329. "display":"inline-block",
  330. "margin-right": "5px",
  331. "background-position" : "center center",
  332. "background-repeat" : "no-repeat",
  333. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  334. },
  335. "documentNode":{
  336. "font-size" : "12px",
  337. "min-height": "50px",
  338. "overflow": "hidden",
  339. "color": "#666666",
  340. //"line-height": "39px",
  341. "cursor": "pointer",
  342. "font-family": "Microsoft YaHei",
  343. "font-size": "12px",
  344. "background-color": "#fff"
  345. },
  346. "documentNode_noread": {
  347. "background-color": "#fcfcfc"
  348. },
  349. "documentNode_over": {
  350. "background-color": "#f5f6f7"
  351. },
  352. "documentNode_down": {
  353. "background-color": "#f5f6f7"
  354. },
  355. "documentNode_remove": {
  356. "background-color": "#ffcccc"
  357. },
  358. "normalTdNode" : {
  359. "font-size" : "14px",
  360. "border-bottom" : "1px solid #d6d6d6"
  361. },
  362. "normalTdCenterNode" : {
  363. "border-bottom" : "1px solid #d6d6d6",
  364. "text-align" : "center"
  365. },
  366. "normalTdBottom" : {
  367. "color" : "#999"
  368. },
  369. "tdInline" : {
  370. "float" : "left"
  371. },
  372. "tdSection" : {
  373. "font-size" : "14px",
  374. "margin-left" : "2px",
  375. "padding" : "2px 3px",
  376. //"background-color" : "#f3f3f3",
  377. "color" : "#fff",
  378. "cursor" : "pointer"
  379. },
  380. "tdTitle" : {
  381. "color" : "#333",
  382. "font-size" : "14px",
  383. "margin-left" : "10px"
  384. },
  385. "tdIcon" : {
  386. "float" : "left",
  387. "margin-left" : "10px",
  388. "margin-right" : "10px",
  389. "margin-top" : "3px"
  390. },
  391. "tdType" : {
  392. "color" : "#2b65b7"
  393. },
  394. "documentActionNode": {
  395. "font-size" : "12px",
  396. "height": "20px",
  397. "width": "20px",
  398. "line-height": "20px",
  399. "color": "#0066cc",
  400. "cursor": "pointer",
  401. "margin-right": "5px"
  402. },
  403. "documentActionNode_over":{
  404. "color": "#003399"
  405. },
  406. "documentActionNode_down":{
  407. "color": "#000"
  408. },
  409. "person" : {
  410. "cursor" : "pointer",
  411. "color": "#5c7084"
  412. },
  413. "person_over" : {
  414. "color": "#0258ad"
  415. },
  416. "actionDeleteNode": {
  417. "height": "20px",
  418. "width": "20px",
  419. "line-height": "20px",
  420. "margin-top": "5px",
  421. "color": "#888",
  422. "cursor": "pointer",
  423. "display": "inline-block",
  424. "margin-right": "5px",
  425. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/delete.png) no-repeat center center"
  426. },
  427. "actionDeleteNode_over":{
  428. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/delete_over.png) no-repeat center center"
  429. },
  430. "actionDeleteNode_down":{
  431. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/delete_over.png) no-repeat center center"
  432. },
  433. "actionEditNode": {
  434. "height": "20px",
  435. "width": "20px",
  436. "line-height": "20px",
  437. "margin-top": "5px",
  438. "color": "#888",
  439. "cursor": "pointer",
  440. "display": "inline-block",
  441. "margin-right": "5px",
  442. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/editing.png) no-repeat center center"
  443. },
  444. "actionEditNode_over":{
  445. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/editing_over.png) no-repeat center center"
  446. },
  447. "actionEditNode_down":{
  448. "background": "url("+"../x_component_cms_Module/$ViewExplorer/default/icon/editing_over.png) no-repeat center center"
  449. },
  450. "topNode" : {
  451. "font-family": "Microsoft YaHei",
  452. "color" : "#999",
  453. "background-color" : "#fff",
  454. "overflow" : "hidden",
  455. "padding-top" : "10px",
  456. //"padding-left" : "10px",
  457. "padding-bottom" : "10px",
  458. "width" : "1182px",
  459. "height" : "20px",
  460. "line-height" : "20px",
  461. "margin" : "0px auto"
  462. },
  463. "topTitleMiddleNode" : {
  464. "float" : "left",
  465. "height" : "20px",
  466. "line-height" : "20px"
  467. },
  468. "topItemTitleNode" : {
  469. //"height": "35px",
  470. //"line-height" :"35px",
  471. "font-size": "14px",
  472. "margin-left" : "6px",
  473. "padding-left" : "10px",
  474. "padding-right" : "10px",
  475. "float" : "left",
  476. "cursor" : "pointer"
  477. },
  478. "topItemTitleLastNode" : {
  479. //"height": "35px",
  480. //"line-height" :"35px",
  481. "color" : "#3c76b6",
  482. "font-size": "14px",
  483. "padding-left" : "10px",
  484. "padding-right" : "10px",
  485. "float" : "left",
  486. "cursor" : "pointer"
  487. },
  488. "topItemSepNode" : {
  489. "float" : "left",
  490. "font-size" : "16px",
  491. "width" : "10px",
  492. "height" : "20px",
  493. "line-height" : "20px"
  494. },
  495. }