css_bak.wcss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. {
  2. "columnDefaultIcon" : {
  3. "height" : "72px",
  4. "width" : "72px",
  5. "background": "url(/x_component_cms_Column/$Main/default/icon/column.png) middle center no-repeat"
  6. },
  7. "toolbarAreaNode": {
  8. "height": "40px",
  9. "margin": "0px 0px",
  10. "background-color": "#000",
  11. "overflow": "hidden",
  12. "opacity": "0.7",
  13. "color":"#fff",
  14. "font-size": "16px",
  15. "font-weight": "bold",
  16. "line-height": "40px",
  17. "text-align": "left",
  18. "padding-left": "20px"
  19. },
  20. "columnAreaNode":{
  21. "height": "260px",
  22. "background-color": "#FFF"
  23. },
  24. "columnToolbarAreaNode":{
  25. "height": "40px",
  26. "background-color": "#FFF",
  27. "font-size":"14px",
  28. "color" : "#222",
  29. "padding" : "0px 20px 0px 20px",
  30. "line-height": "40px"
  31. },
  32. "columnToolbarTextNode":{
  33. "height": "40px",
  34. "background-color": "#FFF",
  35. "font-size":"16px",
  36. "color" : "#222",
  37. "line-height": "40px",
  38. "float": "left",
  39. "padding-left": "20px",
  40. "font-family": "微软雅黑",
  41. "font-weight" : "bold"
  42. },
  43. "createColumnNode":{
  44. "background": "url(/x_component_cms_Column/$Main/default/icon/edit.png) 3px center no-repeat",
  45. "float": "right",
  46. "cursor": "pointer",
  47. "margin-top": "12px",
  48. "padding": "3px 5px",
  49. "padding-left": "22px",
  50. "font-size": "12px",
  51. "font-weight": "normal",
  52. "border": "1px solid #AAA",
  53. "background-color": "#FFF",
  54. "line-height": "normal",
  55. "color":"#666",
  56. "border-radius":"3px"
  57. },
  58. "columnContentAreaNode" : {
  59. "height": "220px",
  60. "overflow-x": "hidden",
  61. "overflow-y": "auto",
  62. "background-color": "#EEE"
  63. },
  64. "columnItemNode": {
  65. "width": "260px",
  66. "overflow": "hidden",
  67. "float": "left",
  68. "margin-left": "20px",
  69. "margin-top": "20px",
  70. "border": "1px solid #BBB",
  71. "box-shadow": "0px 0px 0px #BBB",
  72. "background-color": "#FFF",
  73. "cursor" : "pointer",
  74. "position" : "relative"
  75. },
  76. "columnItemNode_select": {
  77. "border": "1px solid #e97070",
  78. "box-shadow": "0px 0px 10px #e97070"
  79. },
  80. "columnItemTopNode": {
  81. "height": "80px",
  82. "cursor": "pointer"
  83. },
  84. "columnItemTopNode_select": {
  85. "background-color": "#e97070"
  86. },
  87. "columnItemNewNode": {
  88. "width": "47px",
  89. "height": "47px",
  90. "position": "relative",
  91. "top": "-80px",
  92. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat right"
  93. },
  94. "columnItemIconNode": {
  95. "width": "80px",
  96. "height": "80px",
  97. "float": "left",
  98. "background-repeat": "no-repeat",
  99. "background-position": "center center"
  100. },
  101. "columnItemTextNode": {
  102. "margin-left": "80px",
  103. "margin-right": "5px",
  104. "height": "80px"
  105. },
  106. "columnItemTitleNode": {
  107. "height": "30px",
  108. "color": "#000",
  109. "line-height": "40px",
  110. "font-family": "微软雅黑",
  111. "font-size": "18px",
  112. "font-weight": "bold"
  113. },
  114. "columnItemDescriptionNode" : {
  115. "margin-top" : "5px",
  116. "height": "50px",
  117. "color": "#666",
  118. "line-height": "20px",
  119. "font-family": "微软雅黑",
  120. "font-size": "14px"
  121. },
  122. "columnItemDelActionNode": {
  123. "position" : "absolute",
  124. "right" : "5px",
  125. "width": "22px",
  126. "height": "26px",
  127. "top": "5px",
  128. "opacity": 0,
  129. "background": "url(/x_component_cms_Column/$Main/default/icon/deleteColumn.png) no-repeat center center"
  130. },
  131. "columnItemEditActionNode": {
  132. "position" : "absolute",
  133. "right" : "27px",
  134. "width": "22px",
  135. "height": "26px",
  136. "top": "5px",
  137. "opacity": 0,
  138. "background": "url(/x_component_cms_Column/$Main/default/icon/editColumn.png) no-repeat center center"
  139. },
  140. "columnCreateMarkNode": {
  141. "opacity": 0.6,
  142. "position": "absolute",
  143. "background-color": "#CCC",
  144. "top": "0px",
  145. "left": "0px"
  146. },
  147. "columnCreateAreaNode": {
  148. "position": "absolute",
  149. "opacity": 0,
  150. "top": "0px"
  151. },
  152. "columnCreateNode": {
  153. "background-color": "#FFF",
  154. "width": "80%",
  155. "max-width": "600px",
  156. "box-shadow": "0px 0px 20px #999",
  157. "margin": "auto",
  158. "border-radius": "8px",
  159. "border": "6px solid #666",
  160. "overflow": "hidden"
  161. },
  162. "columnCreateNewNode": {
  163. "width": "47px",
  164. "height": "47px",
  165. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat"
  166. },
  167. "columnCreateEditNode": {
  168. "width": "47px",
  169. "height": "47px"
  170. },
  171. "columnCreateFormNode": {
  172. "border-radius": "8px",
  173. "border": "0px solid #666",
  174. "width": "70%",
  175. "margin": "auto",
  176. "font-size": "16px",
  177. "color": "#666",
  178. "font-family": "微软雅黑"
  179. },
  180. "columnCreateOkActionNode": {
  181. "height": "30px",
  182. "width": "85px",
  183. "cursor": "pointer",
  184. "float": "right",
  185. "line-height": "30px",
  186. "padding-left": "65px",
  187. "font-size": "16px",
  188. "font-family": "微软雅黑",
  189. "border-radius": "3px",
  190. "border": "1px solid #354f67",
  191. "color": "#FFF",
  192. "margin-right": "20px",
  193. "margin-top": "20px",
  194. "box-shadow": "0px 0px 0px #666",
  195. "background": "url(/x_component_cms_Column/$Main/default/icon/editOk_bg.png) no-repeat"
  196. },
  197. "columnCreateCancelActionNode": {
  198. "height": "30px",
  199. "width": "60px",
  200. "cursor": "pointer",
  201. "float": "right",
  202. "line-height": "30px",
  203. "padding-left": "40px",
  204. "font-size": "16px",
  205. "font-family": "微软雅黑",
  206. "border-radius": "3px",
  207. "color": "#FFF",
  208. "margin-top": "20px",
  209. "box-shadow": "0px 0px 0px #666",
  210. "border": "1px solid #999",
  211. "background": "url(/x_component_cms_Column/$Main/default/icon/editCancel_bg.png) no-repeat"
  212. },
  213. "categoryAreaNode":{
  214. "height": "260px",
  215. "background-color": "#FFF"
  216. },
  217. "categoryToolbarAreaNode":{
  218. "height": "40px",
  219. "background-color": "#FFF",
  220. "font-size":"14px",
  221. "color" : "#222",
  222. "padding" : "0px 20px 0px 20px",
  223. "line-height": "40px"
  224. },
  225. "categoryToolbarTextNode":{
  226. "height": "40px",
  227. "background-color": "#FFF",
  228. "font-size":"16px",
  229. "color" : "#222",
  230. "line-height": "40px",
  231. "float": "left",
  232. "padding-left": "20px",
  233. "font-family": "微软雅黑",
  234. "font-weight" : "bold"
  235. },
  236. "createCategoryNode":{
  237. "background": "url(/x_component_cms_Column/$Main/default/icon/edit.png) 3px center no-repeat",
  238. "float": "right",
  239. "cursor": "pointer",
  240. "margin-top": "12px",
  241. "padding": "3px 5px",
  242. "padding-left": "22px",
  243. "font-size": "12px",
  244. "font-weight": "normal",
  245. "border": "1px solid #AAA",
  246. "background-color": "#FFF",
  247. "line-height": "normal",
  248. "color":"#666",
  249. "border-radius":"3px"
  250. },
  251. "categoryContentAreaNode" : {
  252. "height": "260px",
  253. "overflow-x": "auto",
  254. "background-color": "#EEE"
  255. },
  256. "categoryItemNode": {
  257. "width": "260px",
  258. "overflow": "hidden",
  259. "float": "left",
  260. "margin-left": "20px",
  261. "margin-top": "20px",
  262. "border": "1px solid #BBB",
  263. "box-shadow": "0px 0px 0px #BBB",
  264. "background-color": "#FFF"
  265. },
  266. "categoryItemNode_select": {
  267. "border": "1px solid #e97070",
  268. "box-shadow": "0px 0px 10px #e97070"
  269. },
  270. "categoryItemTopNode": {
  271. "height": "80px",
  272. "cursor": "pointer"
  273. },
  274. "categoryItemTopNode_select": {
  275. "background-color": "#e97070"
  276. },
  277. "categoryItemNewNode": {
  278. "width": "47px",
  279. "height": "47px",
  280. "position": "relative",
  281. "top": "-80px",
  282. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat right"
  283. },
  284. "categoryItemIconNode": {
  285. "width": "80px",
  286. "height": "80px",
  287. "float": "left",
  288. "background-repeat": "no-repeat",
  289. "background-position": "center center"
  290. },
  291. "categoryItemTitileNode": {
  292. "margin-left": "80px",
  293. "margin-right": "26px",
  294. "height": "80px"
  295. },
  296. "categoryItemDelActionNode": {
  297. "width": "22px",
  298. "height": "26px",
  299. "float": "right",
  300. "opacity": 0,
  301. "background": "url(/x_component_cms_Column/$Main/default/icon/delete.png) no-repeat center center"
  302. },
  303. "categoryCreateMarkNode": {
  304. "opacity": 0.6,
  305. "position": "absolute",
  306. "background-color": "#CCC",
  307. "top": "0px",
  308. "left": "0px"
  309. },
  310. "categoryCreateAreaNode": {
  311. "position": "absolute",
  312. "opacity": 0,
  313. "top": "0px"
  314. },
  315. "categoryCreateNode": {
  316. "background-color": "#FFF",
  317. "width": "80%",
  318. "max-width": "600px",
  319. "box-shadow": "0px 0px 20px #999",
  320. "margin": "auto",
  321. "border-radius": "8px",
  322. "border": "6px solid #666",
  323. "overflow": "hidden"
  324. },
  325. "categoryCreateNewNode": {
  326. "width": "47px",
  327. "height": "47px",
  328. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat"
  329. },
  330. "categoryCreateFormNode": {
  331. "border-radius": "8px",
  332. "border": "0px solid #666",
  333. "width": "70%",
  334. "margin": "auto",
  335. "font-size": "16px",
  336. "color": "#666",
  337. "font-family": "微软雅黑"
  338. },
  339. "categoryCreateOkActionNode": {
  340. "height": "30px",
  341. "width": "85px",
  342. "cursor": "pointer",
  343. "float": "right",
  344. "line-height": "30px",
  345. "padding-left": "65px",
  346. "font-size": "16px",
  347. "font-family": "微软雅黑",
  348. "border-radius": "3px",
  349. "border": "1px solid #354f67",
  350. "color": "#FFF",
  351. "margin-right": "20px",
  352. "margin-top": "20px",
  353. "box-shadow": "0px 0px 0px #666",
  354. "background": "url(/x_component_cms_Column/$Main/default/icon/editOk_bg.png) no-repeat"
  355. },
  356. "categoryCreateCancelActionNode": {
  357. "height": "30px",
  358. "width": "60px",
  359. "cursor": "pointer",
  360. "float": "right",
  361. "line-height": "30px",
  362. "padding-left": "40px",
  363. "font-size": "16px",
  364. "font-family": "微软雅黑",
  365. "border-radius": "3px",
  366. "color": "#FFF",
  367. "margin-top": "20px",
  368. "box-shadow": "0px 0px 0px #666",
  369. "border": "1px solid #999",
  370. "background": "url(/x_component_cms_Column/$Main/default/icon/editCancel_bg.png) no-repeat"
  371. },
  372. "applicationItemNode": {
  373. "width": "260px",
  374. "overflow": "hidden",
  375. "float": "left",
  376. "margin-left": "20px",
  377. "margin-top": "20px",
  378. "border": "1px solid #BBB",
  379. "box-shadow": "0px 0px 0px #BBB",
  380. "background-color": "#FFF"
  381. },
  382. "applicationItemNode_select": {
  383. "border": "1px solid #e97070",
  384. "box-shadow": "0px 0px 10px #e97070"
  385. },
  386. "applicationItemTopNode": {
  387. "height": "80px",
  388. "cursor": "pointer"
  389. },
  390. "applicationItemTopNode_select": {
  391. "background-color": "#e97070"
  392. },
  393. "applicationItemNewNode": {
  394. "width": "47px",
  395. "height": "47px",
  396. "position": "relative",
  397. "top": "-80px",
  398. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat right"
  399. },
  400. "applicationItemIconNode": {
  401. "width": "80px",
  402. "height": "80px",
  403. "float": "left",
  404. "background-repeat": "no-repeat",
  405. "background-position": "center center"
  406. },
  407. "applicationItemTitileNode": {
  408. "margin-left": "80px",
  409. "margin-right": "26px",
  410. "height": "80px"
  411. },
  412. "applicationItemDelActionNode": {
  413. "width": "22px",
  414. "height": "26px",
  415. "float": "right",
  416. "opacity": 0,
  417. "background": "url(/x_component_cms_Column/$Main/default/icon/delete.png) no-repeat center center"
  418. },
  419. "applicationItemExportActionNode": {
  420. "width": "22px",
  421. "height": "26px",
  422. "float": "right",
  423. "opacity": 0,
  424. "background": "url(/x_component_cms_Column/$Main/default/icon/export.png) no-repeat center center"
  425. },
  426. "applicationItemDelActionNode_select": {
  427. "opacity": 1,
  428. "background": "url(/x_component_cms_Column/$Main/default/icon/delete_red.png) no-repeat center center"
  429. },
  430. "deleteElementsNode":{
  431. "position": "absolute",
  432. "background-color": "#c04444",
  433. "border": "2px solid #FFF",
  434. "border-radius": "5px",
  435. "box-shadow": "0px 0px 10px #999",
  436. "cursor": "pointer",
  437. "color": "#FFF",
  438. "padding": "5px 10px"
  439. },
  440. "applicationItemNameNode": {
  441. "height": "30px",
  442. "font-size": "18px",
  443. "font-family": "微软雅黑",
  444. "font-weight": "bold",
  445. "line-height": "40px",
  446. "color": "#FFF"
  447. },
  448. "applicationItemTypeNode": {
  449. "height": "30px",
  450. "font-size": "14px",
  451. "font-family": "微软雅黑",
  452. "line-height": "40px",
  453. "color": "#EEE"
  454. },
  455. "applicationItemInforNode": {
  456. "border-top": "1px solid #BBB",
  457. "overflow": "hidden"
  458. },
  459. "applicationItemDescriptionNode": {
  460. "overflow": "hidden",
  461. "color": "#999",
  462. "padding": "5px"
  463. },
  464. "applicationItemElNode": {
  465. "overflow": "hidden"
  466. },
  467. "applicationItemElTitleNode": {
  468. "font-size": "14px",
  469. "font-weight": "bold",
  470. "font-family": "微软雅黑",
  471. "color": "#333",
  472. "padding": "0px 5px 5px 5px"
  473. },
  474. "applicationItemElListNode": {
  475. "color": "#666",
  476. "height": "40px",
  477. "line-height": "20px",
  478. "padding": "0px 5px 5px 15px"
  479. },
  480. "noCategoryNode": {
  481. "text-align": "center",
  482. "padding": "20px",
  483. "height": "60px",
  484. "line-height": "60px",
  485. "margin-top": "10px",
  486. "margin-left": "0px",
  487. "color": "#888",
  488. "cursor": "pointer",
  489. "font-size": "16px"
  490. },
  491. "applicationItemDateNode": {
  492. "height": "30px",
  493. "line-height": "30px",
  494. "color": "#999",
  495. "text-align": "right",
  496. "margin-right": "20px"
  497. },
  498. "listItemNode": {
  499. "height": "20px",
  500. "width": "110px",
  501. "float": "left",
  502. "line-height": "20px",
  503. "cursor": "pointer",
  504. "overflow": "hidden",
  505. "margin-right": "10px"
  506. }
  507. }