css.wcss 15 KB

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