css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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. "actionIcon": {
  81. "font-size": "15px",
  82. "padding-right": "4px",
  83. "color": "#999"
  84. },
  85. "actionIcon_over": {
  86. "color": "#3c76b7"
  87. },
  88. "batchAction" : {
  89. "height": "50px",
  90. "line-height": "50px",
  91. "color" : "#666",
  92. "font-size" : "15px",
  93. // "background": "url(../x_component_cms_Module/$Main/default/icon/batch.png) 20px center no-repeat",
  94. "float": "right",
  95. "padding-left" : "20px",
  96. "cursor": "pointer",
  97. "overflow": "hidden"
  98. },
  99. "batchAction_over" : {
  100. "color" : "#3c76b7"
  101. // "background": "url(../x_component_cms_Module/$Main/default/icon/batch_over.png) 20px center no-repeat"
  102. },
  103. "batchText": {
  104. "float": "right"
  105. },
  106. "createDocumentAction": {
  107. "height": "50px",
  108. "line-height": "50px",
  109. "color" : "#666",
  110. "font-size" : "15px",
  111. // "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument.png) 20px center no-repeat",
  112. "float": "right",
  113. "padding-left" : "20px",
  114. "cursor": "pointer"
  115. },
  116. "createDocumentAction_over": {
  117. "color" : "#3c76b7"
  118. // "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument_over.png) 20px center no-repeat"
  119. },
  120. "moveDocumentAction" : {
  121. "height": "50px",
  122. "line-height": "50px",
  123. "color" : "#666",
  124. "font-size" : "15px",
  125. // "background": "url(../x_component_cms_Module/$Main/default/icon/moveto.png) 20px center no-repeat",
  126. "float": "right",
  127. "padding-left" : "20px",
  128. "cursor": "pointer"
  129. },
  130. "moveDocumentAction_over": {
  131. "color" : "#3c76b7"
  132. // "background": "url(../x_component_cms_Module/$Main/default/icon/moveto_over.png) 20px center no-repeat"
  133. },
  134. "copyDocumentAction": {
  135. "height": "50px",
  136. "line-height": "50px",
  137. "color" : "#666",
  138. "font-size" : "15px",
  139. // "background": "url(../x_component_cms_Module/$Main/default/icon/copy.png) 20px center no-repeat",
  140. "float": "right",
  141. "padding-left" : "20px",
  142. "cursor": "pointer"
  143. },
  144. "copyDocumentAction_over": {
  145. "color" : "#3c76b7"
  146. // "background": "url(../x_component_cms_Module/$Main/default/icon/copy_over.png) 20px center no-repeat"
  147. },
  148. "batchRemoveDocumentAction" : {
  149. "height": "50px",
  150. "line-height": "50px",
  151. "color" : "#666",
  152. "font-size" : "15px",
  153. // "background": "url(../x_component_cms_Module/$ListExplorer/default/icon/delete.png) 20px center no-repeat",
  154. "float": "right",
  155. "padding-left" : "20px",
  156. "cursor": "pointer"
  157. },
  158. "batchRemoveDocumentAction_over": {
  159. "color" : "#3c76b7"
  160. // "background": "url(../x_component_cms_Module/$ListExplorer/default/icon/delete_over.png) 20px center no-repeat"
  161. },
  162. "batchRemoveConfirmDocumentAction" : {
  163. "height": "50px",
  164. "line-height": "50px",
  165. "color" : "red",
  166. "font-size" : "15px",
  167. // "background": "url(../x_component_cms_Module/$ListExplorer/default/icon/delete_red.png) 20px center no-repeat",
  168. "float": "right",
  169. "padding-left" : "20px",
  170. "cursor": "pointer"
  171. },
  172. "batchRemoveConfirmDocumentAction_over": {
  173. "color" : "red"
  174. // "background": "url(../x_component_cms_Module/$ListExplorer/default/icon/delete_red.png) 20px center no-repeat"
  175. },
  176. "importAction": {
  177. "height": "50px",
  178. "line-height": "50px",
  179. "color" : "#666",
  180. "font-size" : "15px",
  181. "background": "url(../x_component_cms_Module/$Main/default/icon/import.png) 20px center no-repeat",
  182. "float": "right",
  183. "padding-left" : "40px",
  184. "cursor": "pointer"
  185. },
  186. "importAction_over": {
  187. "color" : "#3c76b7",
  188. "background": "url(../x_component_cms_Module/$Main/default/icon/import_blue.png) 20px center no-repeat"
  189. },
  190. "exportAction": {
  191. "height": "50px",
  192. "line-height": "50px",
  193. "color" : "#666",
  194. "font-size" : "15px",
  195. "background": "url(../x_component_cms_Module/$Main/default/icon/export.png) 20px center no-repeat",
  196. "float": "right",
  197. "padding-left" : "40px",
  198. "cursor": "pointer"
  199. },
  200. "exportAction_over": {
  201. "color" : "#3c76b7",
  202. "background": "url(../x_component_cms_Module/$Main/default/icon/export_blue.png) 20px center no-repeat"
  203. },
  204. "naviNode": {
  205. // "border": "0px",
  206. // "border-radius": "0px",
  207. "position": "relative",
  208. "overflow": "hidden"
  209. //"margin-right" : "-7px",
  210. },
  211. // "categoryNaviNode": {
  212. // "cursor" : "pointer",
  213. // "display" : "block",
  214. // "height": "35px",
  215. // "margin": "0px",
  216. // "background": "url(../x_component_cms_Module/$Main/default/icon/category.png) no-repeat 20px center",
  217. // "background-color" : "#f1f8ff",
  218. // "line-height" :"35px",
  219. // "font-family": "Microsoft YaHei",
  220. // "font-size": "14px",
  221. // "color" : "#3587d7",
  222. // "padding-left" : "40px"
  223. // },
  224. "categoryNaviNode": {
  225. "overflow" : "hidden",
  226. "cursor" : "pointer",
  227. "color" : "#666",
  228. "min-height" : "24px",
  229. "padding-top" : "8px",
  230. "padding-bottom" : "8px",
  231. "font-weight" : "normal",
  232. "line-height" : "24px",
  233. "font-family": "Microsoft YaHei",
  234. "font-size": "15px",
  235. // "background" : "url(../x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 38px 12px",
  236. "background-color": "transparent"
  237. },
  238. "categoryNaviNode_selected" : {
  239. // "color" : "#fff",
  240. // "background": "url(../x_component_cms_Module/$Main/default/icon/category_folder_selected.png) no-repeat 38px 12px",
  241. "background-color" : "#e9f2fb",
  242. "color": "#3C76B7"
  243. },
  244. "categoryNaviNode_over" : {
  245. "background-color" : "#e9f2fb",
  246. "color" : "#666"
  247. // "background": "url(../x_component_cms_Module/$Main/default/icon/category_folder.png) no-repeat 38px 12px",
  248. // "background-color" : "#f0f0f0",
  249. // "color" : "#333"
  250. },
  251. "categoryNaviIcon":{
  252. "margin-left" : "6px",
  253. "color": "#999",
  254. "background-color": "transparent"
  255. },
  256. "categoryNaviIcon_selected": {
  257. "color": "#3C76B7",
  258. "background-color": "#e9f2fb"
  259. },
  260. "categoryNaviTextNode" : {
  261. "margin-right" : "10px",
  262. "margin-left" : "8px",
  263. "display": "inline-block"
  264. },
  265. "emptyExpendNode" : {
  266. "height" : "20px",
  267. "width" : "16px",
  268. "float" : "left",
  269. //"margin-top" : "12px",
  270. "margin-left" : "16px",
  271. "padding-top": "4px",
  272. "color": "#999"
  273. },
  274. "categoryExpendNode" : {
  275. "height" : "20px",
  276. "width" : "16px",
  277. "float" : "left",
  278. //"margin-top" : "12px",
  279. "margin-left" : "16px",
  280. "padding-top": "4px",
  281. "color": "#999"
  282. // "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_down.png) no-repeat 0px 4px"
  283. },
  284. "categoryExpendNode_selected" : {
  285. "height" : "20px",
  286. "width" : "16px",
  287. "float" : "left",
  288. //"margin-top" : "12px",
  289. "margin-left" : "16px",
  290. "padding-top": "4px",
  291. "color": "#3C76B7"
  292. // "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_down_selected.png) no-repeat 0px 4px"
  293. },
  294. "categoryCollapseNode" : {
  295. "height" : "20px",
  296. "width" : "16px",
  297. "float" : "left",
  298. //"margin-top" : "12px",
  299. "margin-left" : "16px",
  300. "padding-top": "4px",
  301. "color": "#999"
  302. // "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_right.png) no-repeat 0px 4px"
  303. },
  304. "categoryCollapseNode_selected" : {
  305. "height" : "20px",
  306. "width" : "16px",
  307. "float" : "left",
  308. //"margin-top" : "12px",
  309. "margin-left" : "16px",
  310. "padding-top": "4px",
  311. "color": "#3C76B7"
  312. // "background": "url(../x_component_cms_Module/$Main/default/icon/arrow_right_selected.png) no-repeat 0px 4px"
  313. },
  314. "viewNaviListNode" : {
  315. },
  316. "viewNaviListNode_all" : {
  317. // "padding-top" : "10px"
  318. },
  319. "viewNaviNode_all" : {
  320. "cursor" : "pointer",
  321. "color" : "#333",
  322. "padding-left" : "32px",
  323. "min-height" : "24px",
  324. "line-height" : "24px",
  325. "padding-top" : "8px",
  326. "padding-bottom" : "8px",
  327. "font-family": "Microsoft YaHei",
  328. "font-size": "15px",
  329. "background-color": "transparent"
  330. // "background" : "url(../x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 38px 12px",
  331. // "background-color": "#999"
  332. },
  333. "viewNaviNode_all_selected" : {
  334. // "background": "url(../x_component_cms_Module/$Main/default/icon/category_all_selected.png) no-repeat 38px 12px",
  335. // "background-color" : "#3C76B7",
  336. // "color" : "#fff",
  337. "background-color": "#e9f2fb",
  338. "color": "#3C76B7"
  339. },
  340. "viewNaviNode_all_over" : {
  341. // "background" : "url(../x_component_cms_Module/$Main/default/icon/category_all3.png) no-repeat 38px 12px",
  342. // "background-color" : "#f0f0f0",
  343. "color" : "#333"
  344. },
  345. "viewNaviIcon_all":{
  346. "margin-left" : "6px",
  347. "padding-top": "3px",
  348. "padding-right": "8px",
  349. "color": "#999"
  350. },
  351. "viewNaviIcon_all_selected": {
  352. "color": "#3C76B7"
  353. },
  354. "viewNaviNode" : {
  355. "cursor" : "pointer",
  356. "color" : "#666",
  357. "padding-left" : "65px",
  358. "padding-right" : "10px",
  359. "min-height" : "24px",
  360. "line-height" : "24px",
  361. "padding-top" : "8px",
  362. "padding-bottom" : "8px",
  363. "font-family": "Microsoft YaHei",
  364. "font-size": "14px",
  365. "background-color": "transparent"
  366. },
  367. "viewNaviNode_selected" : {
  368. "background-color" : "#e9f2fb",
  369. "color" : "#3C76B7"
  370. },
  371. "viewNaviNode_over" : {
  372. "background-color" : "#e9f2fb",
  373. "color" : "#666"
  374. },
  375. "viewNaviSepartorNode" : {
  376. // "margin" : "0 auto",
  377. // "height" : "1px",
  378. // "width" : "180px",
  379. // "border-bottom" : "1px solid rgba(240, 242, 251, 1)"
  380. },
  381. "viewNaviBottom" : {
  382. // "width" : "200px",
  383. // "height" : "88px",
  384. // "position" : "absolute",
  385. // "bottom" : "88px",
  386. // "left" : "0px",
  387. // "background-image" : "url(../x_component_cms_Module/$Main/default/icon/titleBackground2.png)",
  388. // "background-position" : "-538px -508px"
  389. }
  390. }