css.wcss 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  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" : "3px",
  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. "height" : "20px",
  560. "ling-height" : "20px",
  561. "overflow" : "hidden",
  562. "font-size" : "12px"
  563. },
  564. "itemUserStat2text" : {
  565. "display" : "inline-block",
  566. "color" : "#6f7a83"
  567. },
  568. "itemUserStat2count" : {
  569. "display" : "inline-block",
  570. "color" : "#FB4747"
  571. },
  572. "itemRightNode" : {
  573. "position" : "relative",
  574. "float" : "left",
  575. "width" : "936px",
  576. "background-color" : "#fff",
  577. "border" : "1px solid #fcfcfc",
  578. "padding" : "10px 20px"
  579. },
  580. "itemRightTop" : {
  581. "overflow" : "hidden",
  582. "font-size" : "14px",
  583. "height" : "30px",
  584. "line-height" : "20px",
  585. "border-bottom" : "1px dashed #ddd"
  586. //"padding-bottom" : "10px"
  587. },
  588. "itemTime" : {
  589. "float" : "left",
  590. "margin-right" : "10px",
  591. "color" : "#666"
  592. },
  593. "itemSubjectTools" : {
  594. "float" : "right",
  595. "overflow" : "hidden",
  596. "margin-right" : "10px"
  597. },
  598. "itemFloor" : {
  599. "float" : "right"
  600. },
  601. "itemRightMidle" : {
  602. "min-height" : "188px",
  603. "position" : "relative",
  604. "-webkit-user-select": "text",
  605. "-moz-user-select": "text",
  606. "user-select" : "text"
  607. },
  608. "itemRightMidle_satisfied" : {
  609. "min-height" : "268px",
  610. "position" : "relative",
  611. "-webkit-user-select": "text",
  612. "-moz-user-select": "text",
  613. "user-select" : "text"
  614. },
  615. "itemSummaryContainer" : {
  616. "word-break":"break-all",
  617. "overflow" : "hidden",
  618. "font-size" : "14px",
  619. "padding" : "10px",
  620. "margin-top" : "10px",
  621. "background-color" : "#f6f6f6",
  622. "border" : "1px solid #eee"
  623. },
  624. "itemSummaryLabel" : {
  625. },
  626. "itemSummary" : {
  627. },
  628. "itemBodyReply" : {
  629. "padding-bottom" : "20px",
  630. "line-height" : "200%",
  631. "letter-spacing" : "1px"
  632. },
  633. "itemBody" : {
  634. "overflow" : "hidden",
  635. "padding-top" : "10px",
  636. "padding-bottom" : "20px",
  637. "line-height" : "200%",
  638. "letter-spacing" : "1px"
  639. },
  640. "itemAttachment" : {
  641. "padding-top" : "20px"
  642. },
  643. "itemRightBottom" : {
  644. },
  645. "itemTools" : {
  646. "height" : "30px",
  647. "border-top" : "1px dashed #ddd"
  648. },
  649. "itemSignature" : {
  650. "overflow" : "hidden",
  651. "position" : "absolute",
  652. "height" : "40px",
  653. "bottom" : "0px"
  654. },
  655. "itemSignatureIcon" : {
  656. "float" : "left",
  657. "margin-top" : "10px",
  658. "margin-bottom" : "10px",
  659. "width" : "20px",
  660. "height" : "20px",
  661. "background" : "url(../x_component_ForumDocument/$Main/default/icon/pic_qian.png) no-repeat center center",
  662. "background-color" : "#fff",
  663. "opacity" : "0.6"
  664. },
  665. "itemSignatureText" : {
  666. "float" : "left",
  667. "font-size" : "14px",
  668. "color" : "#999",
  669. "margin-left" : "6px",
  670. "margin-top" : "11px",
  671. "margin-bottom" : "10px"
  672. },
  673. "replyEmptyArea":{
  674. "background-color" : "#f5f5f5",
  675. "overflow" : "hidden"
  676. },
  677. "replyLeft" : {
  678. "float" : "left",
  679. "width" : "200px",
  680. "height" : "333px",
  681. "background-color" : "#f5f5f5"
  682. },
  683. "replyPicture":{
  684. "position" : "relative",
  685. "width" : "980px",
  686. "height" : "333px",
  687. "float" : "left",
  688. "background" : "url(../x_component_ForumDocument/$Main/default/icon/replyeditor2.png) no-repeat center center",
  689. "background-color" : "#fff"
  690. },
  691. "replyNeedLogin" : {
  692. "position" : "absolute",
  693. "left" : "350px",
  694. "top" : "130px"
  695. },
  696. "replyNeedLoginText" : {
  697. "color" : "#666",
  698. "font-size" : "14px",
  699. "float" : "left"
  700. },
  701. "replyLoginAction" : {
  702. "padding-left" : "5px",
  703. "padding-right" : "5px",
  704. "color" : "#5c7084",
  705. "font-size" : "14px",
  706. "float" : "left",
  707. "cursor" : "pointer"
  708. },
  709. "replyArea" : {
  710. "background-color" : "#f5f5f5"
  711. },
  712. "replyRightNode" : {
  713. "float" : "left",
  714. "width" : "936px",
  715. "background-color" : "#fff",
  716. "border" : "1px solid #fcfcfc",
  717. "padding" : "0px 20px"
  718. },
  719. "replyUserName" : {
  720. "font-size" : "16px",
  721. "font-color" : "#333",
  722. "padding-bottom" : "10px",
  723. "margin-bottom" : "10px",
  724. "text-align" : "center"
  725. },
  726. "itemToolsLeft" : {
  727. "margin-top" : "5px",
  728. "text-align" : "center"
  729. },
  730. "messageAction" : {
  731. "background" : "url(../x_component_ForumDocument/$Main/default/icon/message_green.png) no-repeat left center",
  732. "width" : "70px",
  733. "height" : "20px",
  734. "line-height" : "20px",
  735. "cursor" : "pointer",
  736. "color" : "#666",
  737. "padding-left" : "18px",
  738. "margin-top" : "5px",
  739. "font-size" : "14px",
  740. "display" : "inline-block",
  741. "opacity" : "0.6"
  742. },
  743. "messageAction_over" : {
  744. "opacity" : "1"
  745. },
  746. "replyAction" : {
  747. "float" : "left",
  748. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_quote.png) no-repeat left 5px",
  749. "width" : "30px",
  750. "height" : "24px",
  751. "line-height" : "24px",
  752. "cursor" : "pointer",
  753. "color" : "#666",
  754. "padding-left" : "24px",
  755. "margin-top" : "5px",
  756. "margin-right" : "15px",
  757. "font-size" : "14px",
  758. "opacity" : "0.6"
  759. },
  760. "replyAction_over" : {
  761. "opacity" : "1"
  762. },
  763. "editAction" : {
  764. "float" : "left",
  765. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_edit.png) no-repeat left 5px",
  766. "width" : "30px",
  767. "height" : "24px",
  768. "line-height" : "24px",
  769. "cursor" : "pointer",
  770. "color" : "#666",
  771. "padding-left" : "24px",
  772. "margin-top" : "5px",
  773. "margin-right" : "15px",
  774. "font-size" : "14px",
  775. "opacity" : "0.6"
  776. },
  777. "editAction_over" : {
  778. "opacity" : "1"
  779. },
  780. "deleteAction" : {
  781. "float" : "left",
  782. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_delete.png) no-repeat left 5px",
  783. "width" : "30px",
  784. "height" : "24px",
  785. "line-height" : "24px",
  786. "cursor" : "pointer",
  787. "color" : "#666",
  788. "padding-left" : "24px",
  789. "margin-top" : "5px",
  790. "margin-right" : "15px",
  791. "font-size" : "14px",
  792. "opacity" : "0.6"
  793. },
  794. "deleteAction_over" : {
  795. "opacity" : "1"
  796. },
  797. "itemSatisfied" : {
  798. "background" : "url(../x_component_ForumDocument/$Main/default/icon/satisfied.png) no-repeat 5px 5px",
  799. "padding-left" : "60px",
  800. "height" : "60px",
  801. "line-height" : "60px",
  802. "font-size" : "18px",
  803. "color" : "#666",
  804. "padding-bottom" : "10px",
  805. "margin-bottom" : "10px",
  806. "border-bottom" : "1px dotted #666"
  807. },
  808. "satisfiedAction" : {
  809. "float" : "left",
  810. "background" : "url(../x_component_ForumDocument/$Main/default/icon/action_satisfied.png) no-repeat left 5px",
  811. "width" : "60px",
  812. "height" : "24px",
  813. "line-height" : "24px",
  814. "cursor" : "pointer",
  815. "color" : "#666",
  816. "padding-left" : "24px",
  817. "margin-top" : "5px",
  818. "margin-right" : "15px",
  819. "font-size" : "14px",
  820. "opacity" : "0.6"
  821. },
  822. "satisfiedAction_over" : {
  823. "opacity" : "1"
  824. },
  825. "quoteTop" : {
  826. "margin-top" : "10px",
  827. "overflow" : "hidden"
  828. },
  829. "quoteBottom" : {
  830. "overflow" : "hidden"
  831. },
  832. "itemQuote" : {
  833. "background-color" : "#fafafa",
  834. "padding" : "10px 5px 10px 5px",
  835. "overflow" : "hidden"
  836. },
  837. "quoteLeft" : {
  838. "float" : "left",
  839. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteLeft.gif) no-repeat center center",
  840. "width" : "14px",
  841. "height" : "10px"
  842. },
  843. "quoteRight" : {
  844. "float" : "left",
  845. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteRight.gif) no-repeat center center",
  846. "width" : "14px",
  847. "height" : "10px"
  848. },
  849. "quoteInfor" : {
  850. "float" : "left",
  851. "font-size" : "14px",
  852. "color" : "#999"
  853. },
  854. "quoteText" : {
  855. "margin-left" : "14px",
  856. "float" : "left",
  857. "color" : "#666"
  858. },
  859. "quoteLeftBig" : {
  860. "float" : "left",
  861. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteLeft_big.gif) no-repeat center center",
  862. "width" : "28px",
  863. "height" : "27px",
  864. "margin-left" : "10px",
  865. "margin-top" : "10px"
  866. },
  867. "quoteRightBig" : {
  868. "float" : "left",
  869. "background" : "url(../x_component_ForumDocument/$Main/default/icon/quoteRight_big.gif) no-repeat center center",
  870. "width" : "28px",
  871. "height" : "27px",
  872. "margin-left" : "15px",
  873. "margin-top" : "10px"
  874. },
  875. "quoteAreaBig" : {
  876. "float" : "left",
  877. "max-width" : "830px"
  878. },
  879. "quoteInforBig" : {
  880. "font-size" : "14px",
  881. "color" : "#999",
  882. "margin-left" : "15px",
  883. "text-decoration" : "underline",
  884. "cursor" : "pointer"
  885. //"margin-top" : "5px"
  886. },
  887. "quoteTextBig" : {
  888. "margin-left" : "15px",
  889. "font-size" : "14px",
  890. "color" : "#666",
  891. "margin-top" : "5px"
  892. },
  893. "replyBeinngDelete" : {
  894. "font-size" : "14px",
  895. "padding" : "10px 0px 10px 35px",
  896. "background" : "url(../x_component_ForumDocument/$Main/default/icon/cross.png) no-repeat 9px center",
  897. "border" : "1px dotted #8ca53e",
  898. "color" : "#999"
  899. },
  900. "formMaskNode": {
  901. "width": "100%",
  902. "height": "100%",
  903. "opacity": 0.6,
  904. "position": "absolute",
  905. "background-color": "#CCC",
  906. "top": "0px",
  907. "left": "0px"
  908. },
  909. "formAreaNode": {
  910. "position": "absolute",
  911. "opacity": 0,
  912. "top": "0px" //,
  913. //"z-index" : "105"
  914. },
  915. "formNode": {
  916. "background-color": "#FFF",
  917. "box-shadow": "0px 0px 10px #999",
  918. "margin": "auto",
  919. "border": "1px solid #fff",
  920. "overflow": "hidden"
  921. },
  922. "formTopNode": {
  923. "color" : "#fff",
  924. "height": "40px",
  925. "background-color": "#3d77c1", //798d9e
  926. "border-top": "1px solid #ddd",
  927. "border-bottom": "1px solid #b6b6b6",
  928. "line-height": "40px",
  929. "font-size": "14px",
  930. "padding-left" : "5px",
  931. "text-align": "left"
  932. },
  933. "formTopIconNode" : {
  934. "width": "28px",
  935. "height": "32px",
  936. "float": "left",
  937. "background": "url(../x_component_ForumDocument/$Main/default/icon/quote-24.png) no-repeat center 8px"
  938. },
  939. "formTopIconNodeDocument" : {
  940. "width": "28px",
  941. "height": "32px",
  942. "float": "left",
  943. "background": "url(../x_component_ForumDocument/$Main/default/icon/document.png) no-repeat center 4px"
  944. },
  945. "formTopTextNode" : {
  946. "font-size": "16px",
  947. "float": "left",
  948. "width" : "480px",
  949. "overflow" : "hidden",
  950. "text-overflow" : "ellipsis",
  951. "white-space":"nowrap"
  952. },
  953. "formTopTextNodeTopSetting" : {
  954. "font-size": "16px",
  955. "float": "left",
  956. "width" : "80px",
  957. "overflow" : "hidden",
  958. "text-overflow" : "ellipsis",
  959. "white-space":"nowrap"
  960. },
  961. "formTopTextNodeImageLink" : {
  962. "font-size": "16px",
  963. "float": "left",
  964. "width" : "280px",
  965. "overflow" : "hidden",
  966. "text-overflow" : "ellipsis",
  967. "white-space":"nowrap"
  968. },
  969. "formTopCloseActionNode": {
  970. "width": "32px",
  971. "height": "32px",
  972. "float": "right",
  973. "padding-left" : "30px",
  974. "padding-right" : "10px",
  975. "background": "url(../x_component_Execution/$WorkForm/default/icon/close.png) no-repeat center 4px",
  976. "cursor": "pointer"
  977. },
  978. "formTopContentNode" : {
  979. "float" : "right",
  980. "padding-right" : "10px",
  981. "text-align" : "right"
  982. },
  983. "formTopContentTitle" : {
  984. },
  985. "formTopContentValue" : {
  986. "padding-right" : "20px",
  987. "font-size": "12px"
  988. },
  989. "formNewNode": {
  990. "width": "47px",
  991. "height": "47px",
  992. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  993. },
  994. "formIconNode": {
  995. "width": "47px",
  996. "height": "47px"
  997. },
  998. "formEditNode": {
  999. "width": "47px",
  1000. "height": "47px"
  1001. },
  1002. "formContentNode": {
  1003. "border": "0px solid #666",
  1004. "width": "100%",
  1005. "margin": "auto",
  1006. "font-size": "12px",
  1007. "color": "#666",
  1008. "font-family": "Microsoft YaHei",
  1009. "overflow" : "hidden"
  1010. },
  1011. "formTableContainer" : {
  1012. "margin": "0px 10px",
  1013. "overflow" : "hidden",
  1014. "positon" : "static"
  1015. },
  1016. "formTableValue14" : {
  1017. "text-align": "left",
  1018. "font-size" : "14px"
  1019. },
  1020. "portalImageAre" : {
  1021. "width" : "600px"
  1022. },
  1023. "formBottomNode" : {
  1024. "height" : "50px",
  1025. "line-height" : "50px",
  1026. "background-color" : "#eee",
  1027. "overflow" : "hidden",
  1028. "padding-left" : "20px"
  1029. },
  1030. "formOkActionNode": {
  1031. "height": "30px",
  1032. "line-height": "30px",
  1033. "text-align" : "center",
  1034. "width": "90px",
  1035. "margin-top" : "10px",
  1036. "margin-right" : "10px",
  1037. "cursor": "pointer",
  1038. "float": "left",
  1039. "font-size": "14px",
  1040. "font-family": "Microsoft YaHei",
  1041. "background-color":"#5c97e1",
  1042. "color": "#FFF",
  1043. "box-shadow": "0px 0px 5px #2a5c95"
  1044. },
  1045. "formCancelActionNode": {
  1046. "height": "30px",
  1047. "line-height": "30px",
  1048. "text-align" : "center",
  1049. "width": "50px",
  1050. "margin-top" : "10px",
  1051. "margin-right" : "10px",
  1052. "cursor": "pointer",
  1053. "float": "left",
  1054. "font-size": "14px",
  1055. "font-family": "Microsoft YaHei",
  1056. "background-color":"#5c97e1",
  1057. "color": "#FFF",
  1058. "box-shadow": "0px 0px 5px #2a5c95"
  1059. },
  1060. "cancelHotPicture" : {
  1061. "height": "30px",
  1062. "line-height": "30px",
  1063. "text-align" : "center",
  1064. "width": "70px",
  1065. "margin-top" : "10px",
  1066. "margin-right" : "10px",
  1067. "cursor": "pointer",
  1068. "float": "left",
  1069. "font-size": "14px",
  1070. "font-family": "Microsoft YaHei",
  1071. "background-color":"#5c97e1",
  1072. "color": "#FFF",
  1073. "box-shadow": "0px 0px 5px #2a5c95"
  1074. },
  1075. "iconNode": {
  1076. "width": "230px",
  1077. "height": "230px",
  1078. "border-bottom-left-radius": "5px",
  1079. "border-bottom-right-radius": "5px",
  1080. "border-top-left-radius": "5px",
  1081. "border-top-right-radius": "5px",
  1082. "float" : "left"
  1083. },
  1084. "hotIconNode" : {
  1085. "width": "400px",
  1086. "height": "200px",
  1087. "float" : "left"
  1088. },
  1089. "selectActionNode" : {
  1090. "float": "left",
  1091. "background-color": "#FFF",
  1092. "padding": "4px 14px",
  1093. "border": "1px solid #999",
  1094. "border-radius": "3px",
  1095. "font-size": "14px",
  1096. "color": "#666",
  1097. "cursor": "pointer",
  1098. "margin-right" : "10px"
  1099. },
  1100. "changeIconActionNode":{
  1101. "margin-left": "20px",
  1102. "float": "left",
  1103. "background-color": "#FFF",
  1104. "padding": "4px 14px",
  1105. "border": "1px solid #999",
  1106. "border-radius": "3px",
  1107. "margin-top": "30px",
  1108. "font-size": "14px",
  1109. "color": "#666",
  1110. "cursor": "pointer"
  1111. },
  1112. "iconSelectNode" : {
  1113. "margin" : "7px",
  1114. "width": "64px",
  1115. "height": "64px",
  1116. "border-bottom-left-radius": "10px",
  1117. "border-bottom-right-radius": "10px",
  1118. "border-top-left-radius": "10px",
  1119. "border-top-right-radius": "10px"
  1120. },
  1121. "iconAreaNode" : {
  1122. "cursor" : "pointer",
  1123. "background-color" : "#fff",
  1124. "float" : "left"
  1125. },
  1126. "iconAreaNodeOver" : {
  1127. "background-color" : "#f3f3f3"
  1128. },
  1129. "turnSubjectNode" : {
  1130. "overflow" : "hidden"
  1131. },
  1132. "lastSubjectNode" : {
  1133. "width" : "578px",
  1134. "float" : "left",
  1135. "font-size" : "16px",
  1136. "height" : "40px",
  1137. "line-height" : "40px",
  1138. "text-align" : "center",
  1139. "border" : "1px solid #DCDCDC",
  1140. "margin-top" : "10px",
  1141. "cursor" : "pointer",
  1142. "color" : "#666",
  1143. "text-overflow" : "ellipsis",
  1144. "white-space":"nowrap",
  1145. "overflow" : "hidden",
  1146. "padding-left" : "5px",
  1147. "padding-right" : "5px",
  1148. "background-color" : "#EEE"
  1149. },
  1150. "lastSubjectNode_over" : {
  1151. "background-color" : "#FFF"
  1152. },
  1153. "lastSubjectNoneNode" : {
  1154. "width" : "578px",
  1155. "float" : "left",
  1156. "height" : "40px",
  1157. "line-height" : "40px",
  1158. "border" : "1px solid #DCDCDC",
  1159. "margin-top" : "10px",
  1160. "background-color" : "#EEE"
  1161. },
  1162. "nextSubjectNode" : {
  1163. "width" : "578px",
  1164. "float" : "left",
  1165. "font-size" : "16px",
  1166. "height" : "40px",
  1167. "line-height" : "40px",
  1168. "text-align" : "center",
  1169. "border" : "1px solid #DCDCDC",
  1170. "margin-top" : "10px",
  1171. "cursor" : "pointer",
  1172. "color" : "#666",
  1173. "text-overflow" : "ellipsis",
  1174. "white-space":"nowrap",
  1175. "overflow" : "hidden",
  1176. "padding-left" : "5px",
  1177. "padding-right" : "5px",
  1178. "background-color" : "#EEE"
  1179. },
  1180. "nextSubjectNode_over" : {
  1181. "background-color" : "#FFF"
  1182. },
  1183. "nextSubjectNoneNode" : {
  1184. "width" : "578px",
  1185. "float" : "left",
  1186. "height" : "40px",
  1187. "line-height" : "40px",
  1188. "border" : "1px solid #DCDCDC",
  1189. "margin-top" : "10px",
  1190. "background-color" : "#EEE"
  1191. },
  1192. "person" : {
  1193. "cursor" : "pointer",
  1194. "color": "#5c7084"
  1195. },
  1196. "person_over" : {
  1197. "color": "#0258ad"
  1198. },
  1199. "uploadActionNode":{
  1200. "margin": "10px 10px 10px 0px",
  1201. "background-color": "#FFF",
  1202. "padding": "4px 14px",
  1203. "border": "1px solid #999",
  1204. "border-radius": "3px",
  1205. "font-size": "14px",
  1206. "color": "#666",
  1207. "cursor": "pointer"
  1208. },
  1209. "portalImageNode" : {
  1210. "width" : "260px",
  1211. "height" : "173px"
  1212. },
  1213. "sidebarTop" : {
  1214. "width": "50px",
  1215. "height" : "24px",
  1216. "margin-bottom": "5px",
  1217. "color" : "#666",
  1218. "cursor" : "pointer",
  1219. "background": "url(../x_component_ForumDocument/$Main/default/icon/icon_top.png) no-repeat center 5px",
  1220. "opacity" : "0.6"
  1221. },
  1222. "sidebarTop_over" : {
  1223. "opacity" : "1"
  1224. },
  1225. "sidebarCreate" : {
  1226. "width": "50px",
  1227. "height" : "24px",
  1228. "margin-bottom": "6px",
  1229. "color" : "#666",
  1230. "cursor" : "pointer",
  1231. "background": "url(../x_component_ForumDocument/$Main/default/icon/createDocument.png) no-repeat center 5px",
  1232. "opacity" : "0.6"
  1233. },
  1234. "sidebarCreate_over" : {
  1235. "opacity" : "1"
  1236. },
  1237. "sidebarReply" : {
  1238. "width": "50px",
  1239. "height" : "24px",
  1240. "margin-bottom": "6px",
  1241. "color" : "#666",
  1242. "cursor" : "pointer",
  1243. "background": "url(../x_component_ForumDocument/$Main/default/icon/action_quote.png) no-repeat center 5px",
  1244. "opacity" : "0.6"
  1245. },
  1246. "sidebarReply_over" : {
  1247. "opacity" : "1"
  1248. },
  1249. "sidebarNext" : {
  1250. "width": "50px",
  1251. "height" : "24px",
  1252. "margin-bottom": "6px",
  1253. "color" : "#666",
  1254. "cursor" : "pointer",
  1255. "background": "url(../x_component_ForumDocument/$Main/default/icon/thread_next_over.png) no-repeat center 5px",
  1256. "opacity" : "0.6"
  1257. },
  1258. "sidebarNext_over" : {
  1259. "opacity" : "1"
  1260. },
  1261. "sidebarPrev" : {
  1262. "width": "50px",
  1263. "height" : "24px",
  1264. "margin-bottom": "6px",
  1265. "color" : "#666",
  1266. "cursor" : "pointer",
  1267. "background": "url(../x_component_ForumDocument/$Main/default/icon/thread_prev_over.png) no-repeat center 5px",
  1268. "opacity" : "0.6"
  1269. },
  1270. "sidebarPrev_over" : {
  1271. "opacity" : "1"
  1272. }
  1273. }