css.wcss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  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. "contentWarpNode" : {
  14. //"width": "1170px",
  15. "margin" : "0px auto 20px auto",
  16. "overflow" : "hidden"
  17. },
  18. "contentContainerNode" : {
  19. "background-color": "#EEE",
  20. "height" : "100%",
  21. "overflow": "hidden"
  22. },
  23. "columnAreaNode":{
  24. //"height": "260px",
  25. "background-color": "#EEE"
  26. },
  27. "columnContentAreaNode" : {
  28. // "height" : "100%",
  29. // "overflow": "hidden",
  30. // "background-color": "#EEE"
  31. },
  32. "columnDefaultIcon" : {
  33. "height" : "72px",
  34. "width" : "72px",
  35. "background": "url(../x_component_cms_Column/$Main/default/icon/column.png) middle center no-repeat"
  36. },
  37. "toolbarAreaNode": {
  38. "height": "40px",
  39. "margin": "0px 0px",
  40. "background-color": "#000",
  41. "overflow": "hidden",
  42. "opacity": "0.7",
  43. "color":"#fff",
  44. "font-size": "16px",
  45. "font-weight": "bold",
  46. "line-height": "40px",
  47. "text-align": "left",
  48. "padding-left": "20px"
  49. },
  50. "noElementNode": {
  51. "text-align": "center",
  52. "padding": "20px",
  53. "height": "60px",
  54. "line-height": "60px",
  55. "margin-top": "10px",
  56. "margin-left": "0px",
  57. "color": "#888",
  58. //"cursor": "pointer",
  59. "font-size": "16px"
  60. },
  61. "columnToolbarAreaNode":{
  62. "height": "50px",
  63. "background-color": "#FFF",
  64. "font-size":"14px",
  65. "color" : "#222",
  66. "padding" : "0px 30px 0px 30px",
  67. "line-height": "50px"//,
  68. //"border-bottom" : "1px solid #ccc"
  69. },
  70. "columnToolbarTextNode":{
  71. "height": "50px",
  72. "background-color": "#FFF",
  73. "font-size":"18px",
  74. "color" : "#222",
  75. "line-height": "50px",
  76. "float": "left",
  77. "padding-left": "20px",
  78. "font-family": "Microsoft YaHei"
  79. },
  80. "columnTop_All": {
  81. "float": "left",
  82. "width": "70px",
  83. "height": "48px",
  84. "padding-left": "22px",
  85. "line-height": "48px",
  86. "border-bottom": "2px solid #FAFAFA",
  87. "font-size": "16px",
  88. "color": "#333333",
  89. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_quanbu.png) 0 center no-repeat",
  90. "cursor": "pointer"
  91. },
  92. "columnTop_All_over": {
  93. "border-bottom": "2px solid #999999"
  94. },
  95. "columnTop_All_current": {
  96. "color": "#4A90E2",
  97. "border-bottom": "2px solid #4A90E2",
  98. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_quanbu_click.png) 0 center no-repeat"
  99. },
  100. "columnTop_import": {
  101. "float": "right",
  102. "margin-right": "30px",
  103. "width": "56px",
  104. "background": "url(../x_component_cms_Column/$Main/default/icon/icon__leading_in_grey.png) 0 center no-repeat",
  105. "padding-left": "22px",
  106. "height": "50px",
  107. "line-height": "50px",
  108. "font-size": "14px",
  109. "color": "#333333",
  110. "cursor": "pointer"
  111. },
  112. "columnTop_category": {
  113. "background": "#FFF",
  114. "height": "50px",
  115. "line-height": "50px",
  116. "margin-left": "102px",
  117. "margin-right": "200px",
  118. "overflow": "hidden",
  119. "position": "relative",
  120. "z-index" : "auto",
  121. "box-shadow": "none"
  122. },
  123. "columnTop_category_more": {
  124. "position": "absolute",
  125. "z-index" : "10",
  126. "box-shadow": "0 0 10px #999999 "
  127. },
  128. "columnTop_categoryItem": {
  129. "float": "left",
  130. "margin-left": "20px",
  131. "height": "48px",
  132. "padding-left": "22px",
  133. "padding-right": "10px",
  134. "line-height": "48px",
  135. "border-bottom": "2px solid #FAFAFA",
  136. "font-size": "14px",
  137. "color": "#333333",
  138. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_files.png) 0 center no-repeat",
  139. "cursor": "pointer"
  140. },
  141. "columnTop_categoryItem_over": {
  142. "border-bottom": "2px solid #999999"
  143. },
  144. "columnTop_categoryItem_current": {
  145. "color": "#4A90E2",
  146. "border-bottom": "2px solid #4A90E2",
  147. "background": "url(../x_component_cms_Column/$Main/default/icon/icon_files_click.png) 0 center no-repeat"
  148. },
  149. "columnTop_categoryExpandButtonArea": {
  150. "height": "10px",
  151. "width": "100%",
  152. "position": "absolute",
  153. "margin": "auto",
  154. "bottom": "2px"
  155. },
  156. "columnTop_categoryExpandButton": {
  157. "width": "20px",
  158. "height": "50px",
  159. "line-height": "5px",
  160. "text-align": "center",
  161. "font-size": "16px",
  162. "font-weight": "bold",
  163. /*border": "1px solid #eeeeee",*/
  164. "border-radius": "5px",
  165. "background-image": "url(../x_component_cms_Column/$Main/default/icon/more.png)",
  166. "background-position": "center center",
  167. "background-repeat": "no-repeat",
  168. /*background-color": "#dddddd",*/
  169. "cursor": "pointer",
  170. "margin": "auto",
  171. "margin-right": "20px",
  172. "float": "right"
  173. },
  174. "createColumnNode":{
  175. // "height": "50px",
  176. // "line-height": "50px",
  177. // "color" : "#666",
  178. // "font-size" : "15px",
  179. // "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument.png) center center no-repeat",
  180. // "float": "right",
  181. // "padding-left" : "90px",
  182. // "margin-right" : "16px",
  183. // "cursor": "pointer"
  184. "background-color": "#4A90E2",
  185. "border-radius": "100px",
  186. "font-size": "14px",
  187. "color": "#FFFFFF",
  188. "background-image": "url(../x_component_cms_Column/$Main/default/icon/icon_zengjia_click2.png)",
  189. "background-position": "21px center",
  190. "background-repeat": "no-repeat",
  191. "width": "77px",
  192. "padding-left": "43px",
  193. "height": "30px",
  194. "line-height": "30px",
  195. "margin-top": "10px",
  196. "float": "right",
  197. "cursor": "pointer"
  198. },
  199. "createColumnNode_over": {
  200. // "color" : "#3c76b7",
  201. // "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument_over.png) center center no-repeat"
  202. },
  203. "findNode": {
  204. "float": "right",
  205. "margin-right": "30px",
  206. "width": "56px",
  207. "background": "url(../x_component_cms_Column/$Main/default/icon/icons_find.png) 0 center no-repeat",
  208. "padding-left": "22px",
  209. "height": "50px",
  210. "line-height": "50px",
  211. "font-size": "14px",
  212. "color": "#333333",
  213. "cursor": "pointer"
  214. },
  215. "columnItemNode": {
  216. "width": "260px",
  217. "height" : "360px",
  218. "overflow": "hidden",
  219. "float": "left",
  220. "margin-left": "20px",
  221. "margin-top": "20px",
  222. "box-shadow": "0px 0px 0px #eee",
  223. "background-color": "#FFF",
  224. "cursor" : "pointer",
  225. "position" : "relative",
  226. "border": "2px solid #eee",
  227. "border-radius" : "4px"
  228. },
  229. "columnItemNode_over": {
  230. "border": "2px solid #3c76b7",
  231. "box-shadow": "0px 0px 18px #999"
  232. },
  233. "columnItemTopNode": {
  234. "height": "106px",
  235. "background" : "url(../x_component_cms_Column/$Main/default/icon/itemBackground.png) 0px 90px no-repeat",
  236. "background-color" : "#999",
  237. "cursor": "pointer",
  238. "opacity": "0.5"
  239. },
  240. "columnItemTitleNode": {
  241. "color": "#fff",
  242. "font-family": "Microsoft YaHei",
  243. "font-size": "18px",
  244. "padding-top" : "24px",
  245. "text-align" : "center",
  246. "padding-left" : "20px",
  247. "padding-right" : "20px",
  248. "width" : "220px",
  249. "overflow" : "hidden",
  250. "height" : "23px"
  251. },
  252. // "columnItemTopNode_select": {
  253. // "background-color": "#e97070"
  254. // },
  255. // "columnItemNewNode": {
  256. // "width": "47px",
  257. // "height": "47px",
  258. // "position": "relative",
  259. // "top": "-80px",
  260. // "background": "url(../x_component_cms_Column/$Main/default/icon/new.png) no-repeat right"
  261. // },
  262. "columnItemIconAreaNode" : {
  263. "position" : "absolute",
  264. "top" : "60px",
  265. "left" : "84px",
  266. "padding" : "13px",
  267. "width": "64px",
  268. "height": "64px",
  269. "float": "left",
  270. "border-radius" : "50px",
  271. "background-color" : "#fff",
  272. "border" : "1px solid #ccc",
  273. "opacity": "0.5"
  274. },
  275. "columnItemIconNode": {
  276. "top" : "74px",
  277. "left" : "98px",
  278. "position" : "absolute",
  279. "width": "64px",
  280. "height": "64px",
  281. "background-repeat": "no-repeat",
  282. "background-position": "center center"
  283. },
  284. "columnItemMiddleNode": {
  285. "padding-left" : "20px",
  286. "padding-right" : "20px",
  287. "padding-bottom" : "18px",
  288. "width" : "220px",
  289. "text-align" : "center"
  290. },
  291. "columnItemDescriptionNode" : {
  292. "margin-top" : "60px",
  293. "height": "37px",
  294. "overflow" : "hidden",
  295. "color": "#999",
  296. "line-height": "20px",
  297. "font-family": "Microsoft YaHei",
  298. "font-size": "13px"
  299. },
  300. "columnItemBottomNode" : {
  301. // "width": "260px",
  302. // "height" : "142px",
  303. "background-color" : "#fafafa"
  304. },
  305. "columnItemCategoryTitleNode" : {
  306. "padding" : "18px 20px 0px 20px",
  307. "color" : "#333",
  308. "font-size" : "16px"
  309. },
  310. "columnItemFormTitleNode" : {
  311. "padding" : "9px 20px 0px 20px",
  312. "color" : "#333",
  313. "font-size" : "16px"
  314. },
  315. "columnItemCategoryContentNode" : {
  316. "overflow" : "hidden",
  317. // "width" : "220px",
  318. "height" : "22px",
  319. "margin" : "3px 10px 5px 10px",
  320. "font-size" : "13px"
  321. },
  322. "columnItemFormContentNode" : {
  323. "overflow" : "hidden",
  324. // "width" : "220px",
  325. "height" : "22px",
  326. "margin" : "3px 10px 5px 10px",
  327. "font-size" : "13px"
  328. },
  329. "columnItemBottomItemNode" : {
  330. "float" : "left",
  331. "padding" : "0px 6px 0px 6px",
  332. "height" : "22px",
  333. "line-height" : "22px",
  334. "color" : "#666",
  335. "background-color" : "#fafafa",
  336. "border-radius" : "5px"
  337. },
  338. "columnItemBottomItemNode_over" : {
  339. "color" : "#fff",
  340. "background-color" : "#3c76b7"
  341. },
  342. "columnItemDelActionNode": {
  343. "position" : "absolute",
  344. "right" : "5px",
  345. "width": "22px",
  346. "height": "26px",
  347. "top": "5px",
  348. "display": "none",
  349. "background": "url(../x_component_cms_Column/$Main/default/icon/trash.png) no-repeat center center"
  350. },
  351. "columnItemEditActionNode": {
  352. "position" : "absolute",
  353. "right" : "27px",
  354. "width": "22px",
  355. "height": "26px",
  356. "top": "5px",
  357. "display": "none",
  358. "background": "url(../x_component_cms_Column/$Main/default/icon/edit.png) no-repeat center center"
  359. },
  360. "columnItemExportActionNode": {
  361. "position" : "absolute",
  362. "right" : "50px",
  363. "width": "22px",
  364. "height": "26px",
  365. "top": "5px",
  366. "display": "none",
  367. "background": "url(../x_component_cms_Column/$Main/default/icon/export.png) no-repeat center center"
  368. },
  369. "columnCreateMarkNode": {
  370. "opacity": 0.6,
  371. "position": "absolute",
  372. "background-color": "#CCC",
  373. "top": "0px",
  374. "left": "0px"
  375. },
  376. "columnCreateAreaNode": {
  377. "position": "absolute",
  378. "opacity": 0,
  379. "top": "0px"
  380. },
  381. "columnCreateNode": {
  382. "background-color": "#FFF",
  383. "width": "80%",
  384. "max-width": "600px",
  385. "box-shadow": "0px 0px 20px #999",
  386. "margin": "auto",
  387. "border-radius": "8px",
  388. "border": "6px solid #666",
  389. "overflow": "hidden"
  390. },
  391. "columnCreateNewNode": {
  392. "width": "47px",
  393. "height": "47px",
  394. "background": "url(../x_component_cms_Column/$Main/default/icon/new.png) no-repeat"
  395. },
  396. "columnCreateEditNode": {
  397. "width": "47px",
  398. "height": "47px"
  399. },
  400. "columnCreateFormNode": {
  401. "border-radius": "8px",
  402. "border": "0px solid #666",
  403. "width": "70%",
  404. "margin": "auto",
  405. "font-size": "16px",
  406. "color": "#666",
  407. "font-family": "Microsoft YaHei"
  408. },
  409. "columnCreateOkActionNode": {
  410. "height": "30px",
  411. "width": "85px",
  412. "cursor": "pointer",
  413. "float": "right",
  414. "line-height": "30px",
  415. "padding-left": "65px",
  416. "font-size": "16px",
  417. "font-family": "Microsoft YaHei",
  418. "border-radius": "3px",
  419. "border": "1px solid #354f67",
  420. "color": "#FFF",
  421. "margin-right": "20px",
  422. "margin-top": "20px",
  423. "box-shadow": "0px 0px 0px #666",
  424. "background": "url(../x_component_cms_Column/$Main/default/icon/editOk_bg.png) no-repeat"
  425. },
  426. "columnCreateCancelActionNode": {
  427. "height": "30px",
  428. "width": "60px",
  429. "cursor": "pointer",
  430. "float": "right",
  431. "line-height": "30px",
  432. "padding-left": "40px",
  433. "font-size": "16px",
  434. "font-family": "Microsoft YaHei",
  435. "border-radius": "3px",
  436. "color": "#FFF",
  437. "margin-top": "20px",
  438. "box-shadow": "0px 0px 0px #666",
  439. "border": "1px solid #999",
  440. "background": "url(../x_component_cms_Column/$Main/default/icon/editCancel_bg.png) no-repeat"
  441. }
  442. }