css.wcss 13 KB

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