css.wcss 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. {
  2. "node": {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden",
  6. "background-color":"#fff",
  7. "-webkit-user-select": "text",
  8. "-moz-user-select": "text"
  9. },
  10. "rightContentNode": {
  11. "height": "100%",
  12. "margin-left": "300px",
  13. "overflow": "hidden",
  14. "background-color" : "#fff",
  15. "opacity": 1
  16. },
  17. "naviContainerNode": {
  18. "border-top" : "1px solid #fff",
  19. "border-right" : "1px solid #ddd",
  20. "float": "left",
  21. "overflow": "hidden",
  22. "width": "293px",
  23. "height": "100%",
  24. "background-color" : "#f7f7f7"
  25. },
  26. "leftTitleNode" : {
  27. "height" : "100px",
  28. "border-bottom" : "3px solid #3c76b7"
  29. },
  30. "titleIconAreaNode" : {
  31. "float": "left",
  32. "padding-top" :"17px",
  33. "padding-left" : "20px"
  34. },
  35. "titleIconNode": {
  36. "width": "64px",
  37. "height": "64px",
  38. "border-bottom-left-radius": "10px",
  39. "border-bottom-right-radius": "10px",
  40. "border-top-left-radius": "10px",
  41. "border-top-right-radius": "10px"
  42. },
  43. "titleContentNode" : {
  44. "padding-left": "15px",
  45. "float": "left",
  46. "width": "170px"
  47. },
  48. "titleTextNode": {
  49. "color": "#333",
  50. "font-size": "20px",
  51. "padding-top": "20px",
  52. "line-height": "30px",
  53. "height": "30px",
  54. "width": "170px",
  55. "overflow" : "hidden"
  56. },
  57. "titleDescriptionNode": {
  58. "color": "#999",
  59. "font-size": "12px",
  60. "padding-top": "5px",
  61. "padding-bottom": "5px",
  62. "line-height" : "20px",
  63. "height": "40px",
  64. "width": "170px",
  65. "overflow" : "hidden"
  66. },
  67. "moduleContent" : {
  68. },
  69. "titleBar": {
  70. "margin-left" : "13px",
  71. "margin-right" : "20px",
  72. "overflow": "hidden",
  73. "mine-height": "50px",
  74. "border-bottom" : "1px solid #ccc"
  75. },
  76. "titleActionBar" : {
  77. "overflow": "hidden",
  78. "float" : "right"
  79. },
  80. "batchAction" : {
  81. "height": "50px",
  82. "line-height": "50px",
  83. "color" : "#666",
  84. "font-size" : "15px",
  85. "background": "url(/x_component_cms_Module/$Main/default/icon/batch.png) 20px center no-repeat",
  86. "float": "right",
  87. "padding-left" : "40px",
  88. "cursor": "pointer"
  89. },
  90. "batchAction_over" : {
  91. "color" : "#3c76b7",
  92. "background": "url(/x_component_cms_Module/$Main/default/icon/batch_over.png) 20px center no-repeat"
  93. },
  94. "createDocumentAction": {
  95. "height": "50px",
  96. "line-height": "50px",
  97. "color" : "#666",
  98. "font-size" : "15px",
  99. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument.png) 20px center no-repeat",
  100. "float": "right",
  101. "padding-left" : "40px",
  102. "cursor": "pointer"
  103. },
  104. "createDocumentAction_over": {
  105. "color" : "#3c76b7",
  106. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument_over.png) 20px center no-repeat"
  107. },
  108. "moveDocumentAction" : {
  109. "height": "50px",
  110. "line-height": "50px",
  111. "color" : "#666",
  112. "font-size" : "15px",
  113. "background": "url(/x_component_cms_Module/$Main/default/icon/moveto.png) 20px center no-repeat",
  114. "float": "right",
  115. "padding-left" : "40px",
  116. "cursor": "pointer"
  117. },
  118. "moveDocumentAction_over": {
  119. "color" : "#3c76b7",
  120. "background": "url(/x_component_cms_Module/$Main/default/icon/moveto_over.png) 20px center no-repeat"
  121. },
  122. "copyDocumentAction": {
  123. "height": "50px",
  124. "line-height": "50px",
  125. "color" : "#666",
  126. "font-size" : "15px",
  127. "background": "url(/x_component_cms_Module/$Main/default/icon/copy.png) 20px center no-repeat",
  128. "float": "right",
  129. "padding-left" : "40px",
  130. "cursor": "pointer"
  131. },
  132. "copyDocumentAction_over": {
  133. "color" : "#3c76b7",
  134. "background": "url(/x_component_cms_Module/$Main/default/icon/copy_over.png) 20px center no-repeat"
  135. },
  136. "batchRemoveDocumentAction" : {
  137. "height": "50px",
  138. "line-height": "50px",
  139. "color" : "#666",
  140. "font-size" : "15px",
  141. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete.png) 20px center no-repeat",
  142. "float": "right",
  143. "padding-left" : "40px",
  144. "cursor": "pointer"
  145. },
  146. "batchRemoveDocumentAction_over": {
  147. "color" : "#3c76b7",
  148. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete_over.png) 20px center no-repeat"
  149. },
  150. "batchRemoveConfirmDocumentAction" : {
  151. "height": "50px",
  152. "line-height": "50px",
  153. "color" : "red",
  154. "font-size" : "15px",
  155. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete_red.png) 20px center no-repeat",
  156. "float": "right",
  157. "padding-left" : "40px",
  158. "cursor": "pointer"
  159. },
  160. "batchRemoveConfirmDocumentAction_over": {
  161. "color" : "red",
  162. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete_red.png) 20px center no-repeat"
  163. },
  164. "importAction": {
  165. "height": "50px",
  166. "line-height": "50px",
  167. "color" : "#666",
  168. "font-size" : "15px",
  169. "background": "url(/x_component_cms_Module/$Main/default/icon/import.png) 20px center no-repeat",
  170. "float": "right",
  171. "padding-left" : "40px",
  172. "cursor": "pointer"
  173. },
  174. "importAction_over": {
  175. "color" : "#3c76b7",
  176. "background": "url(/x_component_cms_Module/$Main/default/icon/import_blue.png) 20px center no-repeat"
  177. },
  178. "exportAction": {
  179. "height": "50px",
  180. "line-height": "50px",
  181. "color" : "#666",
  182. "font-size" : "15px",
  183. "background": "url(/x_component_cms_Module/$Main/default/icon/export.png) 20px center no-repeat",
  184. "float": "right",
  185. "padding-left" : "40px",
  186. "cursor": "pointer"
  187. },
  188. "exportAction_over": {
  189. "color" : "#3c76b7",
  190. "background": "url(/x_component_cms_Module/$Main/default/icon/export_blue.png) 20px center no-repeat"
  191. },
  192. "naviNode": {
  193. // "border": "0px",
  194. // "border-radius": "0px",
  195. "position": "relative",
  196. "overflow": "hidden"
  197. //"margin-right" : "-7px",
  198. },
  199. // "categoryNaviNode": {
  200. // "cursor" : "pointer",
  201. // "display" : "block",
  202. // "height": "35px",
  203. // "margin": "0px",
  204. // "background": "url(/x_component_cms_Module/$Main/default/icon/category.png) no-repeat 20px center",
  205. // "background-color" : "#f1f8ff",
  206. // "line-height" :"35px",
  207. // "font-family": "Microsoft YaHei",
  208. // "font-size": "14px",
  209. // "color" : "#3587d7",
  210. // "padding-left" : "40px"
  211. // },
  212. "categoryNaviNode": {
  213. "overflow" : "hidden",
  214. "cursor" : "pointer",
  215. "color" : "#333",
  216. "height" : "40px",
  217. "font-weight" : "normal",
  218. "line-height" : "40px",
  219. "font-family": "Microsoft YaHei",
  220. "font-size": "15px",
  221. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 38px 12px",
  222. "background-color": "#f7f7f7"
  223. },
  224. "categoryNaviNode_selected" : {
  225. "color" : "#fff",
  226. "background": "url(/x_component_cms_Module/$Main/default/icon/category_folder_selected.png) no-repeat 38px 12px",
  227. "background-color" : "#3C76B7"
  228. },
  229. "categoryNaviNode_over" : {
  230. "background": "url(/x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 38px 12px",
  231. "background-color" : "#f0f0f0",
  232. "color" : "#333"
  233. },
  234. "categoryNaviTextNode" : {
  235. "float" : "left",
  236. "margin-left" : "33px"
  237. },
  238. "emptyExpendNode" : {
  239. "height" : "40px",
  240. "width" : "16px",
  241. "float" : "left",
  242. //"margin-top" : "12px",
  243. "margin-left" : "16px"
  244. },
  245. "categoryExpendNode" : {
  246. "height" : "40px",
  247. "width" : "16px",
  248. "float" : "left",
  249. //"margin-top" : "12px",
  250. "margin-left" : "16px",
  251. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_down.png) no-repeat 0px 12px"
  252. },
  253. "categoryExpendNode_selected" : {
  254. "height" : "40px",
  255. "width" : "16px",
  256. "float" : "left",
  257. //"margin-top" : "12px",
  258. "margin-left" : "16px",
  259. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_down_selected.png) no-repeat 0px 12px"
  260. },
  261. "categoryCollapseNode" : {
  262. "height" : "40px",
  263. "width" : "16px",
  264. "float" : "left",
  265. //"margin-top" : "12px",
  266. "margin-left" : "16px",
  267. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_right.png) no-repeat 0px 12px"
  268. },
  269. "categoryCollapseNode_selected" : {
  270. "height" : "40px",
  271. "width" : "16px",
  272. "float" : "left",
  273. //"margin-top" : "12px",
  274. "margin-left" : "16px",
  275. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_right_selected.png) no-repeat 0px 12px"
  276. },
  277. "viewNaviListNode" : {
  278. },
  279. "viewNaviListNode_all" : {
  280. // "padding-top" : "10px"
  281. },
  282. "viewNaviNode_all" : {
  283. "cursor" : "pointer",
  284. "color" : "#333",
  285. "padding-left" : "65px",
  286. "height" : "40px",
  287. "line-height" : "40px",
  288. "font-family": "Microsoft YaHei",
  289. "font-size": "15px",
  290. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 38px 12px",
  291. "background-color": "#f7f7f7"
  292. },
  293. "viewNaviNode_all_selected" : {
  294. "background": "url(/x_component_cms_Module/$Main/default/icon/category_all_selected.png) no-repeat 38px 12px",
  295. "background-color" : "#3C76B7",
  296. "color" : "#fff"
  297. },
  298. "viewNaviNode_all_over" : {
  299. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 38px 12px",
  300. "background-color" : "#f0f0f0",
  301. "color" : "#333"
  302. },
  303. "viewNaviNode" : {
  304. "cursor" : "pointer",
  305. "color" : "#666",
  306. "padding-left" : "65px",
  307. "height" : "40px",
  308. "line-height" : "40px",
  309. "font-family": "Microsoft YaHei",
  310. "font-size": "14px",
  311. "background-color": "#f7f7f7"
  312. },
  313. "viewNaviNode_selected" : {
  314. "background-color" : "#3C76B7",
  315. "color" : "#fff"
  316. },
  317. "viewNaviNode_over" : {
  318. "background-color" : "#f0f0f0",
  319. "color" : "#666"
  320. },
  321. "viewNaviSepartorNode" : {
  322. // "margin" : "0 auto",
  323. // "height" : "1px",
  324. // "width" : "180px",
  325. // "border-bottom" : "1px solid rgba(240, 242, 251, 1)"
  326. },
  327. "viewNaviBottom" : {
  328. // "width" : "200px",
  329. // "height" : "88px",
  330. // "position" : "absolute",
  331. // "bottom" : "88px",
  332. // "left" : "0px",
  333. // "background-image" : "url(/x_component_cms_Module/$Main/default/icon/titleBackground2.png)",
  334. // "background-position" : "-538px -508px"
  335. }
  336. }