css.wcss 12 KB

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