css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. {
  2. "node" : {
  3. "width": "100%", "height": "100%", "overflow": "hidden"//, "background-color" : "#1f497d"
  4. },
  5. "contentContainerNode" : {
  6. "overflow-x" : "hidden",
  7. //"margin-right": "10px"
  8. "overflow-y" : "scroll"
  9. },
  10. "topNode" : {
  11. "font-family": "微软雅黑",
  12. "color" : "#fff",
  13. "background-color" : "#fff",
  14. "overflow" : "hidden",
  15. "width" : "1180px",
  16. "height" : "44px",
  17. "line-height" : "44px",
  18. "margin" : "0px auto"
  19. },
  20. "topTitleLeftNode" : {
  21. "float" : "left",
  22. "height" : "44px",
  23. "width" : "20px",
  24. "background": "url(/x_component_ForumSection/$Main/default/icon/title_left.png) no-repeat center center"
  25. },
  26. "topTitleMiddleNode" : {
  27. "float" : "left",
  28. "height" : "44px",
  29. "line-height" : "44px"
  30. },
  31. "topTitleRightNode" : {
  32. "float" : "left",
  33. "width" : "65px",
  34. "height" : "44px",
  35. "background": "url(/x_component_ForumSection/$Main/default/icon/title_right.png) no-repeat center center"
  36. },
  37. "topItemTitleNode" : {
  38. // "height": "35px",
  39. // "line-height" :"35px",
  40. "font-size": "16px",
  41. "padding-left" : "10px",
  42. "padding-right" : "10px",
  43. "float" : "left",
  44. "cursor" : "pointer"
  45. },
  46. "topItemSepNode" : {
  47. "float" : "left",
  48. //"margin-top" : "5px",
  49. "width" : "25px",
  50. "height" : "44px",
  51. "background": "url(/x_component_ForumSection/$Main/default/icon/arrow.png) no-repeat center center"
  52. },
  53. "topRightNode" : {
  54. "margin-top" : "8px",
  55. "overflow" : "hidden",
  56. "width" : "60px",
  57. "cursor" : "pointer",
  58. "float" : "right"
  59. },
  60. "topRightIconNode" : {
  61. "width": "24px",
  62. "height": "24px",
  63. "float": "left",
  64. "background": "url(/x_component_ForumSection/$Main/default/icon/arrowtop.png) no-repeat center 1px"
  65. },
  66. "topRightIconDownNode" : {
  67. "width": "24px",
  68. "height": "24px",
  69. "float": "left",
  70. "background": "url(/x_component_ForumSection/$Main/default/icon/arrowdown.png) no-repeat center center"
  71. },
  72. "topRightTextNode" : {
  73. "height": "24px",
  74. "line-height" : "24px",
  75. "float": "left",
  76. "color" : "#fff",
  77. "font-size" : "16px",
  78. "font-weight" : "normal"
  79. },
  80. "searchDiv" : {
  81. "overflow" : "hidden",
  82. "float" : "right",
  83. "margin-right" : "30px",
  84. "margin-top" : "8px"
  85. },
  86. "searchInput" : {
  87. "float" : "left",
  88. "height" : "24px",
  89. "line-height" : "24px",
  90. "width" : "300px",
  91. "color" : "#999",
  92. "background-color" : "#f5f5f5"
  93. },
  94. "searchInput_over" : {
  95. "background-color" : "#fff"
  96. },
  97. "searchAction" : {
  98. "float" : "left",
  99. "height" : "26px",
  100. "line-height" : "26px",
  101. "background": "url(/x_component_Forum/$Main/default/icon/search-20.png) no-repeat center center",
  102. "width" : "26px",
  103. "background-color" : "#f5f5f5",
  104. "cursor" : "pointer"
  105. },
  106. "searchAction_over" : {
  107. "background": "url(/x_component_Forum/$Main/default/icon/search-20-over.png) no-repeat center center",
  108. "background-color" : "#fff"
  109. },
  110. "searchAction_over2" : {
  111. "background": "url(/x_component_Forum/$Main/default/icon/search-20-color.png) no-repeat center center",
  112. "background-color" : "#fff"
  113. },
  114. "middleNode" : {
  115. "width" : "1180px",
  116. "overflow" : "hidden",
  117. "margin" : "0px auto"
  118. },
  119. "sectionNode" : {
  120. //"margin-top" : "10px",
  121. "overflow" : "hidden",
  122. "background-color" : "#fff"
  123. //"margin-left" : "10px",
  124. //"margin-right" : "10px"
  125. },
  126. "sectionLeftNode":{
  127. "overflow": "hidden",
  128. "float": "left"
  129. },
  130. "sectionLeftIconNode" : {
  131. "margin" : "20px",
  132. "float": "left"
  133. },
  134. "sectionLeftIcon" : {
  135. "border-radius": "10px",
  136. "width": "64px",
  137. "height": "64px"
  138. },
  139. "sectionLeftContent" : {
  140. "margin-right": "5px",
  141. "padding-top": "10px",
  142. "padding-bottom": "10px",
  143. "padding-right": "20px",
  144. "margin-left": "100px"
  145. },
  146. "sectionLeftDiv" : {
  147. "overflow":"hidden","padding-top":"7px"
  148. },
  149. "sectionTopDiv" : {
  150. "overflow":"hidden","padding-top":"7px"
  151. },
  152. "sectionTopInfor" : {
  153. "font-size" : "14px",
  154. "height" : "15px",
  155. "line-height" : "15px",
  156. "color" : "#333",
  157. "float" : "left"
  158. },
  159. "sectionLeftMemo" : {
  160. "color" : "#666",
  161. "overflow" : "hidden"
  162. },
  163. "sectionTitleNode" : {
  164. "margin-top" : "5px",
  165. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "微软雅黑", "font-size": "16px","font-weight" : "bold",
  166. "float" : "left"
  167. },
  168. "noteNode" : {
  169. "overflow" : "hidden",
  170. "background-color" : "#fff",
  171. //"margin-left" : "10px",
  172. //"margin-right" : "10px",
  173. "padding-top" : "30px"
  174. },
  175. "noteTopNode" : {
  176. "position" : "relative",
  177. "border-top" : "1px solid #dedede",
  178. "height" : "20px"
  179. },
  180. "noteTopContent" : {
  181. "overflow" : "hidden",
  182. "position" : "absolute",
  183. "left" : "45%",
  184. "top" : "-10px",
  185. "background-color" : "#fff",
  186. "height" : "30px",
  187. "width" : "120px"
  188. },
  189. "noteIcon" : {
  190. "float" : "left",
  191. "margin-left" : "10px",
  192. "width" : "20px",
  193. "height" : "20px",
  194. "background": "url(/x_component_ForumSection/$Main/default/icon/note.png) no-repeat center center"
  195. },
  196. "noteTopText" : {
  197. "float" : "left",
  198. "font-family": "微软雅黑",
  199. "color" : "#666",
  200. "font-size" : "16px",
  201. "padding-left" : "10px"
  202. },
  203. "noteContent" : {
  204. "padding" : "10px 20px"
  205. },
  206. "contentDiv":{
  207. "min-width":"1000px",
  208. //"margin-top" : "10px"
  209. },
  210. "toolbar" : {
  211. "padding-top" : "10px",
  212. "padding-bottom" : "10px",
  213. "height" : "36px",
  214. "overflow" : "hidden"
  215. },
  216. "toolbarTextNode" : {
  217. "margin" : "6px 40px 6px 20px",
  218. "color" : "#999",
  219. "font-size" : "18px",
  220. "font-weight" : "bold",
  221. "float" : "left",
  222. "text-align" : "center"
  223. },
  224. "toolbarActionNode" : {
  225. "float" : "left",
  226. "height" : "34px",
  227. "line-height" : "34px",
  228. "cursor" : "pointer",
  229. "color" : "#fff",
  230. "padding-left" : "32px",
  231. "padding-right" : "20px",
  232. "font-size" : "14px",
  233. "background-image" : "url( /x_component_ForumDocument/$Main/default/icon/action_new.png )",
  234. "background-position-x" : "8px",
  235. "background-position-y" : "center",
  236. "background-repeat" : "no-repeat",
  237. "background-color" : "#43aafa",
  238. "margin-right" : "10px",
  239. "border" : "1px solid #43aafa"
  240. },
  241. "toolbarActionNode_over" : {
  242. "background-color" : "#5eb5f9"
  243. },
  244. // "pagingBar" : {
  245. // "float" : "right"
  246. // },
  247. "pagingBar" : {
  248. "float" : "right",
  249. "padding-left" : "10px",
  250. "overflow" : "hidden",
  251. "height" : "36px",
  252. "line-height" : "36px",
  253. //"margin-top" : "10px",
  254. "margin-bottom" : "10px",
  255. "background" : "#fff",
  256. "color" : "#333"//,
  257. //"border" : "1px solid #bcbcbc"
  258. },
  259. "pageReturn" : {
  260. "cursor" : "pointer",
  261. "float" : "left",
  262. "height" : "20px",
  263. "line-height" : "20px",
  264. "cursor" : "pointer",
  265. "color" : "#333",
  266. "padding-left" : "20px",
  267. "padding-right" : "20px",
  268. "font-size" : "12px",
  269. "background-image" : "url( /x_component_ForumDocument/$Main/default/icon/back_16.png )",
  270. "background-position-x" : "2px",
  271. "background-position-y" : "center",
  272. "background-repeat" : "no-repeat",
  273. "background-color" : "#fff",
  274. "margin" : "8px 5px 0px 5px",
  275. "font-size" : "14px"
  276. },
  277. "pageReturn_over" : {
  278. "color" : "#43AAFA"
  279. },
  280. "prePage" : {
  281. "float" : "left",
  282. "width" : "16px",
  283. "height" : "20px",
  284. "line-height" : "20px",
  285. "text-align" : "center",
  286. "padding" : "2px 5px",
  287. "border" : "1px solid #f3f3f3",
  288. "margin" : "5px",
  289. "cursor" : "pointer",
  290. "background": "url(/x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  291. "background-color" : "#f3f3f3"
  292. },
  293. "prePage_over" : {
  294. "border" : "1px solid #43AAFA",
  295. "background-color" : "#fff",
  296. "color" : "#43AAFA"
  297. },
  298. "pageItem" : {
  299. "float" : "left",
  300. "height" : "20px",
  301. "min-width" : "16px",
  302. "line-height" : "20px",
  303. "text-align" : "center",
  304. "padding" : "2px 5px",
  305. "border" : "1px solid #f3f3f3",
  306. "background-color" : "#f3f3f3",
  307. "cursor" : "pointer",
  308. "color" : "#333",
  309. "margin" : "5px"
  310. },
  311. "pageItem_over" : {
  312. "border" : "1px solid #43AAFA",
  313. "background-color" : "#fff",
  314. "color" : "#43AAFA"
  315. },
  316. "currentPage" : {
  317. "float" : "left",
  318. "height" : "20px",
  319. "width" : "16px",
  320. "line-height" : "20px",
  321. "text-align" : "center",
  322. "padding" : "2px 5px",
  323. "border" : "1px solid #43AAFA",
  324. "color" : "#fff",
  325. "margin" : "5px",
  326. "font-weight" : "bold",
  327. "background-color" : "#43aafa"
  328. },
  329. "pageJumper" : {
  330. "float" : "left",
  331. "height" : "20px",
  332. "line-height" : "20px",
  333. "text-align" : "center",
  334. "width" : "20px",
  335. "margin-top" : "5px",
  336. "margin-bottom" : "5px",
  337. "margin-left" : "5px",
  338. "border" : "1px solid #ddd"
  339. },
  340. "pageJumper_over" : {
  341. "border" : "1px solid #43AAFA"
  342. },
  343. "pageText" : {
  344. "float" : "left",
  345. "height" : "20px",
  346. "padding" : "2px 5px",
  347. "text-align" : "center",
  348. "line-height" : "20px",
  349. "margin-top" : "5px",
  350. "margin-bottom" : "5px",
  351. "margin-right" : "5px"
  352. },
  353. "nextPage" : {
  354. "float" : "left",
  355. "width" : "16px",
  356. "height" : "20px",
  357. "line-height" : "20px",
  358. "text-align" : "center",
  359. "padding" : "2px 5px",
  360. "border" : "1px solid #f3f3f3",
  361. "margin" : "5px",
  362. "cursor" : "pointer",
  363. "color" : "#333",
  364. "background": "url(/x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  365. "background-color" : "#f3f3f3"
  366. },
  367. "nextPage_over" : {
  368. "border" : "1px solid #43AAFA",
  369. "background-color" : "#fff",
  370. "color" : "#43AAFA"
  371. },
  372. "nextPageNode" : {
  373. "font-size" : "16px",
  374. "height" : "40px",
  375. "line-height" : "40px",
  376. "text-align" : "center",
  377. "border" : "1px solid #DCDCDC",
  378. "margin-top" : "10px",
  379. "cursor" : "pointer",
  380. "color" : "#666",
  381. "background-color" : "#EEE",
  382. "background": "url(/x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  383. },
  384. "nextPageNode_over" : {
  385. "background-color" : "#fff"
  386. },
  387. "viewContainer" : {
  388. "overflow" : "hidden"
  389. },
  390. "viewContainerTop" : {
  391. //"padding-bottom" : "10px",
  392. "overflow" : "hidden"
  393. },
  394. "viewHeadNode": {
  395. "width":"100%",
  396. "height": "20px",
  397. "background-color": "#fff",
  398. "color": "#666666",
  399. "line-height": "30px",
  400. "font-family": "微软雅黑",
  401. "font-size": "14px"
  402. },
  403. "thActionNodeCurrent" : {
  404. "margin-left" : "15px",
  405. "margin-right" : "15px",
  406. "cursor" : "pointer",
  407. "float" : "left",
  408. "font-weight" : "bold"
  409. },
  410. "thActionNode" : {
  411. "margin-left" : "15px",
  412. "margin-right" : "15px",
  413. "cursor" : "pointer",
  414. "float" : "left"
  415. },
  416. "normalThNode" : {
  417. "color" : "#fff",
  418. "background-color" : "#7e7e7e",
  419. "text-align":"center",
  420. "border-bottom": "1px solid #cfecf5",
  421. "font-weight" : "normal"
  422. },
  423. "sortIconNode" : {
  424. "height": "16px",
  425. "width": "16px",
  426. "line-height": "20px",
  427. "margin-top": "5px",
  428. //"float": "left",
  429. "display":"inline-block",
  430. "margin-right": "5px",
  431. "background-position" : "center center",
  432. "background-repeat" : "no-repeat",
  433. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblsort.gif)"
  434. },
  435. "sortIconNode_asc" : {
  436. "height": "16px",
  437. "width": "16px",
  438. "line-height": "20px",
  439. "margin-top": "5px",
  440. //"float": "left",
  441. "display":"inline-block",
  442. "margin-right": "5px",
  443. "background-position" : "center center",
  444. "background-repeat" : "no-repeat",
  445. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblasc.gif)"
  446. },
  447. "sortIconNode_desc" : {
  448. "height": "16px",
  449. "width": "16px",
  450. "line-height": "20px",
  451. "margin-top": "5px",
  452. //"float": "left",
  453. "display":"inline-block",
  454. "margin-right": "5px",
  455. "background-position" : "center center",
  456. "background-repeat" : "no-repeat",
  457. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  458. },
  459. "documentNode":{
  460. "font-size" : "12px",
  461. "min-height": "35px",
  462. "overflow": "hidden",
  463. "color": "#666666",
  464. //"line-height": "39px",
  465. "cursor": "pointer",
  466. "font-family": "微软雅黑",
  467. "font-size": "12px",
  468. "background-color": "#fff"
  469. },
  470. "documentNode_noread": {
  471. "background-color": "#fcfcfc"
  472. },
  473. "documentNode_over": {
  474. "background-color": "#f5f6f7"
  475. },
  476. "documentNode_remove": {
  477. "background-color": "#ffcccc"
  478. },
  479. "normalTdNode" : {
  480. "font-size" : "14px",
  481. "border-bottom" : "1px solid #d6d6d6"
  482. },
  483. "normalTdCenterNode" : {
  484. "border-bottom" : "1px solid #d6d6d6",
  485. "text-align" : "center"
  486. },
  487. "normalTdBottom" : {
  488. "color" : "#999"
  489. },
  490. "refreshTrNode":{
  491. "font-size" : "12px",
  492. "min-height": "35px",
  493. "overflow": "hidden",
  494. "color": "#666666",
  495. "font-family": "微软雅黑",
  496. "font-size": "12px",
  497. "background-color": "#eee"
  498. },
  499. "refreshTdNode" : {
  500. "padding-left" : "60px",
  501. "font-size" : "14px",
  502. "border-bottom" : "1px solid #d6d6d6"
  503. },
  504. "refreshNode" : {
  505. "float" : "left",
  506. "padding-left" : "24px",
  507. "font-size" : "14px",
  508. "height" : "30px",
  509. "line-height" : "30px",
  510. "cursor" : "pointer",
  511. "color" : "#0066cc",
  512. "background-color" : "#EEE",
  513. "background": "url(/x_component_ForumSection/$Main/default/icon/refresh_16.png) no-repeat 0px center"
  514. },
  515. "tdInline" : {
  516. "float" : "left"
  517. },
  518. "tdTitle" : {
  519. "color" : "#333",
  520. "font-size" : "14px",
  521. "float" : "left",
  522. "margin-left" : "10px"
  523. },
  524. "tdIcon" : {
  525. "float" : "left",
  526. "margin-left" : "10px",
  527. "margin-right" : "10px"
  528. },
  529. "tdType" : {
  530. "float" : "left",
  531. "color" : "#2b65b7"
  532. },
  533. "documentActionNode": {
  534. "font-size" : "12px",
  535. "height": "20px",
  536. "width": "20px",
  537. "line-height": "20px",
  538. "color": "#0066cc",
  539. "cursor": "pointer",
  540. "margin-right": "5px"
  541. },
  542. "documentActionNode_over":{
  543. "color": "#003399"
  544. },
  545. "documentActionNode_down":{
  546. "color": "#000"
  547. },
  548. "person" : {
  549. "cursor" : "pointer",
  550. "color": "#5c7084"
  551. },
  552. "person_over" : {
  553. "color": "#0258ad"
  554. }
  555. }