css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. {
  2. "container" : {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text"
  8. },
  9. "scrollNode" : {
  10. "overflow-x": "hidden",
  11. "overflow-y": "scroll"
  12. },
  13. "node" : {
  14. //"width": "1170px",
  15. "margin" : "0px auto 20px auto",
  16. "overflow" : "hidden"
  17. },
  18. "titleBarContainer": {
  19. //"width": "1186px",
  20. "margin" : "0px auto",
  21. "overflow": "hidden",
  22. "height": "50px",
  23. "background-color" : "#fff",
  24. "border-bottom" : "1px solid #ccc"
  25. },
  26. "titleBar" : {
  27. "padding" : "0px 30px"
  28. },
  29. "createDocumentAction": {
  30. "height": "50px",
  31. "line-height": "50px",
  32. "color" : "#666",
  33. "font-size" : "16px",
  34. "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument.png) 5px center no-repeat",
  35. "float": "right",
  36. "padding-left" : "27px",
  37. "margin-right" : "16px",
  38. "cursor": "pointer"
  39. },
  40. "createDocumentAction_over": {
  41. "color" : "#3c76b7",
  42. "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument_over.png) 5px center no-repeat"
  43. },
  44. "searchBarAreaNode": {
  45. //"margin": "0px 20px 0px 20px",
  46. "height": "50px",
  47. "overflow": "hidden",
  48. "float" : "right",
  49. "width" : "160px"
  50. },
  51. "searchBarNode": {
  52. "width" : "160px",
  53. //"max-width": "200px",
  54. "height": "30px",
  55. "background-color": "#FFF",
  56. "border": "0px solid #999",
  57. //"border-radius":"10px",
  58. "margin-top": "10px",
  59. "float": "right"
  60. },
  61. "searchBarActionNode": {
  62. "width": "30px",
  63. "height": "30px",
  64. "background": "url("+"../x_component_cms_Index/$Main/default/icon/search.png) center center no-repeat",
  65. "float": "left",
  66. "cursor": "pointer"
  67. },
  68. "searchBarResetActionNode": {
  69. "width": "30px",
  70. "height": "30px",
  71. "background": "url("+"../x_component_cms_Index/$Main/default/icon/reset.png) center center no-repeat",
  72. "float": "left",
  73. "cursor": "pointer"
  74. },
  75. "searchBarInputBoxNode": {
  76. "height": "30px",
  77. "line-height": "30px",
  78. "margin-right": "10px",
  79. "float": "left",
  80. "width" : "110px"
  81. },
  82. "searchBarInputNode": {
  83. "width": "100%",
  84. "height": "24px",
  85. "border": "0px",
  86. "color": "#666"
  87. },
  88. "refreshAreaNode": {
  89. "float": "right",
  90. "margin": "0px 40px 0px 0px",
  91. "width" : "40px",
  92. "overflow": "hidden"
  93. },
  94. "refreshActionNode": {
  95. "width": "40px",
  96. "height": "60px",
  97. "line-height": "60px",
  98. "background": "url(../x_component_cms_Index/$Main/default/icon/refresh.png) center center no-repeat",
  99. "cursor": "pointer"
  100. },
  101. "columnTop_All": {
  102. "float": "left",
  103. "width": "70px",
  104. "height": "48px",
  105. "padding-left": "22px",
  106. "line-height": "48px",
  107. "border-bottom": "2px solid #FAFAFA",
  108. "font-size": "16px",
  109. "color": "#333333",
  110. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_quanbu.png) 0 center no-repeat",
  111. "cursor": "pointer"
  112. },
  113. "columnTop_All_over": {
  114. "border-bottom": "2px solid #999999"
  115. },
  116. "columnTop_All_current": {
  117. "color": "#4A90E2",
  118. "border-bottom": "2px solid #4A90E2",
  119. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_quanbu_click.png) 0 center no-repeat"
  120. },
  121. "columnTop_import": {
  122. "float": "right",
  123. "margin-right": "30px",
  124. "width": "56px",
  125. "background": "url(../x_component_cms_Column/$Main/default/icon/icon__leading_in_grey.png) 0 center no-repeat",
  126. "padding-left": "22px",
  127. "height": "50px",
  128. "line-height": "50px",
  129. "font-size": "14px",
  130. "color": "#333333",
  131. "cursor": "pointer"
  132. },
  133. "columnTop_category": {
  134. "background": "#FFF",
  135. "height": "50px",
  136. "line-height": "50px",
  137. "margin-left": "102px",
  138. "margin-right": "300px",
  139. "overflow": "hidden",
  140. "position": "static",
  141. "z-index" : "auto",
  142. "box-shadow": "none"
  143. },
  144. "columnTop_category_more": {
  145. "position": "absolute",
  146. "z-index" : "10",
  147. "box-shadow": "0 0 10px #999999 "
  148. },
  149. "columnTop_categoryItem": {
  150. "float": "left",
  151. "margin-left": "20px",
  152. "height": "48px",
  153. "padding-left": "22px",
  154. "padding-right": "10px",
  155. "line-height": "48px",
  156. "border-bottom": "2px solid #FAFAFA",
  157. "font-size": "14px",
  158. "color": "#333333",
  159. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_files.png) 0 center no-repeat",
  160. "cursor": "pointer"
  161. },
  162. "columnTop_categoryItem_over": {
  163. "border-bottom": "2px solid #999999"
  164. },
  165. "columnTop_categoryItem_current": {
  166. "color": "#4A90E2",
  167. "border-bottom": "2px solid #4A90E2",
  168. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_files_click.png) 0 center no-repeat"
  169. },
  170. "columnTop_categoryExpandButtonArea": {
  171. "height": "10px",
  172. "width": "100%",
  173. "position": "absolute",
  174. "margin": "auto",
  175. "bottom": "2px"
  176. },
  177. "columnTop_categoryExpandButton": {
  178. "width": "20px",
  179. "height": "50px",
  180. "line-height": "5px",
  181. "text-align": "center",
  182. "font-size": "16px",
  183. "font-weight": "bold",
  184. /*border": "1px solid #eeeeee",*/
  185. "border-radius": "5px",
  186. "background-image": "url(../x_component_cms_Column/$Main/default/icon/more.png)",
  187. "background-position": "center center",
  188. "background-repeat": "no-repeat",
  189. /*background-color": "#dddddd",*/
  190. "cursor": "pointer",
  191. "margin": "auto",
  192. "margin-right": "20px",
  193. "float": "right"
  194. },
  195. "contentContainerNode" : {
  196. //"background-color": "#FFF",
  197. "height" : "100%",
  198. "overflow": "hidden"
  199. },
  200. "contentNode" : {
  201. "-webkit-user-select": "none",
  202. "-moz-user-select": "none"
  203. },
  204. "columnItemNode" : {
  205. "width": "540px",
  206. "float": "left",
  207. "height" : "240px",
  208. //"border": "1px solid #e8e8e8",
  209. "background-color" : "#fff",
  210. //"box-shadow": "0px 0px 0px #BBB",
  211. "margin-left": "10px",
  212. "margin-top": "10px"
  213. },
  214. "columnItemLeftNode": {
  215. "width" : "179px",
  216. "height" : "220px",
  217. "overflow": "hidden",
  218. "background-color": "#FFF",
  219. "cursor" : "pointer",
  220. "float" : "left",
  221. "border-right" : "1px solid #ccc",
  222. "margin-top" : "10px",
  223. "margin-bottom" : "10px"
  224. },
  225. "columnItemRightNode": {
  226. "width" : "330px",
  227. "height" : "240px",
  228. "padding-left" : "15px",
  229. "padding-right" : "15px",
  230. "overflow": "hidden",
  231. "background-color": "#FFF",
  232. "cursor" : "pointer",
  233. "float" : "left"
  234. //"position" : "relative"
  235. },
  236. "columnItemTopNode": {
  237. "overflow": "hidden",
  238. "background-color": "#FFF",
  239. "cursor" : "pointer"
  240. },
  241. "columnItemNode_select": {
  242. //"border": "1px solid #e97070",
  243. //"box-shadow": "0px 0px 10px #e97070"
  244. },
  245. // "columnItemNewNode": {
  246. // "width": "47px",
  247. // "height": "47px",
  248. // "position": "relative",
  249. // "top": "-80px",
  250. // "background": "url(../x_component_cms_Index/$Main/default/icon/new.png) no-repeat right"
  251. // },
  252. "columnItemIconAreaNode" : {
  253. "width": "180px",
  254. "height": "94px",
  255. "background-color" : "#fff"
  256. },
  257. "columnItemIconNode": {
  258. "width": "72px",
  259. "height": "72px",
  260. "margin-top" :"16px",
  261. "margin-left" : "54px",
  262. "border-bottom-left-radius": "10px",
  263. "border-bottom-right-radius": "10px",
  264. "border-top-left-radius": "10px",
  265. "border-top-right-radius": "10px"
  266. },
  267. "columnItemTextNode": {
  268. "padding-left": "5px",
  269. "padding-right": "5px",
  270. "height": "126px"
  271. },
  272. "columnItemTitleNode": {
  273. "max-height" : "52px",
  274. "padding-left": "20px",
  275. "padding-right": "20px",
  276. "color": "#333333",
  277. "line-height": "26px",
  278. "font-family": "Microsoft YaHei",
  279. "font-size": "18px",
  280. "overflow" : "hidden",
  281. "text-align" : "center"
  282. },
  283. "columnItemDescriptionNode" : {
  284. "padding-left" : "11px",
  285. "padding-right" : "11px",
  286. "margin-top" : "10px",
  287. "overflow" : "hidden",
  288. "height": "56px",
  289. "color": "#666",
  290. "line-height": "20px",
  291. "font-family": "Microsoft YaHei",
  292. "font-size": "12px",
  293. "text-align" : "center"
  294. },
  295. "categoryContainer" : {
  296. "border-bottom" : "1px solid #ccc",
  297. "height" :"50px",
  298. //"padding-left" : "6px",
  299. "overflow" : "hidden"
  300. },
  301. "categoryArrowNode" : {
  302. "width": "20px",
  303. "height": "50px",
  304. "line-height" : "50px",
  305. "cursor" : "pointer",
  306. "background":"url(../x_component_cms_Index/$Main/default/icon/down.png) center center no-repeat",
  307. "float" : "right",
  308. "background-color" : "#fff"
  309. },
  310. "categoryArrowNode_over" : {
  311. "background":"url(../x_component_cms_Index/$Main/default/icon/down_over.png) center center no-repeat"
  312. //"background-color" : "#eee"
  313. },
  314. "categoryArrowNode_down" : {
  315. "background":"url(../x_component_cms_Index/$Main/default/icon/up.png) center center no-repeat",
  316. "background-color" : "#fff"
  317. },
  318. "categoryArrowNode_down_over" : {
  319. "background":"url(../x_component_cms_Index/$Main/default/icon/up_over.png) center center no-repeat",
  320. "float" : "right"
  321. //"background-color" : "#eee"
  322. },
  323. "categoryList" : {
  324. "width": "305px",
  325. "padding-left":"5px",
  326. "float" : "left",
  327. "position" : "static",
  328. "border":"0",
  329. "z-index": 0
  330. },
  331. "categoryList_all" : {
  332. "width": "305px",
  333. "position" : "absolute",
  334. "border" : "1px solid #ccc",
  335. "background-color" : "#fff",
  336. "padding-bottom" : "10px",
  337. "z-index": 1
  338. },
  339. "categoryItem" : {
  340. "float" : "left",
  341. "cursor" : "pointer",
  342. "margin-top" : "12px",
  343. "padding-left" : "5px",
  344. "padding-right" : "5px",
  345. "padding-top" : "3px",
  346. "padding-bottom" : "3px",
  347. "color": "#3c76b7",
  348. "font-family": "Microsoft YaHei",
  349. "font-size": "14px",
  350. "border" : "1px solid #fff",
  351. "background-color" : "#fff",
  352. "white-space":"nowrap"
  353. },
  354. "categoryItem_over" : {
  355. "color": "#fff",
  356. "border" : "1px solid #3c76b7",
  357. "border-radius": "3px",
  358. "background-color" : "#3c76b7"
  359. //"background-color" : "#ebf4fe"
  360. },
  361. "documentList" : {
  362. "margin-top" : "10px",
  363. "margin-right" : "5px"
  364. },
  365. "documentItem" : {
  366. "height": "28px",
  367. "line-height" : "28px",
  368. "font-family": "Microsoft YaHei",
  369. "font-size": "14px",
  370. "color": "#666",
  371. "padding-left" : "10px",
  372. //"border-bottom" : "1p solid #e2e2e2",
  373. "cursor" : "pointer",
  374. "text-overflow" : "ellipsis",
  375. "overflow":"hidden",
  376. "white-space":"nowrap",
  377. "background":"url(../x_component_cms_Index/$Main/default/icon/documentDot.png) 0px 12px no-repeat"
  378. },
  379. "documentItem_over" : {
  380. "color": "#3c76b7",//"#98b7d5",
  381. "background":"url(../x_component_cms_Index/$Main/default/icon/documentDot_over.png) 0px 12px no-repeat"
  382. },
  383. "documentItem_top": {
  384. "position": "relative",
  385. "padding-right": "24px"
  386. },
  387. "documentTopNode": {
  388. "position": "absolute",
  389. "top": "5px",
  390. "right": "0px",
  391. "height": "18px",
  392. "width": "18px",
  393. "border-radius": "5px",
  394. "background-color": "#ccc",
  395. "background-size":"12px",
  396. "background-position":"center center",
  397. "background-repeat": "no-repeat",
  398. "background-image": "url(../x_component_Homepage/$Main/default/icon/top.png)"
  399. },
  400. "documentTopNode_over": {
  401. "background-color": "#4A90E2"
  402. },
  403. "moreArea" : {
  404. "position" : "absolute",
  405. "bottom" : "0px",
  406. "right" : "0px",
  407. "height": "30px",
  408. "margin-right" : "20px",
  409. "line-height" : "30px",
  410. "border-top" : "1p solid #e2e2e2",
  411. "padding-left" : "5px",
  412. "overflow" : "hidden"
  413. },
  414. "moreLinkText" : {
  415. "display" : "inline",
  416. "line-height" : "21px",
  417. "font-family": "Microsoft YaHei",
  418. "font-size": "14px",
  419. "color" : "#999",
  420. "cursor" : "pointer",
  421. "margin-right" : "5px",
  422. "float" : "left"
  423. },
  424. "moreLinkImage" : {
  425. "float" : "left",
  426. "width" : "14px",
  427. "height" : "14px",
  428. "margin-top" : "4px",
  429. "background":"url(../x_component_cms_Index/$Main/default/icon/right.png) 0px 0px no-repeat"
  430. },
  431. "moreLinkText_over" : {
  432. "color": "#3c76b7"
  433. },
  434. "moreLinkImage_over" : {
  435. "width" : "14px",
  436. "height" : "14px",
  437. "background":"url(../x_component_cms_Index/$Main/default/icon/right_over.png) 0px 0px no-repeat"
  438. },
  439. "rightContentNode": {
  440. "height": "100%",
  441. "margin-left": "200px",
  442. "overflow": "hidden",
  443. "opacity": 1
  444. }
  445. }