css.wcss 14 KB

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