css.wcss 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. {
  2. "container" : {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden"
  6. },
  7. "scrollNode" : {
  8. "overflow-x": "hidden",
  9. "overflow-y": "scroll"
  10. },
  11. "node" : {
  12. //"width": "1170px",
  13. "margin" : "0px auto 20px auto",
  14. "overflow" : "hidden"
  15. },
  16. "titleBarContainer": {
  17. //"width": "1186px",
  18. "margin" : "0px auto",
  19. "overflow": "hidden",
  20. "height": "50px",
  21. "border-bottom" : "1px solid #ccc"
  22. },
  23. "createDocumentAction": {
  24. "height": "50px",
  25. "line-height": "50px",
  26. "color" : "#666",
  27. "font-size" : "16px",
  28. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument.png) center center no-repeat",
  29. "float": "right",
  30. "padding-left" : "60px",
  31. "margin-right" : "16px",
  32. "cursor": "pointer"
  33. },
  34. "createDocumentAction_over": {
  35. "color" : "#3c76b7",
  36. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument_over.png) center center no-repeat"
  37. },
  38. "searchBarAreaNode": {
  39. //"margin": "0px 20px 0px 20px",
  40. "height": "50px",
  41. "overflow": "hidden",
  42. "float" : "left",
  43. "width" : "700px"
  44. },
  45. "searchBarNode": {
  46. "width" : "400px",
  47. "max-width": "500px",
  48. "height": "30px",
  49. "background-color": "#FFF",
  50. "border": "0px solid #999",
  51. //"border-radius":"10px",
  52. "margin-top": "10px",
  53. "float": "left"
  54. },
  55. "searchBarActionNode": {
  56. "width": "40px",
  57. "height": "30px",
  58. "background": "url("+"/x_component_cms_Index/$Main/default/icon/search.png) center center no-repeat",
  59. "float": "right",
  60. "cursor": "pointer"
  61. },
  62. "searchBarResetActionNode": {
  63. "width": "40px",
  64. "height": "30px",
  65. "background": "url("+"/x_component_cms_Index/$Main/default/icon/reset.png) center center no-repeat",
  66. "float": "right",
  67. "cursor": "pointer"
  68. },
  69. "searchBarInputBoxNode": {
  70. "height": "30px",
  71. "line-height": "30px",
  72. "margin-left": "10px",
  73. "margin-right": "50px"
  74. },
  75. "searchBarInputNode": {
  76. "width": "100%",
  77. "height": "24px",
  78. "border": "0px",
  79. "color": "#666"
  80. },
  81. "refreshAreaNode": {
  82. "float": "right",
  83. "margin": "0px 40px 0px 0px",
  84. "width" : "40px",
  85. "overflow": "hidden"
  86. },
  87. "refreshActionNode": {
  88. "width": "40px",
  89. "height": "60px",
  90. "line-height": "60px",
  91. "background": "url(/x_component_cms_Index/$Main/default/icon/refresh.png) center center no-repeat",
  92. "cursor": "pointer"
  93. },
  94. "contentContainerNode" : {
  95. //"background-color": "#FFF",
  96. "height" : "100%",
  97. "overflow": "hidden"
  98. },
  99. "contentNode" : {
  100. "-webkit-user-select": "none",
  101. "-moz-user-select": "none"
  102. },
  103. "columnItemNode" : {
  104. "width": "540px",
  105. "float": "left",
  106. "height" : "240px",
  107. //"border": "1px solid #e8e8e8",
  108. "background-color" : "#fff",
  109. //"box-shadow": "0px 0px 0px #BBB",
  110. "margin-left": "10px",
  111. "margin-top": "10px"
  112. },
  113. "columnItemLeftNode": {
  114. "width" : "179px",
  115. "height" : "220px",
  116. "overflow": "hidden",
  117. "background-color": "#FFF",
  118. "cursor" : "pointer",
  119. "float" : "left",
  120. "border-right" : "1px solid #ccc",
  121. "margin-top" : "10px",
  122. "margin-bottom" : "10px"
  123. },
  124. "columnItemRightNode": {
  125. "width" : "330px",
  126. "height" : "240px",
  127. "padding-left" : "15px",
  128. "padding-right" : "15px",
  129. "overflow": "hidden",
  130. "background-color": "#FFF",
  131. "cursor" : "pointer",
  132. "float" : "left",
  133. "position" : "relative"
  134. },
  135. "columnItemTopNode": {
  136. "overflow": "hidden",
  137. "background-color": "#FFF",
  138. "cursor" : "pointer"
  139. },
  140. "columnItemNode_select": {
  141. //"border": "1px solid #e97070",
  142. //"box-shadow": "0px 0px 10px #e97070"
  143. },
  144. // "columnItemNewNode": {
  145. // "width": "47px",
  146. // "height": "47px",
  147. // "position": "relative",
  148. // "top": "-80px",
  149. // "background": "url(/x_component_cms_Index/$Main/default/icon/new.png) no-repeat right"
  150. // },
  151. "columnItemIconAreaNode" : {
  152. "width": "180px",
  153. "height": "94px",
  154. "background-color" : "#fff"
  155. },
  156. "columnItemIconNode": {
  157. "width": "72px",
  158. "height": "72px",
  159. "margin-top" :"16px",
  160. "margin-left" : "54px",
  161. "border-bottom-left-radius": "10px",
  162. "border-bottom-right-radius": "10px",
  163. "border-top-left-radius": "10px",
  164. "border-top-right-radius": "10px"
  165. },
  166. "columnItemTextNode": {
  167. "padding-left": "5px",
  168. "padding-right": "5px",
  169. "height": "126px"
  170. },
  171. "columnItemTitleNode": {
  172. "max-height" : "52px",
  173. "padding-left": "20px",
  174. "padding-right": "20px",
  175. "color": "#333333",
  176. "line-height": "26px",
  177. "font-family": "微软雅黑",
  178. "font-size": "18px",
  179. "overflow" : "hidden",
  180. "text-align" : "center"
  181. },
  182. "columnItemDescriptionNode" : {
  183. "padding-left" : "11px",
  184. "padding-right" : "11px",
  185. "margin-top" : "10px",
  186. "overflow" : "hidden",
  187. "height": "56px",
  188. "color": "#666",
  189. "line-height": "20px",
  190. "font-family": "微软雅黑",
  191. "font-size": "12px",
  192. "text-align" : "center"
  193. },
  194. "categoryContainer" : {
  195. "border-bottom" : "1px solid #ccc",
  196. "height" :"50px",
  197. //"padding-left" : "6px",
  198. "overflow" : "hidden"
  199. },
  200. "categoryArrowNode" : {
  201. "width": "20px",
  202. "height": "50px",
  203. "line-height" : "50px",
  204. "cursor" : "pointer",
  205. "background":"url(/x_component_cms_Index/$Main/default/icon/down.png) center center no-repeat",
  206. "float" : "right",
  207. "background-color" : "#fff"
  208. },
  209. "categoryArrowNode_over" : {
  210. "background":"url(/x_component_cms_Index/$Main/default/icon/down_over.png) center center no-repeat",
  211. //"background-color" : "#eee"
  212. },
  213. "categoryArrowNode_down" : {
  214. "background":"url(/x_component_cms_Index/$Main/default/icon/up.png) center center no-repeat",
  215. "background-color" : "#fff"
  216. },
  217. "categoryArrowNode_down_over" : {
  218. "background":"url(/x_component_cms_Index/$Main/default/icon/up_over.png) center center no-repeat",
  219. "float" : "right"
  220. //"background-color" : "#eee"
  221. },
  222. "categoryList" : {
  223. "width": "305px",
  224. "padding-left":"5px",
  225. "float" : "left",
  226. "position" : "static",
  227. "border":"0"
  228. },
  229. "categoryList_all" : {
  230. "width": "305px",
  231. "position" : "absolute",
  232. "border" : "1px solid #ccc",
  233. "background-color" : "#fff",
  234. "padding-bottom" : "10px"
  235. },
  236. "categoryItem" : {
  237. "float" : "left",
  238. "cursor" : "pointer",
  239. "margin-top" : "12px",
  240. "padding-left" : "5px",
  241. "padding-right" : "5px",
  242. "padding-top" : "3px",
  243. "padding-bottom" : "3px",
  244. "color": "#3c76b7",
  245. "font-family": "微软雅黑",
  246. "font-size": "14px",
  247. "border" : "1px solid #fff",
  248. "background-color" : "#fff"
  249. },
  250. "categoryItem_over" : {
  251. "color": "#fff",
  252. "border" : "1px solid #3c76b7",
  253. "border-radius": "3px",
  254. "background-color" : "#3c76b7"
  255. //"background-color" : "#ebf4fe"
  256. },
  257. "documentList" : {
  258. "margin-top" : "10px",
  259. "margin-right" : "5px"
  260. },
  261. "documentItem" : {
  262. "height": "28px",
  263. "line-height" : "28px",
  264. "font-family": "微软雅黑",
  265. "font-size": "14px",
  266. "color": "#666",
  267. "padding-left" : "10px",
  268. "border-bottom" : "1p solid #e2e2e2",
  269. "cursor" : "pointer",
  270. "text-overflow" : "ellipsis",
  271. "overflow":"hidden",
  272. "white-space":"nowrap",
  273. "background":"url(/x_component_cms_Index/$Main/default/icon/documentDot.png) 0px 12px no-repeat"
  274. },
  275. "documentItem_over" : {
  276. "color": "#3c76b7",//"#98b7d5",
  277. "background":"url(/x_component_cms_Index/$Main/default/icon/documentDot_over.png) 0px 12px no-repeat"
  278. },
  279. "moreArea" : {
  280. "position" : "absolute",
  281. "bottom" : "0px",
  282. "right" : "0px",
  283. "height": "30px",
  284. "margin-right" : "20px",
  285. "line-height" : "30px",
  286. "border-top" : "1p solid #e2e2e2",
  287. "padding-left" : "5px",
  288. "overflow" : "hidden"
  289. },
  290. "moreLinkText" : {
  291. "display" : "inline",
  292. "line-height" : "21px",
  293. "font-family": "微软雅黑",
  294. "font-size": "14px",
  295. "color" : "#999",
  296. "cursor" : "pointer",
  297. "margin-right" : "5px",
  298. "float" : "left"
  299. },
  300. "moreLinkImage" : {
  301. "float" : "left",
  302. "width" : "14px",
  303. "height" : "14px",
  304. "margin-top" : "4px",
  305. "background":"url(/x_component_cms_Index/$Main/default/icon/right.png) 0px 0px no-repeat"
  306. },
  307. "moreLinkText_over" : {
  308. "color": "#3c76b7"
  309. },
  310. "moreLinkImage_over" : {
  311. "width" : "14px",
  312. "height" : "14px",
  313. "background":"url(/x_component_cms_Index/$Main/default/icon/right_over.png) 0px 0px no-repeat"
  314. },
  315. "rightContentNode": {
  316. "height": "100%",
  317. "margin-left": "200px",
  318. "overflow": "hidden",
  319. "opacity": 1
  320. }
  321. }