css.wcss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. {
  2. "node" : {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden"
  6. },
  7. "contentContainerNode" : {
  8. "overflow-x" : "hidden",
  9. //"margin-right": "10px",
  10. "overflow-y" : "scroll"
  11. },
  12. "rightContentNode": {
  13. "height": "100%",
  14. "margin-left": "160px",
  15. "overflow": "hidden",
  16. "background-color" : "#fff", //"#fcfcfc",
  17. "opacity": 1
  18. },
  19. "naviNode": {
  20. "padding-top" : "10px",
  21. "width": "162px",
  22. "height": "100%",
  23. "overflow": "hidden",
  24. // "border": "0px",
  25. // "border-radius": "0px",
  26. "float": "left",
  27. "position": "static",
  28. "overflow": "hidden",
  29. //"margin-right" : "-7px",
  30. //"background-color" : "#fcfcfc",
  31. "background-color" : "#365775" //"#476783"
  32. //"border-right": "1px solid #e8e8e8"
  33. },
  34. "naviMenuNode": {
  35. "display" : "block",
  36. "padding-top" :"10px",
  37. "width": "198px",
  38. "height": "30px",
  39. "margin": "0px",
  40. "line-height" :"30px",
  41. "font-family": "微软雅黑",
  42. "font-size": "14px",
  43. "color" : "#ddd",
  44. "padding-left" : "10px"
  45. },
  46. "naviItemNode" : {
  47. "background-color" : "transparent",
  48. "cursor" : "pointer",
  49. //"color" : "#666",
  50. "color" : "#fff",
  51. "padding-left" : "30px",
  52. "height" : "30px",
  53. "line-height" : "30px",
  54. "font-family": "微软雅黑",
  55. "font-size": "14px"
  56. //"text-shadow": "0px 0px 2px #fff"
  57. },
  58. "naviItemNode_current" : {
  59. // "background-color" : "#e6f3ff",
  60. "background-color" : "#fff",
  61. "color" : "#666",
  62. "font-weight" : "400"
  63. //"text-shadow": "0px 0px 0px"
  64. },
  65. "naviItemNode_over" : {
  66. "background-color" : "#e6f3ff",
  67. "color" : "#666"
  68. //"text-shadow": "0px 0px 2px #fff"
  69. },
  70. "viewNaviSepartorNode" : {
  71. "margin" : "10px auto",
  72. //"height" : "10px",
  73. "width" : "100%",
  74. "border-bottom" : "1px solid #ddd"
  75. },
  76. "middleNode" : {
  77. "overflow" : "hidden",
  78. // "margin-top" : "20px",
  79. // "margin-left" : "10px",
  80. // "margin-bottom" : "20px",
  81. //"margin-right" : "10px",
  82. "margin" : "0px auto",
  83. "width" : "1182px"
  84. },
  85. "categoryNode" : {
  86. "overflow" : "hidden"
  87. },
  88. "categoryTopNode" : {
  89. //"padding" : "5px",
  90. "font-family": "微软雅黑",
  91. "color" : "#fff",
  92. "background-color" : "#f7f7f7",
  93. "overflow" : "hidden",
  94. "position" : "relative",
  95. "height": "40px",
  96. "width" : "100%"
  97. //"margin-bottom" : "10px",
  98. },
  99. "categoryTopTitleNode" : {
  100. "padding-left" : "15px",
  101. "height": "40px",
  102. "line-height" :"40px",
  103. "font-size": "18px",
  104. "font-weight" : "bold",
  105. "float" : "left",
  106. "cursor" : "pointer",
  107. "width" : "275px",
  108. "position" : "absolute"
  109. //"background": "url(/x_component_Forum/$Main/default/icon/title_background.png) no-repeat 10px 0px"
  110. },
  111. "categoryTopRightNode" : {
  112. "color" : "#999",
  113. "height": "40px",
  114. "font-size": "14px",
  115. "line-height" :"40px",
  116. "float" : "right"
  117. },
  118. "categoryTopRightNode2" : {
  119. "color" : "#333",
  120. "padding-right" : "15px",
  121. "height": "40px",
  122. "font-size": "14px",
  123. "line-height" :"40px",
  124. "float" : "right"
  125. },
  126. "recommandNode" : {
  127. "overflow" : "hidden"
  128. },
  129. "recommandTopNode" : {
  130. //"padding" : "5px",
  131. "font-family": "微软雅黑",
  132. "color" : "#fff",
  133. "background-color" : "#f7f7f7",
  134. "overflow" : "hidden",
  135. "position" : "relative",
  136. "height": "40px",
  137. "width" : "100%"
  138. //"margin-bottom" : "10px",
  139. },
  140. "recommandTopTitleNode" : {
  141. "color" : "#3c76b7",
  142. "padding-left" : "15px",
  143. "height": "40px",
  144. "line-height" :"40px",
  145. "font-size": "18px",
  146. "font-weight" : "bold",
  147. "float" : "left",
  148. "cursor" : "pointer",
  149. "width" : "275px",
  150. "position" : "absolute"//,
  151. //"background": "url(/x_component_Forum/$Main/default/icon/title_background.png) no-repeat 10px 0px"
  152. },
  153. "recommandTopRightNode" : {
  154. "padding-right" : "15px",
  155. "height": "35px",
  156. "font-size": "14px",
  157. "line-height" :"35px",
  158. "float" : "right"
  159. },
  160. "person" : {
  161. "cursor" : "pointer",
  162. "color": "#5c7084"
  163. },
  164. "person_over" : {
  165. "color": "#0258ad"
  166. },
  167. //推荐样式开始"
  168. "documentListNode_rcm" : {
  169. //"margin" : "0px 20px 0px 0px"
  170. "overflow" : "hidden",
  171. "background-color" : "#fff",
  172. "padding-bottom" : "5px"
  173. //"margin-bottom" : "10px"
  174. },
  175. "documentNode_rcm" : {
  176. //"margin-top" : "5px",
  177. "padding-left" : "10px",
  178. //"border" : "1px solid #dedede",
  179. "width" : "580px",
  180. "box-shadow" :"none",
  181. "float" : "left",
  182. "hieght" : "36px",
  183. "line-height" : "36px",
  184. "overflow" : "hidden"
  185. },
  186. "documentItemNode_rcm" : {
  187. },
  188. "documentItemNode_rcm_title" : {
  189. "color": "#333",
  190. "padding-left" : "5px",
  191. "font-size" : "14px",
  192. "float" : "left",
  193. "width" : "299px",
  194. "white-space":"nowrap",
  195. "overflow":"hidden",
  196. "text-overflow":"ellipsis",
  197. "cursor" : "pointer"
  198. },
  199. "documentItemNode_rcm_title_over" : {
  200. "color": "#0258ad"
  201. },
  202. "documentItemNode_rcm_right" : {
  203. "margin-right" : "16px",
  204. "float" : "right",
  205. "width" : "120px",
  206. "overflow" : "hidden"
  207. },
  208. "documentItemNode_rcm_arrow" : {
  209. "color": "#5c7084",
  210. "padding-left" : "5px",
  211. "font-size" : "18px",
  212. "float" : "left",
  213. "cursor" : "pointer"
  214. },
  215. "documentItemNode_rcm_person" : {
  216. "color": "#5c7084",
  217. "padding-left" : "5px",
  218. "text-align" : "right",
  219. "min-width" : "40px",
  220. "font-size" : "12px",
  221. "float" : "right",
  222. "cursor" : "pointer"
  223. },
  224. "documentItemNode_rcm_person_over" : {
  225. "color": "#0258ad"
  226. },
  227. "documentItemNode_rcm_time" : {
  228. "float" : "right",
  229. "color" : "#999",
  230. "font-size" : "13px"
  231. },
  232. "documentItemNode_rcm_index" : {
  233. "margin-top" : "8px",
  234. "float" : "left",
  235. "font-weight" : "bold",
  236. "font-size" : "12px",
  237. "border-radius" : "2px",
  238. "width" : "20px",
  239. "height" : "20px",
  240. "line-height" : "20px",
  241. "color" : "#fff",
  242. "text-align" : "center"
  243. },
  244. "documentItemNode_rcm_section" : {
  245. "margin-left" : "8px",
  246. //"width" : "88px",
  247. "color" : "#fff",
  248. "float" : "left",
  249. "cursor" : "pointer",
  250. "overflow" : "hidden"
  251. },
  252. "documentListNode" : {
  253. //"margin" : "0px 20px 0px 0px"
  254. "overflow" : "hidden",
  255. "background-color" : "#fff"
  256. },
  257. //tile 样式开始
  258. "documentNode" : {
  259. "margin-right" : "10px",
  260. "margin-top" : "10px",
  261. "border" : "1px solid #eee",
  262. "width" : "286px",
  263. "height" : "250px",
  264. "box-shadow" :"none",
  265. "float" : "left"//,
  266. //"cursor":"pointer"
  267. },
  268. "documentNode_over" : {
  269. "box-shadow" :"0px 3px 3px #999"
  270. },
  271. "documentItemNode" : {
  272. "background-color" : "#fff"
  273. },
  274. "documentItemTopNode":{
  275. "overflow": "hidden"//,
  276. //"cursor": "pointer"
  277. },
  278. "documentItemTopIconNode" : {
  279. "padding-top": "10px",
  280. "padding-left": "10px",
  281. "float": "left",
  282. "cursor" : "pointer"
  283. },
  284. "documentItemTopIcon" : {
  285. "border-radius": "10px",
  286. "width": "64px",
  287. "height": "64px"
  288. },
  289. "documentItemTopContent" : {
  290. "height": "80px",
  291. "margin-right": "5px",
  292. "margin-left": "82px"
  293. },
  294. "documentItemTopDiv" : {
  295. "overflow":"hidden","padding-top":"7px"
  296. },
  297. "documentItemTopPersonInfor" : {
  298. "height" : "15px",
  299. "line-height" : "15px",
  300. "color" : "#5c7084",
  301. "float" : "left",
  302. "cursor" : "pointer"
  303. },
  304. "documentItemTopInfor" : {
  305. "font-size" : "13px",
  306. "height" : "15px",
  307. "line-height" : "15px",
  308. "color" : "#9f9f9f",
  309. "float" : "left"
  310. },
  311. "documentItemTitleNode" : {
  312. "margin-top" : "5px",
  313. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "微软雅黑", "font-size": "16px","font-weight" : "bold",
  314. "float" : "left"
  315. },
  316. "documentItemTitleNode_over" : {
  317. "color" : "rgb(51, 51, 51)"
  318. },
  319. "documentItemToday" : {
  320. "margin-top" : "5px",
  321. "margin-left" : "10px",
  322. "background-color" : "#8ca3b5",
  323. "height" : "20px",
  324. "line-height" : "20px",
  325. "width" : "50px",
  326. "color" : "#fff",
  327. "float" : "left",
  328. "text-align" : "center"
  329. },
  330. "documentItemListNode" : {
  331. "height" : "159px",
  332. "padding-top" : "5px",
  333. "margin-top" : "5px",
  334. "margin-left" : "10px",
  335. "margin-right" : "10px"//,
  336. //"border-top" : "1px solid #dedede"
  337. },
  338. "documentItemListItemNode" : {
  339. "color" : "#333",
  340. "height" : "24px",
  341. "line-height" : "24px",
  342. "font-size" : "14px",
  343. "cursor" : "pointer",
  344. "overflow": "hidden",
  345. "white-space": "nowrap",
  346. "text-overflow": "ellipsis",
  347. "letter-spacing" : "1px",
  348. "padding-left" : "15px",
  349. "background": "url(/x_component_Forum/$Main/default/icon/dot.png) no-repeat left center"
  350. },
  351. "documentItemListItemNode_over" : {
  352. "color" : "#0258ad",
  353. "background": "url(/x_component_Forum/$Main/default/icon/dot_over.png) no-repeat left center"
  354. },
  355. //tile 样式结束
  356. //list样式开始
  357. "documentNode_list" : {
  358. "overflow" : "hidden",
  359. //"margin" : "0px 0px 10px 0px",
  360. "border-bottom" : "1px solid #eee",
  361. "height" : "170px",
  362. "box-shadow" :"none",
  363. "float" : "left"//,
  364. //"cursor":"pointer"
  365. },
  366. "documentNode_list_over" : {
  367. "box-shadow" :"3px 3px 3px #999"
  368. },
  369. "documentItemNode_list" : {
  370. "overflow" : "hidden",
  371. "background-color" : "#fff"
  372. },
  373. "documentItemLeftNode":{
  374. "overflow": "hidden",
  375. "width" : "450px",
  376. "float": "left"
  377. },
  378. "documentItemLeftIconNode" : {
  379. "margin-left" : "20px",
  380. "margin-top": "40px",
  381. "float": "left",
  382. "cursor" : "pointer"
  383. },
  384. "documentItemLeftIcon" : {
  385. "border-radius": "10px",
  386. "width": "64px",
  387. "height": "64px"
  388. },
  389. "documentItemLeftContent" : {
  390. "height": "170px",
  391. "margin-right": "5px",
  392. "margin-left": "100px"
  393. },
  394. "documentItemLeftDiv" : {
  395. "overflow":"hidden","padding-top":"7px"
  396. },
  397. "documentItemLeftInfor" : {
  398. "height" : "15px",
  399. "line-height" : "15px",
  400. "color" : "#9f9f9f",
  401. "float" : "left"
  402. },
  403. "documentItemLeftMemo" : {
  404. "color" : "#666",
  405. "height" : "80px",
  406. "line-height" : "20px",
  407. "overflow" : "hidden"
  408. },
  409. "documentItemTitleNode" : {
  410. "margin-top" : "5px",
  411. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "微软雅黑", "font-size": "16px","font-weight" : "bold",
  412. "float" : "left",
  413. "cursor" : "pointer"
  414. },
  415. "documentItemTitleNode_over" : {
  416. "color" : "rgb(51, 51, 51)"
  417. },
  418. "documentItemListNode_list" : {
  419. "float" : "left",
  420. "width" : "472px",
  421. "height" : "170px",
  422. "padding-top" : "5px",
  423. "margin-top" : "5px",
  424. "margin-left" : "10px",
  425. "margin-right" : "10px"
  426. },
  427. "documentItemListItemNode_list" : {
  428. "padding-left" : "15px",
  429. "color" : "#333",
  430. "height" : "24px",
  431. "line-height" : "24px",
  432. "font-size" : "14px",
  433. "cursor" : "pointer",
  434. "overflow": "hidden",
  435. "white-space": "nowrap",
  436. "text-overflow": "ellipsis",
  437. "letter-spacing" : "1px",
  438. "background": "url(/x_component_Forum/$Main/default/icon/dot.png) no-repeat left center"
  439. },
  440. "documentItemListItemNode_list_over" : {
  441. "color" : "#0258ad",
  442. "background": "url(/x_component_Forum/$Main/default/icon/dot_over.png) no-repeat left center"
  443. },
  444. "documentItemReplyListNode_list" : {
  445. "float" : "left",
  446. "width" : "204px",
  447. "height" : "140px",
  448. "padding-top" : "5px",
  449. "margin-top" : "5px",
  450. "margin-left" : "20px",
  451. "margin-right" : "16px"
  452. },
  453. "documentItemReplyListItemNode_list" : {
  454. "color" : "#888",
  455. "height" : "24px",
  456. "line-height" : "24px",
  457. "font-size" : "12px",
  458. "cursor" : "pointer"
  459. },
  460. "documentItemReplyListItemNode_list_over" : {
  461. "color" : "#0258ad"
  462. },
  463. "documentItemReplyTimeNode_list" : {
  464. "float" : "right"
  465. },
  466. "documentItemReplyPersonNode_list" : {
  467. "margin-left" : "10px",
  468. "float" : "right",
  469. "min-width" : "40px",
  470. "text-align" : "right",
  471. "color" : "#5c7084"
  472. },
  473. "documentItemReplyPersonNode_list_over" : {
  474. "color" : "#0258ad"
  475. },
  476. //list样式结束
  477. ///image样式开始
  478. "documentItemNode_image" : {
  479. "overflow" : "hidden",
  480. "background-color" : "#fff"
  481. },
  482. "documentNode_image" : {
  483. //"margin-bottom" : "10px",
  484. "margin-right" : "10px",
  485. "border-bottom" : "1px solid #ddd",
  486. "width" : "584px",
  487. "height" : "250px",
  488. "box-shadow" :"none",
  489. "float" : "left"
  490. },
  491. "documentItemLeftImage" : {
  492. "cursor" : "pointer",
  493. "margin-top" : "10px",
  494. "margin-left" : "10px",
  495. // "width": "230px",
  496. // "height": "230px"
  497. "width": "230px",
  498. "height": "230px"//,
  499. // "border-bottom-left-radius": "5px",
  500. // "border-bottom-right-radius": "5px",
  501. // "border-top-left-radius": "5px",
  502. // "border-top-right-radius": "5px"
  503. //"float" : "left"
  504. },
  505. "documentItemLeft" : {
  506. "float" : "left",
  507. "width" : "250px",
  508. "height" : "250px"
  509. },
  510. "documentItemRight" : {
  511. "float" : "left",
  512. "width" : "334px"
  513. }
  514. //image样式结束
  515. // "documentItemIconNode" : {
  516. // "top" : "112px",
  517. // "left" : "92px",
  518. // "width" : "68px",
  519. // "height" : "68px",
  520. // "background": "url(/x_component_Execution/$MinderExplorer/default/icon/xmind68.png) no-repeat center center",
  521. // "position" : "absolute"
  522. // },
  523. // "documentItemIconNode_over" : {
  524. // "background": "url(/x_component_Execution/$MinderExplorer/default/icon/xmind_over68.png) no-repeat center center"
  525. // },
  526. }