css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. {
  2. "contentNode" : {
  3. "background-color" : "#fff"
  4. },
  5. "naviContainer" : {
  6. "float" : "left",
  7. "width" : "160px",
  8. "color" : "#333",
  9. "font-family": "微软雅黑",
  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": "微软雅黑",
  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": "微软雅黑",
  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_remove": {
  353. "background-color": "#ffcccc"
  354. },
  355. "normalTdNode" : {
  356. "font-size" : "14px",
  357. "border-bottom" : "1px solid #d6d6d6"
  358. },
  359. "normalTdCenterNode" : {
  360. "border-bottom" : "1px solid #d6d6d6",
  361. "text-align" : "center"
  362. },
  363. "normalTdBottom" : {
  364. "color" : "#999"
  365. },
  366. "tdInline" : {
  367. "float" : "left"
  368. },
  369. "tdSection" : {
  370. "font-size" : "14px",
  371. "margin-left" : "2px",
  372. "padding" : "2px 3px",
  373. //"background-color" : "#f3f3f3",
  374. "color" : "#fff",
  375. "cursor" : "pointer"
  376. },
  377. "tdTitle" : {
  378. "color" : "#333",
  379. "font-size" : "14px",
  380. "margin-left" : "10px"
  381. },
  382. "tdIcon" : {
  383. "float" : "left",
  384. "margin-left" : "10px",
  385. "margin-right" : "10px",
  386. "margin-top" : "3px"
  387. },
  388. "tdType" : {
  389. "color" : "#2b65b7"
  390. },
  391. "documentActionNode": {
  392. "font-size" : "12px",
  393. "height": "20px",
  394. "width": "20px",
  395. "line-height": "20px",
  396. "color": "#0066cc",
  397. "cursor": "pointer",
  398. "margin-right": "5px"
  399. },
  400. "documentActionNode_over":{
  401. "color": "#003399"
  402. },
  403. "documentActionNode_down":{
  404. "color": "#000"
  405. },
  406. "person" : {
  407. "cursor" : "pointer",
  408. "color": "#5c7084"
  409. },
  410. "person_over" : {
  411. "color": "#0258ad"
  412. },
  413. "actionDeleteNode": {
  414. "height": "20px",
  415. "width": "20px",
  416. "line-height": "20px",
  417. "margin-top": "5px",
  418. "color": "#888",
  419. "cursor": "pointer",
  420. "display": "inline-block",
  421. "margin-right": "5px",
  422. "background": "url("+"/x_component_cms_Module/$ViewExplorer/default/icon/delete.png) no-repeat center center"
  423. },
  424. "actionDeleteNode_over":{
  425. "background": "url("+"/x_component_cms_Module/$ViewExplorer/default/icon/delete_over.png) no-repeat center center"
  426. },
  427. "actionDeleteNode_down":{
  428. "background": "url("+"/x_component_cms_Module/$ViewExplorer/default/icon/delete_over.png) no-repeat center center"
  429. },
  430. "actionEditNode": {
  431. "height": "20px",
  432. "width": "20px",
  433. "line-height": "20px",
  434. "margin-top": "5px",
  435. "color": "#888",
  436. "cursor": "pointer",
  437. "display": "inline-block",
  438. "margin-right": "5px",
  439. "background": "url("+"/x_component_cms_Module/$ViewExplorer/default/icon/editing.png) no-repeat center center"
  440. },
  441. "actionEditNode_over":{
  442. "background": "url("+"/x_component_cms_Module/$ViewExplorer/default/icon/editing_over.png) no-repeat center center"
  443. },
  444. "actionEditNode_down":{
  445. "background": "url("+"/x_component_cms_Module/$ViewExplorer/default/icon/editing_over.png) no-repeat center center"
  446. },
  447. "topNode" : {
  448. "font-family": "微软雅黑",
  449. "color" : "#999",
  450. "background-color" : "#fff",
  451. "overflow" : "hidden",
  452. "padding-top" : "10px",
  453. //"padding-left" : "10px",
  454. "padding-bottom" : "10px",
  455. "width" : "1182px",
  456. "height" : "20px",
  457. "line-height" : "20px",
  458. "margin" : "0px auto"
  459. },
  460. "topTitleMiddleNode" : {
  461. "float" : "left",
  462. "height" : "20px",
  463. "line-height" : "20px"
  464. },
  465. "topItemTitleNode" : {
  466. //"height": "35px",
  467. //"line-height" :"35px",
  468. "font-size": "14px",
  469. "margin-left" : "6px",
  470. "padding-left" : "10px",
  471. "padding-right" : "10px",
  472. "float" : "left",
  473. "cursor" : "pointer"
  474. },
  475. "topItemTitleLastNode" : {
  476. //"height": "35px",
  477. //"line-height" :"35px",
  478. "color" : "#3c76b6",
  479. "font-size": "14px",
  480. "padding-left" : "10px",
  481. "padding-right" : "10px",
  482. "float" : "left",
  483. "cursor" : "pointer"
  484. },
  485. "topItemSepNode" : {
  486. "float" : "left",
  487. "font-size" : "16px",
  488. "width" : "10px",
  489. "height" : "20px",
  490. "line-height" : "20px"
  491. },
  492. }