css.wcss 14 KB

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