css.wcss 8.5 KB

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