css.wcss 9.1 KB

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