css.wcss 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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. "createDocumentAction": {
  77. "height": "50px",
  78. "line-height": "50px",
  79. "color" : "#666",
  80. "font-size" : "15px",
  81. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument.png) 20px center no-repeat",
  82. "float": "right",
  83. "padding-left" : "40px",
  84. "cursor": "pointer"
  85. },
  86. "createDocumentAction_over": {
  87. "color" : "#3c76b7",
  88. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument_over.png) 20px center no-repeat"
  89. },
  90. "copyDocumentAction": {
  91. "height": "50px",
  92. "line-height": "50px",
  93. "color" : "#666",
  94. "font-size" : "15px",
  95. "background": "url(/x_component_cms_Module/$Main/default/icon/copy.png) 20px center no-repeat",
  96. "float": "right",
  97. "padding-left" : "40px",
  98. "cursor": "pointer"
  99. },
  100. "copyDocumentAction_over": {
  101. "color" : "#3c76b7",
  102. "background": "url(/x_component_cms_Module/$Main/default/icon/copy_over.png) 20px center no-repeat"
  103. },
  104. "batchRemoveDocumentAction" : {
  105. "height": "50px",
  106. "line-height": "50px",
  107. "color" : "#666",
  108. "font-size" : "15px",
  109. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete.png) 20px center no-repeat",
  110. "float": "right",
  111. "padding-left" : "40px",
  112. "cursor": "pointer"
  113. },
  114. "batchRemoveDocumentAction_over": {
  115. "color" : "#3c76b7",
  116. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete_over.png) 20px center no-repeat"
  117. },
  118. "batchRemoveConfirmDocumentAction" : {
  119. "height": "50px",
  120. "line-height": "50px",
  121. "color" : "red",
  122. "font-size" : "15px",
  123. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete_red.png) 20px center no-repeat",
  124. "float": "right",
  125. "padding-left" : "40px",
  126. "cursor": "pointer"
  127. },
  128. "batchRemoveConfirmDocumentAction_over": {
  129. "color" : "red",
  130. "background": "url(/x_component_cms_Module/$ListExplorer/default/icon/delete_red.png) 20px center no-repeat"
  131. },
  132. "importAction": {
  133. "height": "50px",
  134. "line-height": "50px",
  135. "color" : "#666",
  136. "font-size" : "15px",
  137. "background": "url(/x_component_cms_Module/$Main/default/icon/import.png) 20px center no-repeat",
  138. "float": "right",
  139. "padding-left" : "40px",
  140. "cursor": "pointer"
  141. },
  142. "importAction_over": {
  143. "color" : "#3c76b7",
  144. "background": "url(/x_component_cms_Module/$Main/default/icon/import_blue.png) 20px center no-repeat"
  145. },
  146. "exportAction": {
  147. "height": "50px",
  148. "line-height": "50px",
  149. "color" : "#666",
  150. "font-size" : "15px",
  151. "background": "url(/x_component_cms_Module/$Main/default/icon/export.png) 20px center no-repeat",
  152. "float": "right",
  153. "padding-left" : "40px",
  154. "cursor": "pointer"
  155. },
  156. "exportAction_over": {
  157. "color" : "#3c76b7",
  158. "background": "url(/x_component_cms_Module/$Main/default/icon/export_blue.png) 20px center no-repeat"
  159. },
  160. "naviNode": {
  161. // "border": "0px",
  162. // "border-radius": "0px",
  163. "position": "relative",
  164. "overflow": "hidden"
  165. //"margin-right" : "-7px",
  166. },
  167. // "categoryNaviNode": {
  168. // "cursor" : "pointer",
  169. // "display" : "block",
  170. // "height": "35px",
  171. // "margin": "0px",
  172. // "background": "url(/x_component_cms_Module/$Main/default/icon/category.png) no-repeat 20px center",
  173. // "background-color" : "#f1f8ff",
  174. // "line-height" :"35px",
  175. // "font-family": "微软雅黑",
  176. // "font-size": "14px",
  177. // "color" : "#3587d7",
  178. // "padding-left" : "40px"
  179. // },
  180. "categoryNaviNode": {
  181. "overflow" : "hidden",
  182. "cursor" : "pointer",
  183. "color" : "#333",
  184. "height" : "40px",
  185. "font-weight" : "normal",
  186. "line-height" : "40px",
  187. "font-family": "微软雅黑",
  188. "font-size": "15px",
  189. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 38px 12px",
  190. "background-color": "#f7f7f7"
  191. },
  192. "categoryNaviNode_selected" : {
  193. "color" : "#fff",
  194. "background": "url(/x_component_cms_Module/$Main/default/icon/category_folder_selected.png) no-repeat 38px 12px",
  195. "background-color" : "#3C76B7"
  196. },
  197. "categoryNaviNode_over" : {
  198. "background": "url(/x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 38px 12px",
  199. "background-color" : "#f0f0f0",
  200. "color" : "#333"
  201. },
  202. "categoryNaviTextNode" : {
  203. "float" : "left",
  204. "margin-left" : "33px"
  205. },
  206. "emptyExpendNode" : {
  207. "height" : "40px",
  208. "width" : "16px",
  209. "float" : "left",
  210. //"margin-top" : "12px",
  211. "margin-left" : "16px"
  212. },
  213. "categoryExpendNode" : {
  214. "height" : "40px",
  215. "width" : "16px",
  216. "float" : "left",
  217. //"margin-top" : "12px",
  218. "margin-left" : "16px",
  219. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_down.png) no-repeat 0px 12px"
  220. },
  221. "categoryExpendNode_selected" : {
  222. "height" : "40px",
  223. "width" : "16px",
  224. "float" : "left",
  225. //"margin-top" : "12px",
  226. "margin-left" : "16px",
  227. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_down_selected.png) no-repeat 0px 12px"
  228. },
  229. "categoryCollapseNode" : {
  230. "height" : "40px",
  231. "width" : "16px",
  232. "float" : "left",
  233. //"margin-top" : "12px",
  234. "margin-left" : "16px",
  235. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_right.png) no-repeat 0px 12px"
  236. },
  237. "categoryCollapseNode_selected" : {
  238. "height" : "40px",
  239. "width" : "16px",
  240. "float" : "left",
  241. //"margin-top" : "12px",
  242. "margin-left" : "16px",
  243. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_right_selected.png) no-repeat 0px 12px"
  244. },
  245. "viewNaviListNode" : {
  246. },
  247. "viewNaviListNode_all" : {
  248. // "padding-top" : "10px"
  249. },
  250. "viewNaviNode_all" : {
  251. "cursor" : "pointer",
  252. "color" : "#333",
  253. "padding-left" : "65px",
  254. "height" : "40px",
  255. "line-height" : "40px",
  256. "font-family": "微软雅黑",
  257. "font-size": "15px",
  258. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 38px 12px",
  259. "background-color": "#f7f7f7"
  260. },
  261. "viewNaviNode_all_selected" : {
  262. "background": "url(/x_component_cms_Module/$Main/default/icon/category_all_selected.png) no-repeat 38px 12px",
  263. "background-color" : "#3C76B7",
  264. "color" : "#fff"
  265. },
  266. "viewNaviNode_all_over" : {
  267. "background" : "url(/x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 38px 12px",
  268. "background-color" : "#f0f0f0",
  269. "color" : "#333"
  270. },
  271. "viewNaviNode" : {
  272. "cursor" : "pointer",
  273. "color" : "#666",
  274. "padding-left" : "65px",
  275. "height" : "40px",
  276. "line-height" : "40px",
  277. "font-family": "微软雅黑",
  278. "font-size": "14px",
  279. "background-color": "#f7f7f7"
  280. },
  281. "viewNaviNode_selected" : {
  282. "background-color" : "#3C76B7",
  283. "color" : "#fff"
  284. },
  285. "viewNaviNode_over" : {
  286. "background-color" : "#f0f0f0",
  287. "color" : "#666"
  288. },
  289. "viewNaviSepartorNode" : {
  290. // "margin" : "0 auto",
  291. // "height" : "1px",
  292. // "width" : "180px",
  293. // "border-bottom" : "1px solid rgba(240, 242, 251, 1)"
  294. },
  295. "viewNaviBottom" : {
  296. // "width" : "200px",
  297. // "height" : "88px",
  298. // "position" : "absolute",
  299. // "bottom" : "88px",
  300. // "left" : "0px",
  301. // "background-image" : "url(/x_component_cms_Module/$Main/default/icon/titleBackground2.png)",
  302. // "background-position" : "-538px -508px"
  303. }
  304. }