css.wcss 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  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 20px 0px 20px",
  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": "微软雅黑"
  79. },
  80. "createColumnNode":{
  81. "height": "50px",
  82. "line-height": "50px",
  83. "color" : "#666",
  84. "font-size" : "15px",
  85. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument.png) center center no-repeat",
  86. "float": "right",
  87. "padding-left" : "90px",
  88. "margin-right" : "16px",
  89. "cursor": "pointer"
  90. },
  91. "createColumnNode_over": {
  92. "color" : "#3c76b7",
  93. "background": "url(/x_component_cms_Index/$Main/default/icon/createDocument_over.png) center center no-repeat"
  94. },
  95. "columnItemNode": {
  96. "width": "260px",
  97. "height" : "360px",
  98. "overflow": "hidden",
  99. "float": "left",
  100. "margin-left": "20px",
  101. "margin-top": "20px",
  102. "box-shadow": "0px 0px 0px #eee",
  103. "background-color": "#FFF",
  104. "cursor" : "pointer",
  105. "position" : "relative",
  106. "border": "2px solid #eee",
  107. "border-radius" : "4px"
  108. },
  109. "columnItemNode_over": {
  110. "border": "2px solid #3c76b7",
  111. "box-shadow": "0px 0px 18px #999"
  112. },
  113. "columnItemTopNode": {
  114. "height": "106px",
  115. "background" : "url(/x_component_cms_Column/$Main/default/icon/itemBackground.png) 0px 90px no-repeat",
  116. "background-color" : "#999",
  117. "cursor": "pointer",
  118. "opacity": "0.5"
  119. },
  120. "columnItemTitleNode": {
  121. "color": "#fff",
  122. "font-family": "微软雅黑",
  123. "font-size": "18px",
  124. "padding-top" : "24px",
  125. "text-align" : "center",
  126. "padding-left" : "20px",
  127. "padding-right" : "20px",
  128. "width" : "220px",
  129. "overflow" : "hidden",
  130. "height" : "23px"
  131. },
  132. // "columnItemTopNode_select": {
  133. // "background-color": "#e97070"
  134. // },
  135. // "columnItemNewNode": {
  136. // "width": "47px",
  137. // "height": "47px",
  138. // "position": "relative",
  139. // "top": "-80px",
  140. // "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat right"
  141. // },
  142. "columnItemIconAreaNode" : {
  143. "position" : "absolute",
  144. "top" : "60px",
  145. "left" : "84px",
  146. "padding" : "13px",
  147. "width": "64px",
  148. "height": "64px",
  149. "float": "left",
  150. "border-radius" : "50px",
  151. "background-color" : "#fff",
  152. "border" : "1px solid #ccc",
  153. "opacity": "0.5"
  154. },
  155. "columnItemIconNode": {
  156. "top" : "74px",
  157. "left" : "98px",
  158. "position" : "absolute",
  159. "width": "64px",
  160. "height": "64px",
  161. "background-repeat": "no-repeat",
  162. "background-position": "center center"
  163. },
  164. "columnItemMiddleNode": {
  165. "padding-left" : "20px",
  166. "padding-right" : "20px",
  167. "padding-bottom" : "18px",
  168. "width" : "220px",
  169. "text-align" : "center"
  170. },
  171. "columnItemDescriptionNode" : {
  172. "margin-top" : "60px",
  173. "height": "37px",
  174. "overflow" : "hidden",
  175. "color": "#999",
  176. "line-height": "20px",
  177. "font-family": "微软雅黑",
  178. "font-size": "13px"
  179. },
  180. "columnItemBottomNode" : {
  181. "width": "260px",
  182. "height" : "138px",
  183. "background-color" : "#fafafa"
  184. },
  185. "columnItemCategoryTitleNode" : {
  186. "padding" : "18px 20px 0px 20px",
  187. "color" : "#333",
  188. "font-size" : "16px"
  189. },
  190. "columnItemFormTitleNode" : {
  191. "padding" : "9px 20px 0px 20px",
  192. "color" : "#333",
  193. "font-size" : "16px"
  194. },
  195. "columnItemCategoryContentNode" : {
  196. "overflow" : "hidden",
  197. "width" : "220px",
  198. "height" : "19px",
  199. "padding" : "3px 10px 5px 10px",
  200. "font-size" : "13px"
  201. },
  202. "columnItemFormContentNode" : {
  203. "overflow" : "hidden",
  204. "width" : "220px",
  205. "height" : "19px",
  206. "padding" : "3px 10px 5px 10px",
  207. "font-size" : "13px"
  208. },
  209. "columnItemBottomItemNode" : {
  210. "float" : "left",
  211. "padding" : "0px 6px 0px 6px",
  212. "height" : "22px",
  213. "line-height" : "22px",
  214. "color" : "#666",
  215. "background-color" : "#fafafa",
  216. "border" : "1px solid #fafafa",
  217. "border-radius" : "5px"
  218. },
  219. "columnItemBottomItemNode_over" : {
  220. "color" : "#fff",
  221. "background-color" : "#3c76b7",
  222. "border" : "1px solid #3c76b7"
  223. },
  224. "columnItemDelActionNode": {
  225. "position" : "absolute",
  226. "right" : "5px",
  227. "width": "22px",
  228. "height": "26px",
  229. "top": "5px",
  230. "display": "none",
  231. "background": "url(/x_component_cms_Column/$Main/default/icon/trash.png) no-repeat center center"
  232. },
  233. "columnItemEditActionNode": {
  234. "position" : "absolute",
  235. "right" : "27px",
  236. "width": "22px",
  237. "height": "26px",
  238. "top": "5px",
  239. "display": "none",
  240. "background": "url(/x_component_cms_Column/$Main/default/icon/edit.png) no-repeat center center"
  241. },
  242. "columnItemExportActionNode": {
  243. "position" : "absolute",
  244. "right" : "50px",
  245. "width": "22px",
  246. "height": "26px",
  247. "top": "5px",
  248. "display": "none",
  249. "background": "url(/x_component_cms_Column/$Main/default/icon/export.png) no-repeat center center"
  250. },
  251. "columnCreateMarkNode": {
  252. "opacity": 0.6,
  253. "position": "absolute",
  254. "background-color": "#CCC",
  255. "top": "0px",
  256. "left": "0px"
  257. },
  258. "columnCreateAreaNode": {
  259. "position": "absolute",
  260. "opacity": 0,
  261. "top": "0px"
  262. },
  263. "columnCreateNode": {
  264. "background-color": "#FFF",
  265. "width": "80%",
  266. "max-width": "600px",
  267. "box-shadow": "0px 0px 20px #999",
  268. "margin": "auto",
  269. "border-radius": "8px",
  270. "border": "6px solid #666",
  271. "overflow": "hidden"
  272. },
  273. "columnCreateNewNode": {
  274. "width": "47px",
  275. "height": "47px",
  276. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat"
  277. },
  278. "columnCreateEditNode": {
  279. "width": "47px",
  280. "height": "47px"
  281. },
  282. "columnCreateFormNode": {
  283. "border-radius": "8px",
  284. "border": "0px solid #666",
  285. "width": "70%",
  286. "margin": "auto",
  287. "font-size": "16px",
  288. "color": "#666",
  289. "font-family": "微软雅黑"
  290. },
  291. "columnCreateOkActionNode": {
  292. "height": "30px",
  293. "width": "85px",
  294. "cursor": "pointer",
  295. "float": "right",
  296. "line-height": "30px",
  297. "padding-left": "65px",
  298. "font-size": "16px",
  299. "font-family": "微软雅黑",
  300. "border-radius": "3px",
  301. "border": "1px solid #354f67",
  302. "color": "#FFF",
  303. "margin-right": "20px",
  304. "margin-top": "20px",
  305. "box-shadow": "0px 0px 0px #666",
  306. "background": "url(/x_component_cms_Column/$Main/default/icon/editOk_bg.png) no-repeat"
  307. },
  308. "columnCreateCancelActionNode": {
  309. "height": "30px",
  310. "width": "60px",
  311. "cursor": "pointer",
  312. "float": "right",
  313. "line-height": "30px",
  314. "padding-left": "40px",
  315. "font-size": "16px",
  316. "font-family": "微软雅黑",
  317. "border-radius": "3px",
  318. "color": "#FFF",
  319. "margin-top": "20px",
  320. "box-shadow": "0px 0px 0px #666",
  321. "border": "1px solid #999",
  322. "background": "url(/x_component_cms_Column/$Main/default/icon/editCancel_bg.png) no-repeat"
  323. }
  324. }