css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. "contentDiv":{
  127. "min-width":"1000px",
  128. //"margin-top" : "10px"
  129. },
  130. "toolbar" : {
  131. "padding-top" : "10px",
  132. "height" : "36px",
  133. "overflow" : "hidden"
  134. },
  135. "toolbarTextNode" : {
  136. "margin" : "6px 40px 6px 20px",
  137. "color" : "#999",
  138. "font-size" : "18px",
  139. "font-weight" : "bold",
  140. "float" : "left",
  141. "text-align" : "center"
  142. },
  143. "toolbarActionNode" : {
  144. "float" : "left",
  145. "height" : "34px",
  146. "line-height" : "34px",
  147. "cursor" : "pointer",
  148. "color" : "#fff",
  149. "padding-left" : "32px",
  150. "padding-right" : "20px",
  151. "font-size" : "14px",
  152. "background-image" : "url( /x_component_ForumDocument/$Main/default/icon/action_new.png )",
  153. "background-position-x" : "8px",
  154. "background-position-y" : "center",
  155. "background-repeat" : "no-repeat",
  156. "background-color" : "#43aafa",
  157. "margin-right" : "10px",
  158. "border" : "1px solid #43aafa"
  159. },
  160. "toolbarActionNode_over" : {
  161. "background-color" : "#5eb5f9"
  162. },
  163. // "pagingBar" : {
  164. // "float" : "right"
  165. // },
  166. "pagingBar" : {
  167. "float" : "right",
  168. "padding-left" : "10px",
  169. "overflow" : "hidden",
  170. "height" : "36px",
  171. "line-height" : "36px",
  172. //"margin-top" : "10px",
  173. "margin-bottom" : "10px",
  174. "background" : "#fff",
  175. "color" : "#333"//,
  176. //"border" : "1px solid #bcbcbc"
  177. },
  178. "pageReturn" : {
  179. "cursor" : "pointer",
  180. "float" : "left",
  181. "height" : "20px",
  182. "line-height" : "20px",
  183. "cursor" : "pointer",
  184. "color" : "#333",
  185. "padding-left" : "20px",
  186. "padding-right" : "20px",
  187. "font-size" : "12px",
  188. "background-image" : "url( /x_component_ForumDocument/$Main/default/icon/back_16.png )",
  189. "background-position-x" : "2px",
  190. "background-position-y" : "center",
  191. "background-repeat" : "no-repeat",
  192. "background-color" : "#fff",
  193. "margin" : "8px 5px 0px 5px",
  194. "font-size" : "14px"
  195. },
  196. "pageReturn_over" : {
  197. "color" : "#43AAFA"
  198. },
  199. "prePage" : {
  200. "float" : "left",
  201. "width" : "16px",
  202. "height" : "20px",
  203. "line-height" : "20px",
  204. "text-align" : "center",
  205. "padding" : "2px 5px",
  206. "border" : "1px solid #f3f3f3",
  207. "margin" : "5px",
  208. "cursor" : "pointer",
  209. "background": "url(/x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  210. "background-color" : "#f3f3f3"
  211. },
  212. "prePage_over" : {
  213. "border" : "1px solid #43AAFA",
  214. "background-color" : "#fff",
  215. "color" : "#43AAFA"
  216. },
  217. "pageItem" : {
  218. "float" : "left",
  219. "height" : "20px",
  220. "min-width" : "16px",
  221. "line-height" : "20px",
  222. "text-align" : "center",
  223. "padding" : "2px 5px",
  224. "border" : "1px solid #f3f3f3",
  225. "background-color" : "#f3f3f3",
  226. "cursor" : "pointer",
  227. "color" : "#333",
  228. "margin" : "5px"
  229. },
  230. "pageItem_over" : {
  231. "border" : "1px solid #43AAFA",
  232. "background-color" : "#fff",
  233. "color" : "#43AAFA"
  234. },
  235. "currentPage" : {
  236. "float" : "left",
  237. "height" : "20px",
  238. "width" : "16px",
  239. "line-height" : "20px",
  240. "text-align" : "center",
  241. "padding" : "2px 5px",
  242. "border" : "1px solid #43AAFA",
  243. "color" : "#fff",
  244. "margin" : "5px",
  245. "font-weight" : "bold",
  246. "background-color" : "#43aafa"
  247. },
  248. "pageJumper" : {
  249. "float" : "left",
  250. "height" : "20px",
  251. "line-height" : "20px",
  252. "text-align" : "center",
  253. "width" : "20px",
  254. "margin-top" : "5px",
  255. "margin-bottom" : "5px",
  256. "margin-left" : "5px",
  257. "border" : "1px solid #ddd"
  258. },
  259. "pageJumper_over" : {
  260. "border" : "1px solid #43AAFA"
  261. },
  262. "pageText" : {
  263. "float" : "left",
  264. "height" : "20px",
  265. "padding" : "2px 5px",
  266. "text-align" : "center",
  267. "line-height" : "20px",
  268. "margin-top" : "5px",
  269. "margin-bottom" : "5px",
  270. "margin-right" : "5px"
  271. },
  272. "nextPage" : {
  273. "float" : "left",
  274. "width" : "16px",
  275. "height" : "20px",
  276. "line-height" : "20px",
  277. "text-align" : "center",
  278. "padding" : "2px 5px",
  279. "border" : "1px solid #f3f3f3",
  280. "margin" : "5px",
  281. "cursor" : "pointer",
  282. "color" : "#333",
  283. "background": "url(/x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  284. "background-color" : "#f3f3f3"
  285. },
  286. "nextPage_over" : {
  287. "border" : "1px solid #43AAFA",
  288. "background-color" : "#fff",
  289. "color" : "#43AAFA"
  290. },
  291. "nextPageNode" : {
  292. "font-size" : "16px",
  293. "height" : "40px",
  294. "line-height" : "40px",
  295. "text-align" : "center",
  296. "border" : "1px solid #DCDCDC",
  297. "margin-top" : "10px",
  298. "cursor" : "pointer",
  299. "color" : "#666",
  300. "background-color" : "#EEE",
  301. "background": "url(/x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  302. },
  303. "nextPageNode_over" : {
  304. "background-color" : "#fff"
  305. },
  306. "viewContainer" : {
  307. "padding-top" : "10px",
  308. "overflow" : "hidden"
  309. },
  310. "viewHeadNode": {
  311. "width":"100%",
  312. "height": "20px",
  313. "background-color": "#fff",
  314. "color": "#666666",
  315. "line-height": "30px",
  316. "font-family": "微软雅黑",
  317. "font-size": "14px"
  318. },
  319. "thActionNodeCurrent" : {
  320. "margin-left" : "15px",
  321. "margin-right" : "15px",
  322. "cursor" : "pointer",
  323. "float" : "left",
  324. "font-weight" : "bold"
  325. },
  326. "thActionNode" : {
  327. "margin-left" : "15px",
  328. "margin-right" : "15px",
  329. "cursor" : "pointer",
  330. "float" : "left"
  331. },
  332. "normalThNode" : {
  333. "color" : "#fff",
  334. "background-color" : "#7e7e7e",
  335. "text-align":"center",
  336. "border-bottom": "1px solid #cfecf5",
  337. "font-weight" : "normal"
  338. },
  339. "sortIconNode" : {
  340. "height": "16px",
  341. "width": "16px",
  342. "line-height": "20px",
  343. "margin-top": "5px",
  344. //"float": "left",
  345. "display":"inline-block",
  346. "margin-right": "5px",
  347. "background-position" : "center center",
  348. "background-repeat" : "no-repeat",
  349. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblsort.gif)"
  350. },
  351. "sortIconNode_asc" : {
  352. "height": "16px",
  353. "width": "16px",
  354. "line-height": "20px",
  355. "margin-top": "5px",
  356. //"float": "left",
  357. "display":"inline-block",
  358. "margin-right": "5px",
  359. "background-position" : "center center",
  360. "background-repeat" : "no-repeat",
  361. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblasc.gif)"
  362. },
  363. "sortIconNode_desc" : {
  364. "height": "16px",
  365. "width": "16px",
  366. "line-height": "20px",
  367. "margin-top": "5px",
  368. //"float": "left",
  369. "display":"inline-block",
  370. "margin-right": "5px",
  371. "background-position" : "center center",
  372. "background-repeat" : "no-repeat",
  373. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  374. },
  375. "documentNode":{
  376. "font-size" : "12px",
  377. "min-height": "35px",
  378. "overflow": "hidden",
  379. "color": "#666666",
  380. //"line-height": "39px",
  381. "cursor": "pointer",
  382. "font-family": "微软雅黑",
  383. "font-size": "12px",
  384. "background-color": "#fff"
  385. },
  386. "documentNode_noread": {
  387. "background-color": "#fcfcfc"
  388. },
  389. "documentNode_over": {
  390. "background-color": "#f5f6f7"
  391. },
  392. "documentNode_remove": {
  393. "background-color": "#ffcccc"
  394. },
  395. "normalTdNode" : {
  396. "font-size" : "14px",
  397. "border-bottom" : "1px solid #d6d6d6"
  398. },
  399. "normalTdCenterNode" : {
  400. "border-bottom" : "1px solid #d6d6d6",
  401. "text-align" : "center"
  402. },
  403. "normalTdBottom" : {
  404. "color" : "#999"
  405. },
  406. "tdInline" : {
  407. "float" : "left"
  408. },
  409. "tdSection" : {
  410. "margin-left" : "5px",
  411. "padding" : "2px 3px",
  412. //"background-color" : "#f3f3f3",
  413. "height" : "20px",
  414. "line-height" : "20px",
  415. "width" : "80px",
  416. "color" : "#fff",
  417. "cursor" : "pointer",
  418. "text-align" : "center"
  419. },
  420. "tdTitle" : {
  421. "color" : "#333",
  422. "font-size" : "14px",
  423. "float" : "left",
  424. "margin-left" : "10px"
  425. },
  426. "tdIcon" : {
  427. "float" : "left",
  428. "margin-left" : "10px",
  429. "margin-right" : "10px"
  430. },
  431. "tdType" : {
  432. "float" : "left",
  433. "color" : "#2b65b7"
  434. },
  435. "documentActionNode": {
  436. "font-size" : "12px",
  437. "height": "20px",
  438. "width": "20px",
  439. "line-height": "20px",
  440. "color": "#0066cc",
  441. "cursor": "pointer",
  442. "margin-right": "5px"
  443. },
  444. "documentActionNode_over":{
  445. "color": "#003399"
  446. },
  447. "documentActionNode_down":{
  448. "color": "#000"
  449. },
  450. "person" : {
  451. "cursor" : "pointer",
  452. "color": "#5c7084"
  453. },
  454. "person_over" : {
  455. "color": "#0258ad"
  456. }
  457. }