css.wcss 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288
  1. {
  2. "node" : {
  3. "width": "100%", "height": "100%", "overflow": "hidden",
  4. "-webkit-user-select": "text",
  5. "-moz-user-select": "text"
  6. },
  7. "contentContainerNode" : {
  8. "overflow-x" : "hidden",
  9. "overflow-y" : "scroll"
  10. },
  11. "topNode" : {
  12. "font-family": "Microsoft YaHei",
  13. "color" : "#999",
  14. "background-color" : "#fff",
  15. "overflow" : "hidden",
  16. "padding-top" : "10px",
  17. //"padding-left" : "10px",
  18. "padding-bottom" : "10px",
  19. "width" : "1182px",
  20. "height" : "20px",
  21. "line-height" : "20px",
  22. "margin" : "0px auto"
  23. },
  24. "topTitleMiddleNode" : {
  25. "float" : "left",
  26. "height" : "20px",
  27. "line-height" : "20px"
  28. },
  29. "topItemTitleNode" : {
  30. //"height": "35px",
  31. //"line-height" :"35px",
  32. "font-size": "14px",
  33. "margin-left" : "6px",
  34. "padding-left" : "10px",
  35. "padding-right" : "10px",
  36. "float" : "left",
  37. "cursor" : "pointer"
  38. },
  39. "topItemTitleLastNode" : {
  40. //"height": "35px",
  41. //"line-height" :"35px",
  42. "color" : "#3c76b6",
  43. "font-size": "14px",
  44. "padding-left" : "10px",
  45. "padding-right" : "10px",
  46. "float" : "left",
  47. "cursor" : "pointer"
  48. },
  49. "topItemSepNode" : {
  50. "float" : "left",
  51. "font-size" : "16px",
  52. "width" : "10px",
  53. "height" : "20px",
  54. "line-height" : "20px"
  55. },
  56. "topRightNode" : {
  57. "margin-top" : "3px",
  58. "overflow" : "hidden",
  59. "width" : "60px",
  60. "cursor" : "pointer",
  61. "float" : "right"
  62. },
  63. "topRightIconNode" : {
  64. "width": "16px",
  65. "height": "16px",
  66. "float": "left",
  67. "background": "url(../x_component_ForumCategory/$Main/default/icon/up_over.png) no-repeat center 1px"
  68. },
  69. "topRightIconDownNode" : {
  70. "width": "16px",
  71. "height": "16px",
  72. "float": "left",
  73. "background": "url(../x_component_ForumCategory/$Main/default/icon/down_over.png) no-repeat center center"
  74. },
  75. "topRightTextNode" : {
  76. "height": "24px",
  77. "line-height" : "24px",
  78. "float": "left",
  79. "color" : "#fff",
  80. "font-size" : "16px",
  81. "font-weight" : "normal"
  82. },
  83. "middleNode" : {
  84. "width" : "1180px",
  85. "overflow" : "hidden",
  86. "background-color" : "#fff",
  87. "margin" : "0px auto 0px auto"
  88. },
  89. "contentDiv":{
  90. "background-color":"#ffffff","min-width":"1000px",
  91. //"margin-top" : "10px",
  92. "padding" : "10px"
  93. },
  94. "pagingArea" : {
  95. "margin-top" : "10px",
  96. "margin-bottom" : "10px",
  97. //"padding-top" : "10px",
  98. "height" : "36px",
  99. "overflow" : "hidden"
  100. },
  101. "pagingTextNode" : {
  102. "margin" : "6px 40px 6px 20px",
  103. "color" : "#999",
  104. "font-size" : "18px",
  105. "font-weight" : "bold",
  106. "float" : "left",
  107. "text-align" : "center"
  108. },
  109. "pagingActionNode" : {
  110. "float" : "left",
  111. "height" : "34px",
  112. "line-height" : "34px",
  113. "cursor" : "pointer",
  114. "color" : "#fff",
  115. "margin-left" : "16px",
  116. "padding-left" : "32px",
  117. "padding-right" : "20px",
  118. "font-size" : "14px",
  119. "background-image" : "url( ../x_component_ForumDocument/$Main/default/icon/action_new.png )",
  120. "background-position-x" : "8px",
  121. "background-position-y" : "center",
  122. "background-repeat" : "no-repeat",
  123. "background-color" : "#3C76B7",
  124. "margin-right" : "10px",
  125. "border" : "1px solid #3C76B7"
  126. },
  127. "pagingActionNode_over" : {
  128. "background-color" : "#43aafa",
  129. "border" : "1px solid #43aafa"
  130. },
  131. "pagingBar" : {
  132. "float" : "right",
  133. "padding-left" : "10px",
  134. "overflow" : "hidden",
  135. "height" : "36px",
  136. "line-height" : "36px",
  137. //"margin-top" : "10px",
  138. "background" : "#fff",
  139. "color" : "#333"//,
  140. //"border" : "1px solid #bcbcbc"
  141. },
  142. "pageReturn" : {
  143. "cursor" : "pointer",
  144. "float" : "left",
  145. "height" : "20px",
  146. "line-height" : "20px",
  147. "cursor" : "pointer",
  148. "color" : "#333",
  149. "padding-left" : "20px",
  150. "padding-right" : "20px",
  151. "font-size" : "12px",
  152. "background-image" : "url( ../x_component_ForumDocument/$Main/default/icon/back_16.png )",
  153. "background-position-x" : "2px",
  154. "background-position-y" : "center",
  155. "background-repeat" : "no-repeat",
  156. "background-color" : "#fff",
  157. "margin" : "8px 5px 0px 5px",
  158. "font-size" : "14px"
  159. },
  160. "pageReturn_over" : {
  161. "color" : "#43AAFA"
  162. },
  163. "prePage" : {
  164. "float" : "left",
  165. "width" : "16px",
  166. "height" : "20px",
  167. "line-height" : "20px",
  168. "text-align" : "center",
  169. "padding" : "2px 5px",
  170. "border" : "1px solid #f3f3f3",
  171. "margin" : "5px",
  172. "cursor" : "pointer",
  173. "background": "url(../x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  174. "background-color" : "#f3f3f3"
  175. },
  176. "prePage_over" : {
  177. "border" : "1px solid #43AAFA",
  178. "background-color" : "#fff",
  179. "color" : "#43AAFA"
  180. },
  181. "pageItem" : {
  182. "float" : "left",
  183. "height" : "20px",
  184. "min-width" : "16px",
  185. "line-height" : "20px",
  186. "text-align" : "center",
  187. "padding" : "2px 5px",
  188. "border" : "1px solid #f3f3f3",
  189. "background-color" : "#f3f3f3",
  190. "cursor" : "pointer",
  191. "color" : "#333",
  192. "margin" : "5px"
  193. },
  194. "pageItem_over" : {
  195. "border" : "1px solid #43AAFA",
  196. "background-color" : "#fff",
  197. "color" : "#43AAFA"
  198. },
  199. "currentPage" : {
  200. "float" : "left",
  201. "height" : "20px",
  202. "width" : "16px",
  203. "line-height" : "20px",
  204. "text-align" : "center",
  205. "padding" : "2px 5px",
  206. "border" : "1px solid #43AAFA",
  207. "color" : "#fff",
  208. "margin" : "5px",
  209. "font-weight" : "bold",
  210. "background-color" : "#43aafa"
  211. },
  212. "pageJumper" : {
  213. "float" : "left",
  214. "height" : "20px",
  215. "line-height" : "20px",
  216. "text-align" : "center",
  217. "width" : "20px",
  218. "margin-top" : "5px",
  219. "margin-bottom" : "5px",
  220. "margin-left" : "5px",
  221. "border" : "1px solid #ddd"
  222. },
  223. "pageJumper_over" : {
  224. "border" : "1px solid #43AAFA"
  225. },
  226. "pageText" : {
  227. "float" : "left",
  228. "height" : "20px",
  229. "padding" : "2px 5px",
  230. "text-align" : "center",
  231. "line-height" : "20px",
  232. "margin-top" : "5px",
  233. "margin-bottom" : "5px",
  234. "margin-right" : "5px"
  235. },
  236. "nextPage" : {
  237. "float" : "left",
  238. "width" : "16px",
  239. "height" : "20px",
  240. "line-height" : "20px",
  241. "text-align" : "center",
  242. "padding" : "2px 5px",
  243. "border" : "1px solid #f3f3f3",
  244. "margin" : "5px",
  245. "cursor" : "pointer",
  246. "color" : "#333",
  247. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  248. "background-color" : "#f3f3f3"
  249. },
  250. "nextPage_over" : {
  251. "border" : "1px solid #43AAFA",
  252. "background-color" : "#fff",
  253. "color" : "#43AAFA"
  254. },
  255. "nextPageNode" : {
  256. "font-size" : "16px",
  257. "height" : "40px",
  258. "line-height" : "40px",
  259. "text-align" : "center",
  260. "border" : "1px solid #DCDCDC",
  261. "margin-top" : "10px",
  262. "cursor" : "pointer",
  263. "color" : "#666",
  264. "background-color" : "#fff",
  265. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  266. },
  267. "nextPageNode_over" : {
  268. "background-color" : "#EEE"
  269. },
  270. "firstPage" : {
  271. "float" : "left"
  272. },
  273. "lastPage" : {
  274. "float" : "left"
  275. },
  276. "formTableTitle" : {
  277. "font-size" : "14px",
  278. "text-align" : "center"
  279. },
  280. "formTableTitleRight" : {
  281. "font-size" : "14px",
  282. "text-align" : "right"
  283. },
  284. "actionNode" : {
  285. "margin": "5px 20px 20px 0px",
  286. "color" : "#fff",
  287. "border":"0px",
  288. "cursor": "pointer" ,
  289. "background-color":"#3C76B7",
  290. "box-shadow": "0px 0px 5px #2a5c95",
  291. "padding" : "10px 20px 10px 20px",
  292. "font-size" : "16px",
  293. "float":"left"
  294. },
  295. "toolBarRead" : {
  296. "margin-top" : "10px",
  297. "overflow" : "hidden",
  298. "height" : "40px",
  299. "line-height" : "40px",
  300. "color" : "#fff"
  301. },
  302. "toolBarReadTop" : {
  303. "overflow" : "hidden",
  304. "border-bottom" : "1px solid #ccc"
  305. },
  306. "toolbarLeft" : {
  307. //"background-color" : "#365775",
  308. "background-color" : "#f8f8f8",
  309. "width" : "200px",
  310. "height" : "40px",
  311. "line-height" : "40px",
  312. "overflow" : "hidden",
  313. "float" : "left"
  314. },
  315. "toolbarViewItem" : {
  316. "font-size" : "14px",
  317. "width" : "89px",
  318. "float" : "left",
  319. "color" : "#999",
  320. "overflow" : "hidden",
  321. "text-align" : "right",
  322. "padding-right" : "10px"
  323. },
  324. "toolbarReplyItem" : {
  325. "font-size" : "14px",
  326. "width" : "89px",
  327. "float" : "left",
  328. "color" : "#999",
  329. "overflow" : "hidden",
  330. "text-align" : "left",
  331. "padding-left" : "10px"
  332. },
  333. "toolbarSepItem" : {
  334. "margin-top" : "13px",
  335. "float" : "left",
  336. "height" : "14px",
  337. "border-left" : "1px solid #888"
  338. },
  339. "toolbarLeftTextItem" : {
  340. "color" : "#999"
  341. },
  342. "toolbarLeftCountItem" : {
  343. "color" : "#FB4747"
  344. },
  345. "toolbarRight" : {
  346. "width" : "960px",
  347. "height" : "40px",
  348. "float" : "left",
  349. "overflow" : "hidden",
  350. "background-color" : "#fff",
  351. "padding-left" : "20px"
  352. },
  353. "toolbarPrime" : {
  354. "float" : "left",
  355. "margin-top" : "8px",
  356. "margin-right" : "5px",
  357. "width" : "16px",
  358. "height" : "16px",
  359. "background": "url(../x_component_ForumDocument/$Main/default/icon/action_prime.png) no-repeat center center"
  360. },
  361. "toolbarZhiding" : {
  362. "float" : "left",
  363. "margin-top" : "8px",
  364. "margin-right" : "5px",
  365. "width" : "16px",
  366. "height" : "16px",
  367. "background": "url(../x_component_ForumDocument/$Main/default/icon/icon_zhiding.png) no-repeat center center"
  368. },
  369. "toolbarVote" : {
  370. "float" : "left",
  371. "margin-top" : "8px",
  372. "margin-right" : "5px",
  373. "width" : "16px",
  374. "height" : "16px",
  375. "background": "url(../x_component_ForumDocument/$Main/default/icon/icon_vote.png) no-repeat center center"
  376. },
  377. "toolbarQuestion" : {
  378. "float" : "left",
  379. "margin-top" : "8px",
  380. "margin-right" : "5px",
  381. "width" : "16px",
  382. "height" : "16px",
  383. "background": "url(../x_component_ForumDocument/$Main/default/icon/icon_question.png) no-repeat center center"
  384. },
  385. "toolbarRightTitle" : {
  386. "padding-top" : "0px",
  387. "height" : "30px",
  388. "line-height" : "30px",
  389. "width" : "840px",
  390. "float" : "left",
  391. "font-size" : "16px",
  392. "color" : "#333"
  393. },
  394. "actionBar" : {
  395. "width" : "750px",
  396. "float" : "left",
  397. "border-right" : "1px solid #ddd",
  398. "padding-right" : "5px",
  399. "overflow" : "hidden"
  400. },
  401. "actionItem" : {
  402. "float" : "right",
  403. "height" : "20px",
  404. "line-height" : "20px",
  405. "cursor" : "pointer",
  406. "color" : "#666",
  407. "padding-left" : "28px",
  408. "padding-right" : "8px",
  409. "font-size" : "14px",
  410. "background-position-x" : "8px",
  411. "background-position-y" : "3px",
  412. "background-repeat" : "no-repeat",
  413. "opacity" : "0.6"
  414. },
  415. "actionItem_over" : {
  416. "opacity" : "1"
  417. },
  418. "toolbarRightTools" : {
  419. "width" : "65px",
  420. "float" : "right",
  421. "font-size" : "16px",
  422. "margin-left" : "16px",
  423. "padding-right" : "16px",
  424. "overflow" : "hidden"
  425. },
  426. "toolbarNext" : {
  427. "margin-left" : "5px",
  428. "margin-right" : "5px",
  429. "padding-top" : "12px",
  430. "cursor" : "pointer",
  431. "float" : "right",
  432. "width" : "16px",
  433. "height" : "16px",
  434. "background" : "url(../x_component_ForumDocument/$Main/default/icon/thread_next.png) no-repeat center center"
  435. },
  436. "toolbarNext_over" : {
  437. "background" : "url(../x_component_ForumDocument/$Main/default/icon/thread_next_over.png) no-repeat center center"
  438. },
  439. "toolbarPrev" : {
  440. "margin-left" : "5px",
  441. "margin-right" : "5px",
  442. "padding-top" : "12px",
  443. "cursor" : "pointer",
  444. "float" : "right",
  445. "width" : "16px",
  446. "height" : "16px",
  447. "background" : "url(../x_component_ForumDocument/$Main/default/icon/thread_prev.png) no-repeat center center"
  448. },
  449. "toolbarPrev_over" : {
  450. "background" : "url(../x_component_ForumDocument/$Main/default/icon/thread_prev_over.png) no-repeat center center"
  451. },
  452. "contentConainer" : {
  453. "border-bottom" : "6px solid #f0f0f0"
  454. },
  455. "subjectConainer" : {
  456. },
  457. "subjectListNode" : {
  458. },
  459. "subjectNode" : {
  460. "background-color" : "#f0f0f0",
  461. "padding-top" : "6px"
  462. },
  463. "replyListNode" : {
  464. },
  465. "replyNode" : {
  466. "background-color" : "#f0f0f0",
  467. "padding-top" : "6px"
  468. },
  469. "itemNode" : {
  470. "background-color" : "#f8f8f8",
  471. "overflow" : "hidden"
  472. },
  473. "itemLeftNode" : {
  474. "position" : "relative",
  475. "float" : "left",
  476. "width" : "160px",
  477. "margin" : "10px 20px 10px 20px"
  478. },
  479. "itemLeftArrow" : {
  480. "background" : "url(../x_component_ForumDocument/$Main/default/icon/pl_bg.png) no-repeat",
  481. "background-position" : "0 -20px",
  482. "height" : "20px",
  483. "width" : "20px",
  484. "position" : "absolute",
  485. "left" : "100%",
  486. "top" : "10px"
  487. },
  488. "itemUserAction" : {
  489. "margin-right": "5px",
  490. "float": "left",
  491. "background-color": "#FFF",
  492. "border": "1px solid #43aafa",
  493. "font-size": "14px",
  494. "color": "#43aafa",
  495. "cursor": "pointer",
  496. "margin-left" : "15px",
  497. "height": "24px"
  498. },
  499. "itemUserName" : {
  500. "font-size" : "16px",
  501. "font-color" : "#333",
  502. "border-bottom" : "1px dotted #b9bcc1",
  503. "height" : "30px",
  504. "text-align" : "center",
  505. "letter-spacing" : "2px",
  506. "line-height" : "20px",
  507. "margin-bottom" : "10px"
  508. },
  509. "itemUserFace" : {
  510. "margin-bottom" : "10px"
  511. },
  512. "itemUserIcon" : {
  513. "text-align" : "center",
  514. "border" : "1px solid #fcfcfc"
  515. },
  516. "itemUserIcon2" : {
  517. "margin-top" : "20px",
  518. "border-radius" : "32px",
  519. "width" : "64px",
  520. "height" : "64px"
  521. },
  522. "itemPrime" : {
  523. "position" : "absolute",
  524. "top" : 0,
  525. "right" : 0,
  526. "width" : "37px",
  527. "height" : "33px",
  528. "background" : "url(../x_component_ForumDocument/$Main/default/icon/jing.gif) no-repeat center center"
  529. },
  530. "itemUserStat" : {
  531. "overflow" : "hidden",
  532. "padding-top" : "10px",
  533. "padding-bottom" : "5px",
  534. //"padding" : "0px 10px 10px 10px",
  535. "font-size" : "12px"
  536. },
  537. "itemUserStatInfor" : {
  538. "float" : "left",
  539. "border-right" : "1px solid #b1bdce",
  540. "width" : "49px",
  541. "text-align" : "center"
  542. },
  543. "itemUserStatInforRight" : {
  544. "float" : "left",
  545. "width" : "50px",
  546. "text-align" : "center"
  547. },
  548. "itemUserStatCount" : {
  549. "margin-bottom" : "5px",
  550. "color" : "#3C76B7"
  551. },
  552. "itemUserStatText" : {
  553. "color" : "#666",
  554. "font-size" : "12px"
  555. },
  556. "itemUserStat2" : {
  557. "margin-top" : "5px",
  558. "text-align" : "center",
  559. "ling-height" : "20px",
  560. "overflow" : "hidden",
  561. "font-size" : "12px"
  562. },
  563. "itemUserStat2text" : {
  564. "display" : "inline-block",
  565. "color" : "#6f7a83"
  566. },
  567. "itemUserStat2count" : {
  568. "display" : "inline-block",
  569. "color" : "#FB4747"
  570. },
  571. "itemRightNode" : {
  572. "position" : "relative",
  573. "float" : "left",
  574. "width" : "936px",
  575. "background-color" : "#fff",
  576. "border" : "1px solid #fcfcfc",
  577. "padding" : "10px 20px"
  578. },
  579. "itemRightTop" : {
  580. "overflow" : "hidden",
  581. "font-size" : "14px",
  582. "height" : "30px",
  583. "line-height" : "20px",
  584. "border-bottom" : "1px dashed #ddd"
  585. //"padding-bottom" : "10px"
  586. },
  587. "itemTime" : {
  588. "float" : "left",
  589. "margin-right" : "10px",
  590. "color" : "#666"
  591. },
  592. "itemSubjectTools" : {
  593. "float" : "right",
  594. "overflow" : "hidden",
  595. "margin-right" : "10px"
  596. },
  597. "itemFloor" : {
  598. "float" : "right"
  599. },
  600. "itemRightMidle" : {
  601. "min-height" : "188px",
  602. "position" : "relative",
  603. "-webkit-user-select": "text",
  604. "-moz-user-select": "text",
  605. "user-select" : "text"
  606. },
  607. "itemRightMidle_satisfied" : {
  608. "min-height" : "268px",
  609. "position" : "relative",
  610. "-webkit-user-select": "text",
  611. "-moz-user-select": "text",
  612. "user-select" : "text"
  613. },
  614. "itemSummaryContainer" : {
  615. "word-break":"break-all",
  616. "overflow" : "hidden",
  617. "font-size" : "14px",
  618. "padding" : "10px",
  619. "margin-top" : "10px",
  620. "background-color" : "#f6f6f6",
  621. "border" : "1px solid #eee"
  622. },
  623. "itemSummaryLabel" : {
  624. },
  625. "itemSummary" : {
  626. },
  627. "itemBodyReply" : {
  628. "padding-bottom" : "20px",
  629. "line-height" : "200%",
  630. "letter-spacing" : "1px"
  631. },
  632. "itemBody" : {
  633. "overflow" : "hidden",
  634. "padding-top" : "10px",
  635. "padding-bottom" : "20px",
  636. "line-height" : "200%",
  637. "letter-spacing" : "1px"
  638. },
  639. "itemAttachment" : {
  640. "padding-top" : "20px"
  641. },
  642. "itemRightBottom" : {
  643. },
  644. "itemTools" : {
  645. "height" : "30px",
  646. "border-top" : "1px dashed #ddd"
  647. },
  648. "itemSignature" : {
  649. "overflow" : "hidden",
  650. "position" : "absolute",
  651. "height" : "40px",
  652. "bottom" : "0px"
  653. },
  654. "itemSignatureIcon" : {
  655. "float" : "left",
  656. "margin-top" : "10px",
  657. "margin-bottom" : "10px",
  658. "width" : "20px",
  659. "height" : "20px",
  660. "background" : "url(../x_component_ForumDocument/$Main/default/icon/pic_qian.png) no-repeat center center",
  661. "background-color" : "#fff",
  662. "opacity" : "0.6"
  663. },
  664. "itemSignatureText" : {
  665. "float" : "left",
  666. "font-size" : "14px",
  667. "color" : "#999",
  668. "margin-left" : "6px",
  669. "margin-top" : "11px",
  670. "margin-bottom" : "10px"
  671. },
  672. "replyEmptyArea":{
  673. "background-color" : "#f5f5f5",
  674. "overflow" : "hidden"
  675. },
  676. "replyLeft" : {
  677. "float" : "left",
  678. "width" : "200px",
  679. "height" : "333px",
  680. "background-color" : "#f5f5f5"
  681. },
  682. "replyPicture":{
  683. "position" : "relative",
  684. "width" : "980px",
  685. "height" : "333px",
  686. "float" : "left",
  687. "background" : "url(../x_component_ForumDocument/$Main/default/icon/replyeditor2.png) no-repeat center center",
  688. "background-color" : "#fff"
  689. },
  690. "replyNeedLogin" : {
  691. "position" : "absolute",
  692. "left" : "350px",
  693. "top" : "130px"
  694. },
  695. "replyNeedLoginText" : {
  696. "color" : "#666",
  697. "font-size" : "14px",
  698. "float" : "left"
  699. },
  700. "replyLoginAction" : {
  701. "padding-left" : "5px",
  702. "padding-right" : "5px",
  703. "color" : "#5c7084",
  704. "font-size" : "14px",
  705. "float" : "left",
  706. "cursor" : "pointer"
  707. },
  708. "replyArea" : {
  709. "background-color" : "#f5f5f5"
  710. },
  711. "replyRightNode" : {
  712. "float" : "left",
  713. "width" : "936px",
  714. "background-color" : "#fff",
  715. "border" : "1px solid #fcfcfc",
  716. "padding" : "0px 20px"
  717. },
  718. "replyUserName" : {
  719. "font-size" : "16px",
  720. "font-color" : "#333",
  721. "padding-bottom" : "10px",
  722. "margin-bottom" : "10px",
  723. "text-align" : "center",
  724. "text-overflow": "ellipsis",
  725. "white-space": "nowrap",
  726. "overflow": "hidden"
  727. },
  728. "itemToolsLeft" : {
  729. "margin-top" : "5px",
  730. "text-align" : "center"
  731. },
  732. "messageAction" : {
  733. "background" : "url(../x_component_ForumDocument/$Main/default/icon/message_green.png) no-repeat left center",
  734. "width" : "70px",
  735. "height" : "20px",
  736. "line-height" : "20px",
  737. "cursor" : "pointer",
  738. "color" : "#666",
  739. "padding-left" : "18px",
  740. "margin-top" : "5px",
  741. "font-size" : "14px",
  742. "display" : "inline-block",
  743. "opacity" : "0.6"
  744. },
  745. "messageAction_over" : {
  746. "opacity" : "1"
  747. },
  748. "replyAction" : {
  749. "float" : "left",
  750. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_quote.png) no-repeat left 5px",
  751. "width" : "30px",
  752. "height" : "24px",
  753. "line-height" : "24px",
  754. "cursor" : "pointer",
  755. "color" : "#666",
  756. "padding-left" : "24px",
  757. "margin-top" : "5px",
  758. "margin-right" : "15px",
  759. "font-size" : "14px",
  760. "opacity" : "0.6"
  761. },
  762. "replyAction_over" : {
  763. "opacity" : "1"
  764. },
  765. "editAction" : {
  766. "float" : "left",
  767. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_edit.png) no-repeat left 5px",
  768. "width" : "30px",
  769. "height" : "24px",
  770. "line-height" : "24px",
  771. "cursor" : "pointer",
  772. "color" : "#666",
  773. "padding-left" : "24px",
  774. "margin-top" : "5px",
  775. "margin-right" : "15px",
  776. "font-size" : "14px",
  777. "opacity" : "0.6"
  778. },
  779. "editAction_over" : {
  780. "opacity" : "1"
  781. },
  782. "deleteAction" : {
  783. "float" : "left",
  784. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_delete.png) no-repeat left 5px",
  785. "width" : "30px",
  786. "height" : "24px",
  787. "line-height" : "24px",
  788. "cursor" : "pointer",
  789. "color" : "#666",
  790. "padding-left" : "24px",
  791. "margin-top" : "5px",
  792. "margin-right" : "15px",
  793. "font-size" : "14px",
  794. "opacity" : "0.6"
  795. },
  796. "deleteAction_over" : {
  797. "opacity" : "1"
  798. },
  799. "itemSatisfied" : {
  800. "background" : "url(../x_component_ForumDocument/$Main/default/icon/satisfied.png) no-repeat 5px 5px",
  801. "padding-left" : "60px",
  802. "height" : "60px",
  803. "line-height" : "60px",
  804. "font-size" : "18px",
  805. "color" : "#666",
  806. "padding-bottom" : "10px",
  807. "margin-bottom" : "10px",
  808. "border-bottom" : "1px dotted #666"
  809. },
  810. "satisfiedAction" : {
  811. "float" : "left",
  812. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_satisfied.png) no-repeat left 5px",
  813. "width" : "60px",
  814. "height" : "24px",
  815. "line-height" : "24px",
  816. "cursor" : "pointer",
  817. "color" : "#666",
  818. "padding-left" : "24px",
  819. "margin-top" : "5px",
  820. "margin-right" : "15px",
  821. "font-size" : "14px",
  822. "opacity" : "0.6"
  823. },
  824. "satisfiedAction_over" : {
  825. "opacity" : "1"
  826. },
  827. "quoteTop" : {
  828. "margin-top" : "10px",
  829. "overflow" : "hidden"
  830. },
  831. "quoteBottom" : {
  832. "overflow" : "hidden"
  833. },
  834. "itemQuote" : {
  835. "background-color" : "#fafafa",
  836. "padding" : "10px 5px 10px 5px",
  837. "overflow" : "hidden"
  838. },
  839. "quoteLeft" : {
  840. "float" : "left",
  841. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteLeft.gif) no-repeat center center",
  842. "width" : "14px",
  843. "height" : "10px"
  844. },
  845. "quoteRight" : {
  846. "float" : "left",
  847. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteRight.gif) no-repeat center center",
  848. "width" : "14px",
  849. "height" : "10px"
  850. },
  851. "quoteInfor" : {
  852. "float" : "left",
  853. "font-size" : "14px",
  854. "color" : "#999"
  855. },
  856. "quoteText" : {
  857. "margin-left" : "14px",
  858. "float" : "left",
  859. "color" : "#666"
  860. },
  861. "quoteLeftBig" : {
  862. "float" : "left",
  863. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteLeft_big.gif) no-repeat center center",
  864. "width" : "28px",
  865. "height" : "27px",
  866. "margin-left" : "10px",
  867. "margin-top" : "10px"
  868. },
  869. "quoteRightBig" : {
  870. "float" : "left",
  871. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteRight_big.gif) no-repeat center center",
  872. "width" : "28px",
  873. "height" : "27px",
  874. "margin-left" : "15px",
  875. "margin-top" : "10px"
  876. },
  877. "quoteAreaBig" : {
  878. "float" : "left",
  879. "max-width" : "830px"
  880. },
  881. "quoteInforBig" : {
  882. "font-size" : "14px",
  883. "color" : "#999",
  884. "margin-left" : "15px",
  885. "text-decoration" : "underline",
  886. "cursor" : "pointer"
  887. //"margin-top" : "5px"
  888. },
  889. "quoteTextBig" : {
  890. "margin-left" : "15px",
  891. "font-size" : "14px",
  892. "color" : "#666",
  893. "margin-top" : "5px"
  894. },
  895. "replyBeinngDelete" : {
  896. "font-size" : "14px",
  897. "padding" : "10px 0px 10px 35px",
  898. "background" : "url(../x_component_ForumDocument/$Main/default/icon/cross.png) no-repeat 9px center",
  899. "border" : "1px dotted #8ca53e",
  900. "color" : "#999"
  901. },
  902. "formMaskNode": {
  903. "width": "100%",
  904. "height": "100%",
  905. "opacity": 0.6,
  906. "position": "absolute",
  907. "background-color": "#CCC",
  908. "top": "0px",
  909. "left": "0px"
  910. },
  911. "formAreaNode": {
  912. "position": "absolute",
  913. "opacity": 0,
  914. "top": "0px" //,
  915. //"z-index" : "105"
  916. },
  917. "formNode": {
  918. "background-color": "#FFF",
  919. "box-shadow": "0px 0px 10px #999",
  920. "margin": "auto",
  921. "border": "1px solid #fff",
  922. "overflow": "hidden"
  923. },
  924. "formTopNode": {
  925. "color" : "#fff",
  926. "height": "40px",
  927. "background-color": "#3d77c1", //798d9e
  928. "border-top": "1px solid #ddd",
  929. "border-bottom": "1px solid #b6b6b6",
  930. "line-height": "40px",
  931. "font-size": "14px",
  932. "padding-left" : "5px",
  933. "text-align": "left"
  934. },
  935. "formTopIconNode" : {
  936. "width": "28px",
  937. "height": "32px",
  938. "float": "left",
  939. "background": "url(../x_component_ForumDocument/$Main/default/icon/quote-24.png) no-repeat center 8px"
  940. },
  941. "formTopIconNodeDocument" : {
  942. "width": "28px",
  943. "height": "32px",
  944. "float": "left",
  945. "background": "url(../x_component_ForumDocument/$Main/default/icon/document.png) no-repeat center 4px"
  946. },
  947. "formTopTextNode" : {
  948. "font-size": "16px",
  949. "float": "left",
  950. "width" : "480px",
  951. "overflow" : "hidden",
  952. "text-overflow" : "ellipsis",
  953. "white-space":"nowrap"
  954. },
  955. "formTopTextNodeTopSetting" : {
  956. "font-size": "16px",
  957. "float": "left",
  958. "width" : "100px",
  959. "overflow" : "hidden",
  960. "text-overflow" : "ellipsis",
  961. "white-space":"nowrap"
  962. },
  963. "formTopTextNodeImageLink" : {
  964. "font-size": "16px",
  965. "float": "left",
  966. "width" : "280px",
  967. "overflow" : "hidden",
  968. "text-overflow" : "ellipsis",
  969. "white-space":"nowrap"
  970. },
  971. "formTopCloseActionNode": {
  972. "width": "32px",
  973. "height": "32px",
  974. "float": "right",
  975. "padding-left" : "30px",
  976. "padding-right" : "10px",
  977. "background": "url(../x_component_Execution/$WorkForm/default/icon/close.png) no-repeat center 4px",
  978. "cursor": "pointer"
  979. },
  980. "formTopContentNode" : {
  981. "float" : "right",
  982. "padding-right" : "10px",
  983. "text-align" : "right"
  984. },
  985. "formTopContentTitle" : {
  986. },
  987. "formTopContentValue" : {
  988. "padding-right" : "20px",
  989. "font-size": "12px"
  990. },
  991. "formNewNode": {
  992. "width": "47px",
  993. "height": "47px",
  994. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  995. },
  996. "formIconNode": {
  997. "width": "47px",
  998. "height": "47px"
  999. },
  1000. "formEditNode": {
  1001. "width": "47px",
  1002. "height": "47px"
  1003. },
  1004. "formContentNode": {
  1005. "border": "0px solid #666",
  1006. "width": "100%",
  1007. "margin": "auto",
  1008. "font-size": "12px",
  1009. "color": "#666",
  1010. "font-family": "Microsoft YaHei",
  1011. "overflow" : "hidden"
  1012. },
  1013. "formTableContainer" : {
  1014. "margin": "0px 10px",
  1015. "overflow" : "hidden",
  1016. "positon" : "static"
  1017. },
  1018. "formTableValue14" : {
  1019. "text-align": "left",
  1020. "font-size" : "14px"
  1021. },
  1022. "portalImageAre" : {
  1023. "width" : "600px"
  1024. },
  1025. "formBottomNode" : {
  1026. "height" : "50px",
  1027. "line-height" : "50px",
  1028. "background-color" : "#eee",
  1029. "overflow" : "hidden",
  1030. "padding-left" : "20px"
  1031. },
  1032. "formOkActionNode": {
  1033. "height": "30px",
  1034. "line-height": "30px",
  1035. "text-align" : "center",
  1036. "width": "90px",
  1037. "margin-top" : "10px",
  1038. "margin-right" : "10px",
  1039. "cursor": "pointer",
  1040. "float": "left",
  1041. "font-size": "14px",
  1042. "font-family": "Microsoft YaHei",
  1043. "background-color":"#5c97e1",
  1044. "color": "#FFF",
  1045. "box-shadow": "0px 0px 5px #2a5c95"
  1046. },
  1047. "formCancelActionNode": {
  1048. "height": "30px",
  1049. "line-height": "30px",
  1050. "text-align" : "center",
  1051. "width": "50px",
  1052. "margin-top" : "10px",
  1053. "margin-right" : "10px",
  1054. "cursor": "pointer",
  1055. "float": "left",
  1056. "font-size": "14px",
  1057. "font-family": "Microsoft YaHei",
  1058. "background-color":"#5c97e1",
  1059. "color": "#FFF",
  1060. "box-shadow": "0px 0px 5px #2a5c95"
  1061. },
  1062. "cancelHotPicture" : {
  1063. "height": "30px",
  1064. "line-height": "30px",
  1065. "text-align" : "center",
  1066. "width": "70px",
  1067. "margin-top" : "10px",
  1068. "margin-right" : "10px",
  1069. "cursor": "pointer",
  1070. "float": "left",
  1071. "font-size": "14px",
  1072. "font-family": "Microsoft YaHei",
  1073. "background-color":"#5c97e1",
  1074. "color": "#FFF",
  1075. "box-shadow": "0px 0px 5px #2a5c95"
  1076. },
  1077. "iconNode": {
  1078. "width": "230px",
  1079. "height": "230px",
  1080. "border-bottom-left-radius": "5px",
  1081. "border-bottom-right-radius": "5px",
  1082. "border-top-left-radius": "5px",
  1083. "border-top-right-radius": "5px",
  1084. "float" : "left"
  1085. },
  1086. "hotIconNode" : {
  1087. "width": "400px",
  1088. "height": "200px",
  1089. "float" : "left"
  1090. },
  1091. "selectActionNode" : {
  1092. "float": "left",
  1093. "background-color": "#FFF",
  1094. "padding": "4px 14px",
  1095. "border": "1px solid #999",
  1096. "border-radius": "3px",
  1097. "font-size": "14px",
  1098. "color": "#666",
  1099. "cursor": "pointer",
  1100. "margin-right" : "10px"
  1101. },
  1102. "changeIconActionNode":{
  1103. "margin-left": "20px",
  1104. "float": "left",
  1105. "background-color": "#FFF",
  1106. "padding": "4px 14px",
  1107. "border": "1px solid #999",
  1108. "border-radius": "3px",
  1109. "margin-top": "30px",
  1110. "font-size": "14px",
  1111. "color": "#666",
  1112. "cursor": "pointer"
  1113. },
  1114. "iconSelectNode" : {
  1115. "margin" : "7px",
  1116. "width": "64px",
  1117. "height": "64px",
  1118. "border-bottom-left-radius": "10px",
  1119. "border-bottom-right-radius": "10px",
  1120. "border-top-left-radius": "10px",
  1121. "border-top-right-radius": "10px"
  1122. },
  1123. "iconAreaNode" : {
  1124. "cursor" : "pointer",
  1125. "background-color" : "#fff",
  1126. "float" : "left"
  1127. },
  1128. "iconAreaNodeOver" : {
  1129. "background-color" : "#f3f3f3"
  1130. },
  1131. "turnSubjectNode" : {
  1132. "overflow" : "hidden"
  1133. },
  1134. "lastSubjectNode" : {
  1135. "width" : "578px",
  1136. "float" : "left",
  1137. "font-size" : "16px",
  1138. "height" : "40px",
  1139. "line-height" : "40px",
  1140. "text-align" : "center",
  1141. "border" : "1px solid #DCDCDC",
  1142. "margin-top" : "10px",
  1143. "cursor" : "pointer",
  1144. "color" : "#666",
  1145. "text-overflow" : "ellipsis",
  1146. "white-space":"nowrap",
  1147. "overflow" : "hidden",
  1148. "padding-left" : "5px",
  1149. "padding-right" : "5px",
  1150. "background-color" : "#EEE"
  1151. },
  1152. "lastSubjectNode_over" : {
  1153. "background-color" : "#FFF"
  1154. },
  1155. "lastSubjectNoneNode" : {
  1156. "width" : "578px",
  1157. "float" : "left",
  1158. "height" : "40px",
  1159. "line-height" : "40px",
  1160. "border" : "1px solid #DCDCDC",
  1161. "margin-top" : "10px",
  1162. "background-color" : "#EEE"
  1163. },
  1164. "nextSubjectNode" : {
  1165. "width" : "578px",
  1166. "float" : "left",
  1167. "font-size" : "16px",
  1168. "height" : "40px",
  1169. "line-height" : "40px",
  1170. "text-align" : "center",
  1171. "border" : "1px solid #DCDCDC",
  1172. "margin-top" : "10px",
  1173. "cursor" : "pointer",
  1174. "color" : "#666",
  1175. "text-overflow" : "ellipsis",
  1176. "white-space":"nowrap",
  1177. "overflow" : "hidden",
  1178. "padding-left" : "5px",
  1179. "padding-right" : "5px",
  1180. "background-color" : "#EEE"
  1181. },
  1182. "nextSubjectNode_over" : {
  1183. "background-color" : "#FFF"
  1184. },
  1185. "nextSubjectNoneNode" : {
  1186. "width" : "578px",
  1187. "float" : "left",
  1188. "height" : "40px",
  1189. "line-height" : "40px",
  1190. "border" : "1px solid #DCDCDC",
  1191. "margin-top" : "10px",
  1192. "background-color" : "#EEE"
  1193. },
  1194. "person" : {
  1195. "cursor" : "pointer",
  1196. "color": "#5c7084",
  1197. "overflow": "hidden",
  1198. "white-space": "nowrap",
  1199. "text-overflow": "ellipsis"
  1200. },
  1201. "person_over" : {
  1202. "color": "#0258ad"
  1203. },
  1204. "uploadActionNode":{
  1205. "margin": "10px 10px 10px 0px",
  1206. "background-color": "#FFF",
  1207. "padding": "4px 14px",
  1208. "border": "1px solid #999",
  1209. "border-radius": "3px",
  1210. "font-size": "14px",
  1211. "color": "#666",
  1212. "cursor": "pointer"
  1213. },
  1214. "portalImageNode" : {
  1215. "width" : "260px",
  1216. "height" : "173px"
  1217. },
  1218. "sidebarTop" : {
  1219. "width": "50px",
  1220. "height" : "24px",
  1221. "margin-bottom": "5px",
  1222. "color" : "#666",
  1223. "cursor" : "pointer",
  1224. "background": "url(../x_component_ForumDocument/$Main/default/icon/icon_top.png) no-repeat center 5px",
  1225. "opacity" : "0.6"
  1226. },
  1227. "sidebarTop_over" : {
  1228. "opacity" : "1"
  1229. },
  1230. "sidebarCreate" : {
  1231. "width": "50px",
  1232. "height" : "24px",
  1233. "margin-bottom": "6px",
  1234. "color" : "#666",
  1235. "cursor" : "pointer",
  1236. "background": "url(../x_component_ForumDocument/$Main/default/icon/createDocument.png) no-repeat center 5px",
  1237. "opacity" : "0.6"
  1238. },
  1239. "sidebarCreate_over" : {
  1240. "opacity" : "1"
  1241. },
  1242. "sidebarReply" : {
  1243. "width": "50px",
  1244. "height" : "24px",
  1245. "margin-bottom": "6px",
  1246. "color" : "#666",
  1247. "cursor" : "pointer",
  1248. "background": "url(../x_component_ForumDocument/$Main/default/icon/action_quote.png) no-repeat center 5px",
  1249. "opacity" : "0.6"
  1250. },
  1251. "sidebarReply_over" : {
  1252. "opacity" : "1"
  1253. },
  1254. "sidebarNext" : {
  1255. "width": "50px",
  1256. "height" : "24px",
  1257. "margin-bottom": "6px",
  1258. "color" : "#666",
  1259. "cursor" : "pointer",
  1260. "background": "url(../x_component_ForumDocument/$Main/default/icon/thread_next_over.png) no-repeat center 5px",
  1261. "opacity" : "0.6"
  1262. },
  1263. "sidebarNext_over" : {
  1264. "opacity" : "1"
  1265. },
  1266. "sidebarPrev" : {
  1267. "width": "50px",
  1268. "height" : "24px",
  1269. "margin-bottom": "6px",
  1270. "color" : "#666",
  1271. "cursor" : "pointer",
  1272. "background": "url(../x_component_ForumDocument/$Main/default/icon/thread_prev_over.png) no-repeat center 5px",
  1273. "opacity" : "0.6"
  1274. },
  1275. "sidebarPrev_over" : {
  1276. "opacity" : "1"
  1277. },
  1278. "muteInfor": {
  1279. "padding": "15px 20px",
  1280. "font-size": "14px",
  1281. "color": "#999"
  1282. }
  1283. }