css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. {
  2. "person" : {
  3. "cursor" : "pointer",
  4. "color": "#5c7084"
  5. },
  6. "person_over" : {
  7. "color": "#0258ad"
  8. },
  9. "listNode" : {
  10. //"margin" : "0px 20px 0px 0px"
  11. "overflow" : "hidden",
  12. "background-color" : "#fff"
  13. },
  14. "itemTopDiv" : {
  15. "overflow":"hidden",
  16. "padding-top":"7px"
  17. },
  18. "itemTopInfor" : {
  19. "font-size" : "13px",
  20. "height" : "15px",
  21. "line-height" : "15px",
  22. "color" : "#9f9f9f",
  23. "float" : "left"
  24. },
  25. "itemTitleNode" : {
  26. "margin-top" : "5px",
  27. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "Microsoft YaHei", "font-size": "16px","font-weight" : "bold",
  28. "float" : "left"
  29. },
  30. "itemTitleNode_over" : {
  31. "color" : "rgb(51, 51, 51)"
  32. },
  33. "itemToday" : {
  34. "margin-top" : "5px",
  35. "margin-left" : "10px",
  36. "background-color" : "#8ca3b5",
  37. "height" : "20px",
  38. "line-height" : "20px",
  39. "width" : "50px",
  40. "color" : "#fff",
  41. "float" : "left",
  42. "text-align" : "center"
  43. },
  44. "itemListNode" : {
  45. "height" : "159px",
  46. "padding-top" : "5px",
  47. "margin-top" : "5px",
  48. "margin-left" : "10px",
  49. "margin-right" : "10px"//,
  50. //"border-top" : "1px solid #dedede"
  51. },
  52. "itemListItemNode_over" : {
  53. "color" : "#0258ad",
  54. "background": "url(../x_component_Forum/$Main/default/icon/dot_over.png) no-repeat left center"
  55. },
  56. "node_list" : {
  57. "overflow" : "hidden",
  58. //"margin" : "0px 0px 10px 0px",
  59. "border-bottom" : "1px solid #eee",
  60. "height" : "170px",
  61. "box-shadow" :"none",
  62. "float" : "left"//,
  63. //"cursor":"pointer"
  64. },
  65. "node_list_over" : {
  66. "box-shadow" :"3px 3px 3px #999"
  67. },
  68. "itemNode_list" : {
  69. "overflow" : "hidden",
  70. "background-color" : "#fff"
  71. },
  72. "itemLeftNode":{
  73. "overflow": "hidden",
  74. "width" : "450px",
  75. "float": "left"
  76. },
  77. "itemLeftIconNode" : {
  78. "margin-left" : "20px",
  79. "margin-top": "40px",
  80. "float": "left",
  81. "cursor" : "pointer"
  82. },
  83. "itemLeftIcon" : {
  84. "border-radius": "10px",
  85. "width": "64px",
  86. "height": "64px"
  87. },
  88. "itemLeftContent" : {
  89. "height": "170px",
  90. "margin-right": "5px",
  91. "margin-left": "100px"
  92. },
  93. "itemLeftDiv" : {
  94. "overflow":"hidden","padding-top":"7px"
  95. },
  96. "itemLeftInfor" : {
  97. "height" : "15px",
  98. "line-height" : "15px",
  99. "color" : "#9f9f9f",
  100. "float" : "left"
  101. },
  102. "itemLeftMemo" : {
  103. "color" : "#666",
  104. "height" : "80px",
  105. "line-height" : "20px",
  106. "overflow" : "hidden"
  107. },
  108. "itemTitleNode" : {
  109. "margin-top" : "5px",
  110. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "Microsoft YaHei", "font-size": "16px","font-weight" : "bold",
  111. "float" : "left",
  112. "cursor" : "pointer"
  113. },
  114. "itemTitleNode_over" : {
  115. "color" : "rgb(51, 51, 51)"
  116. },
  117. "itemListNode" : {
  118. "float" : "left",
  119. "width" : "472px",
  120. "height" : "170px",
  121. "padding-top" : "5px",
  122. "margin-top" : "5px",
  123. "margin-left" : "10px",
  124. "margin-right" : "10px"
  125. },
  126. "itemListItemNode" : {
  127. "padding-left" : "15px",
  128. "color" : "#333",
  129. "height" : "24px",
  130. "line-height" : "24px",
  131. "font-size" : "14px",
  132. "cursor" : "pointer",
  133. "overflow": "hidden",
  134. "white-space": "nowrap",
  135. "text-overflow": "ellipsis",
  136. "letter-spacing" : "1px",
  137. "background": "url(../x_component_Forum/$Main/default/icon/dot.png) no-repeat left center"
  138. },
  139. "itemListItemNode_over" : {
  140. "color" : "#0258ad",
  141. "background": "url(../x_component_Forum/$Main/default/icon/dot_over.png) no-repeat left center"
  142. },
  143. "itemReplyListNode" : {
  144. "float" : "left",
  145. "width" : "204px",
  146. "height" : "140px",
  147. "padding-top" : "5px",
  148. "margin-top" : "5px",
  149. "margin-left" : "20px",
  150. "margin-right" : "16px"
  151. },
  152. "itemReplyListItemNode" : {
  153. "color" : "#888",
  154. "height" : "24px",
  155. "line-height" : "24px",
  156. "font-size" : "12px",
  157. "cursor" : "pointer"
  158. },
  159. "itemReplyListItemNode_over" : {
  160. "color" : "#0258ad"
  161. },
  162. "itemReplyTimeNode" : {
  163. "float" : "right"
  164. },
  165. "itemReplyPersonNode" : {
  166. "margin-left" : "10px",
  167. "float" : "right",
  168. "min-width" : "40px",
  169. "text-align" : "right",
  170. "color" : "#5c7084"
  171. },
  172. "itemReplyPersonNode_over" : {
  173. "color" : "#0258ad"
  174. },
  175. //list样式结束
  176. "node_list_1_1" : {
  177. "overflow" : "hidden",
  178. "border-bottom" : "1px solid #eee",
  179. "height" : "182px",
  180. "box-shadow" :"none",
  181. "float" : "left"
  182. },
  183. "itemImageNode_type_1_1" : {
  184. "float" : "left",
  185. "width" : "245px"
  186. },
  187. "itemImage_type_1_1" : {
  188. "width" : "225px",
  189. "height" : "150px",
  190. "margin" : "16px"
  191. },
  192. "itemLeftNode_type_1_1":{
  193. "overflow": "hidden",
  194. "width" : "205px",
  195. "float": "left",
  196. "padding-top" : "12px"
  197. },
  198. "itemLeftContent_type_1_1" : {
  199. "height": "170px",
  200. "margin-right": "5px",
  201. "margin-left": "10px"
  202. },
  203. "itemReplyListNode_type_1_1" : {
  204. "float" : "left",
  205. "width" : "204px",
  206. "height" : "140px",
  207. "padding-top" : "5px",
  208. "margin-top" : "15px",
  209. "margin-left" : "20px",
  210. "margin-right" : "16px"
  211. },
  212. "itemListNode_type_1_1" : {
  213. "float" : "left",
  214. "width" : "472px",
  215. "height" : "170px",
  216. "padding-top" : "5px",
  217. "margin-top" : "15px",
  218. "margin-left" : "10px",
  219. "margin-right" : "10px"
  220. },
  221. "node_list_type_2_0" : {
  222. "overflow" : "hidden",
  223. //"margin" : "0px 0px 10px 0px",
  224. "border-bottom" : "1px solid #eee",
  225. "height" : "93px",
  226. "box-shadow" :"none",
  227. "float" : "left"//,
  228. //"cursor":"pointer"
  229. },
  230. "itemLeftNode_type_2_0":{
  231. "overflow": "hidden",
  232. "width" : "268px",
  233. "float": "left"
  234. },
  235. "itemLeftIconNode_type_2_0" : {
  236. "margin-left" : "20px",
  237. "margin-top": "15px",
  238. "float": "left",
  239. "cursor" : "pointer"
  240. },
  241. "itemLeftContent_type_2_0" : {
  242. //"height": "170px",
  243. "margin-right": "5px",
  244. "margin-left": "100px"
  245. },
  246. "itemListNode_type_2_0" : {
  247. "float" : "left",
  248. "width" : "302px",
  249. "height" : "170px",
  250. "padding-top" : "5px",
  251. "margin-top" : "5px",
  252. "margin-left" : "10px",
  253. "margin-right" : "10px"
  254. },
  255. "node_list_type_2_0_2" : {
  256. "overflow" : "hidden",
  257. //"margin" : "0px 0px 10px 0px",
  258. "border-bottom" : "1px solid #eee",
  259. "height" : "228px",
  260. "box-shadow" :"none",
  261. "float" : "left"//,
  262. //"cursor":"pointer"
  263. },
  264. "itemLeftNode_type_2_0_2":{
  265. "overflow": "hidden",
  266. "width" : "188px",
  267. "height" : "160px",
  268. "float": "left",
  269. "background-color" : "#f7f7f7",
  270. "margin" : "16px 16px",
  271. "padding-top" : "20px",
  272. "padding-bottom" : "16px"
  273. },
  274. "itemLeftIconNode_type_2_0_2" : {
  275. "text-align" : "center",
  276. "margin-bottom" : "5px",
  277. "cursor" : "pointer"
  278. },
  279. "itemLeftContent_type_2_0_2" : {
  280. "text-align" : "center"
  281. },
  282. "itemTopDiv_type_2_0_2" : {
  283. "overflow":"hidden",
  284. "padding-top":"7px",
  285. "display" : "inline-block"
  286. },
  287. "itemListNode_type_2_0_2" : {
  288. "float" : "left",
  289. "width" : "348px",
  290. "height" : "220px",
  291. "padding-top" : "5px",
  292. "margin-top" : "5px",
  293. "margin-left" : "10px",
  294. "margin-right" : "10px"
  295. },
  296. "node_list_type_2_1" : {
  297. "overflow" : "hidden",
  298. "border-bottom" : "1px solid #eee",
  299. "height" : "280px",
  300. "box-shadow" :"none",
  301. "float" : "left"//,
  302. },
  303. "itemLeftNode_type_2_1":{
  304. "overflow": "hidden",
  305. "width" : "248px",
  306. "height" : "280px",
  307. "float": "left",
  308. "margin" : "16px 6px 16px 16px"
  309. },
  310. "itemImageNode_type_2_1" : {
  311. "float" : "left"
  312. },
  313. "itemLeftIconNode_type_2_1" : {
  314. "float" : "left",
  315. "margin-bottom" : "5px",
  316. "cursor" : "pointer",
  317. "margin-top" : "12px"
  318. },
  319. "itemLeftContent_type_2_1" : {
  320. "float" : "left",
  321. "margin-left": "10px"
  322. },
  323. "itemImage_type_2_1" : {
  324. "width" : "258px",
  325. "height" : "172px"
  326. },
  327. "itemListNode_type_2_1" : {
  328. "float" : "left",
  329. "width" : "298px",
  330. "height" : "280px",
  331. "padding-top" : "5px",
  332. "margin-top" : "5px",
  333. "margin-left" : "10px",
  334. "margin-right" : "10px"
  335. },
  336. "node_list_type_2_1_2" : {
  337. "overflow" : "hidden",
  338. "border-bottom" : "1px solid #eee",
  339. "height" : "203px",
  340. "box-shadow" :"none",
  341. "float" : "left"//,
  342. },
  343. "itemImageNode_type_2_1_2" : {
  344. "float" : "left",
  345. "margin" : "16px"
  346. },
  347. "itemImage_type_2_1_2" : {
  348. "width" : "258px",
  349. "height" : "172px"
  350. },
  351. "itemLeftNode_type_2_1_2":{
  352. "overflow": "hidden",
  353. "width" : "290px",
  354. "margin-right" : "10px",
  355. "height" : "80px",
  356. "padding-top" : "4px"
  357. },
  358. "itemLeftIconNode_type_2_1_2" : {
  359. "float" : "left",
  360. "margin-bottom" : "5px",
  361. "cursor" : "pointer",
  362. "margin-top" : "12px"
  363. },
  364. "itemLeftContent_type_2_1_2" : {
  365. "float" : "left",
  366. "margin-left": "10px"
  367. },
  368. "itemListNode_type_2_1_2" : {
  369. "width" : "290px",
  370. "height" : "123px",
  371. "overflow" : "hidden",
  372. "padding-top" : "5px",
  373. "margin-top" : "5px"
  374. },
  375. "node_list_type_3_0" : {
  376. "overflow" : "hidden",
  377. "margin-right" : "10px",
  378. "margin-top" : "10px",
  379. "height" : "180px",
  380. "box-shadow" :"none",
  381. "float" : "left",
  382. "border":"1px solid #eee"
  383. },
  384. "itemLeftNode_type_3_0":{
  385. "overflow": "hidden",
  386. "width" : "365px"
  387. },
  388. "itemLeftIconNode_type_3_0" : {
  389. "margin-left" : "20px",
  390. "margin-top": "15px",
  391. "float": "left",
  392. "cursor" : "pointer"
  393. },
  394. "itemLeftContent_type_3_0" : {
  395. //"height": "170px",
  396. "margin-right": "5px",
  397. "margin-left": "100px"
  398. },
  399. "itemListNode_type_3_0" : {
  400. "width" : "365px",
  401. "height" : "175px",
  402. "padding-top" : "5px",
  403. "margin-top" : "5px",
  404. "margin-left" : "10px",
  405. "margin-right" : "10px"
  406. },
  407. "node_list_type_3_1" : {
  408. "overflow" : "hidden",
  409. "margin-right" : "10px",
  410. "margin-top" : "10px",
  411. "height" : "260px",
  412. "box-shadow" :"none",
  413. "float" : "left",
  414. "border":"1px solid #eee"
  415. },
  416. "itemLeftNode_type_3_1":{
  417. "margin-top": "5px",
  418. "overflow": "hidden",
  419. "width" : "385px"
  420. },
  421. "itemImageNode_type_3_1" : {
  422. "margin" : "10px",
  423. "float" : "left"
  424. },
  425. "itemImage_type_3_1" : {
  426. "width" : "225px",
  427. "height" : "150px"
  428. },
  429. "itemToday_type_3_1" : {
  430. "background-color" : "#8ca3b5",
  431. "height" : "20px",
  432. "line-height" : "20px",
  433. "width" : "50px",
  434. "color" : "#fff",
  435. "float" : "left",
  436. "text-align" : "center"
  437. },
  438. "itemLeftIconNode_type_3_1" : {
  439. "overflow": "hidden",
  440. "margin-left" : "20px",
  441. "margin-top": "14px",
  442. "cursor" : "pointer"
  443. },
  444. "itemLeftContent_type_3_1" : {
  445. "overflow": "hidden",
  446. "margin-left" : "20px",
  447. "margin-right": "5px"
  448. },
  449. "itemTopDiv_type_3_1" : {
  450. "overflow":"hidden",
  451. "padding-top":"2px"
  452. },
  453. "itemListNode_type_3_1" : {
  454. "width" : "360px",
  455. "height" : "70px",
  456. "padding-left" : "5px",
  457. "margin-left" : "10px",
  458. "margin-right" : "10px"
  459. },
  460. "node_list_type_4_0" : {
  461. "overflow" : "hidden",
  462. "margin-right" : "10px",
  463. "margin-top" : "10px",
  464. "height" : "180px",
  465. "box-shadow" :"none",
  466. "float" : "left",
  467. "border":"1px solid #eee"
  468. },
  469. "itemLeftNode_type_4_0":{
  470. "overflow": "hidden",
  471. "width" : "266px"
  472. },
  473. "itemLeftIconNode_type_4_0" : {
  474. "margin-left" : "20px",
  475. "margin-top": "15px",
  476. "float": "left",
  477. "cursor" : "pointer"
  478. },
  479. "itemLeftContent_type_4_0" : {
  480. //"height": "170px",
  481. "margin-right": "5px",
  482. "margin-left": "100px"
  483. },
  484. "itemListNode_type_4_0" : {
  485. "width" : "266px",
  486. "height" : "175px",
  487. "padding-top" : "5px",
  488. "margin-top" : "5px",
  489. "margin-left" : "10px",
  490. "margin-right" : "10px"
  491. },
  492. "node_list_type_4_1" : {
  493. "overflow" : "hidden",
  494. "margin-right" : "10px",
  495. "margin-top" : "10px",
  496. "height" : "370px",
  497. "box-shadow" :"none",
  498. "float" : "left",
  499. "border":"1px solid #eee"
  500. },
  501. "itemLeftNode_type_4_1":{
  502. "overflow": "hidden",
  503. "width" : "266px"
  504. },
  505. "itemImageNode_type_4_1" : {
  506. "margin-top" : "12px",
  507. "text-align" : "center"
  508. },
  509. "itemImage_type_4_1" : {
  510. "width" : "258px",
  511. "height" : "172px"
  512. },
  513. "itemLeftIconNode_type_4_1" : {
  514. "margin-left" : "20px",
  515. "margin-top": "15px",
  516. "float": "left",
  517. "cursor" : "pointer"
  518. },
  519. "itemLeftContent_type_4_1" : {
  520. //"height": "170px",
  521. "margin-right": "5px",
  522. "margin-left": "100px"
  523. },
  524. "itemListNode_type_4_1" : {
  525. "width" : "266px",
  526. "height" : "170px",
  527. "padding-top" : "5px",
  528. "margin-top" : "5px",
  529. "margin-left" : "10px",
  530. "margin-right" : "10px"
  531. }
  532. }