css.wcss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. "noElementNode": {
  21. "text-align": "center",
  22. "padding": "20px",
  23. "height": "60px",
  24. "line-height": "60px",
  25. "margin-top": "10px",
  26. "margin-left": "0px",
  27. "color": "#888",
  28. //"cursor": "pointer",
  29. "font-size": "16px"
  30. },
  31. "columnAreaNode":{
  32. //"height": "260px",
  33. "background-color": "#EEE"
  34. },
  35. "columnToolbarAreaNode":{
  36. "height": "40px",
  37. "background-color": "#FFF",
  38. "font-size":"14px",
  39. "color" : "#222",
  40. "padding" : "0px 20px 0px 20px",
  41. "line-height": "40px"
  42. },
  43. "columnToolbarTextNode":{
  44. "height": "40px",
  45. "background-color": "#FFF",
  46. "font-size":"16px",
  47. "color" : "#222",
  48. "line-height": "40px",
  49. "float": "left",
  50. "padding-left": "20px",
  51. "font-family": "微软雅黑",
  52. "font-weight" : "bold"
  53. },
  54. "createColumnNode":{
  55. "background": "url(/x_component_cms_Column/$Main/default/icon/edit.png) 3px center no-repeat",
  56. "float": "right",
  57. "cursor": "pointer",
  58. "margin-top": "12px",
  59. "padding": "3px 5px",
  60. "padding-left": "22px",
  61. "font-size": "12px",
  62. "font-weight": "normal",
  63. "border": "1px solid #AAA",
  64. "background-color": "#FFF",
  65. "line-height": "normal",
  66. "color":"#666",
  67. "border-radius":"3px"
  68. },
  69. "columnContentAreaNode" : {
  70. //"height": "220px",
  71. "height" : "100%",
  72. "overflow": "hidden",
  73. "background-color": "#EEE"
  74. },
  75. "columnItemNode": {
  76. "width": "260px",
  77. "overflow": "hidden",
  78. "float": "left",
  79. "margin-left": "20px",
  80. "margin-top": "20px",
  81. "border": "1px solid #BBB",
  82. "box-shadow": "0px 0px 0px #BBB",
  83. "background-color": "#FFF",
  84. "cursor" : "pointer",
  85. "position" : "relative"
  86. },
  87. "columnItemNode_select": {
  88. "border": "1px solid #e97070",
  89. "box-shadow": "0px 0px 10px #e97070"
  90. },
  91. "columnItemTopNode": {
  92. "height": "80px",
  93. "cursor": "pointer"
  94. },
  95. "columnItemTopNode_select": {
  96. "background-color": "#e97070"
  97. },
  98. "columnItemNewNode": {
  99. "width": "47px",
  100. "height": "47px",
  101. "position": "relative",
  102. "top": "-80px",
  103. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat right"
  104. },
  105. "columnItemIconNode": {
  106. "width": "80px",
  107. "height": "80px",
  108. "float": "left",
  109. "background-repeat": "no-repeat",
  110. "background-position": "center center"
  111. },
  112. "columnItemTextNode": {
  113. "margin-left": "80px",
  114. "margin-right": "5px",
  115. "height": "80px"
  116. },
  117. "columnItemTitleNode": {
  118. "height": "30px",
  119. "color": "#000",
  120. "line-height": "40px",
  121. "font-family": "微软雅黑",
  122. "font-size": "18px",
  123. "font-weight": "bold"
  124. },
  125. "columnItemDescriptionNode" : {
  126. "margin-top" : "5px",
  127. "height": "50px",
  128. "color": "#666",
  129. "line-height": "20px",
  130. "font-family": "微软雅黑",
  131. "font-size": "14px"
  132. },
  133. "columnItemDelActionNode": {
  134. "position" : "absolute",
  135. "right" : "5px",
  136. "width": "22px",
  137. "height": "26px",
  138. "top": "5px",
  139. "opacity": 0,
  140. "background": "url(/x_component_cms_Column/$Main/default/icon/deleteColumn.png) no-repeat center center"
  141. },
  142. "columnItemEditActionNode": {
  143. "position" : "absolute",
  144. "right" : "27px",
  145. "width": "22px",
  146. "height": "26px",
  147. "top": "5px",
  148. "opacity": 0,
  149. "background": "url(/x_component_cms_Column/$Main/default/icon/editColumn.png) no-repeat center center"
  150. },
  151. "columnCreateMarkNode": {
  152. "opacity": 0.6,
  153. "position": "absolute",
  154. "background-color": "#CCC",
  155. "top": "0px",
  156. "left": "0px"
  157. },
  158. "columnCreateAreaNode": {
  159. "position": "absolute",
  160. "opacity": 0,
  161. "top": "0px"
  162. },
  163. "columnCreateNode": {
  164. "background-color": "#FFF",
  165. "width": "80%",
  166. "max-width": "600px",
  167. "box-shadow": "0px 0px 20px #999",
  168. "margin": "auto",
  169. "border-radius": "8px",
  170. "border": "6px solid #666",
  171. "overflow": "hidden"
  172. },
  173. "columnCreateNewNode": {
  174. "width": "47px",
  175. "height": "47px",
  176. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat"
  177. },
  178. "columnCreateEditNode": {
  179. "width": "47px",
  180. "height": "47px"
  181. },
  182. "columnCreateFormNode": {
  183. "border-radius": "8px",
  184. "border": "0px solid #666",
  185. "width": "70%",
  186. "margin": "auto",
  187. "font-size": "16px",
  188. "color": "#666",
  189. "font-family": "微软雅黑"
  190. },
  191. "columnCreateOkActionNode": {
  192. "height": "30px",
  193. "width": "85px",
  194. "cursor": "pointer",
  195. "float": "right",
  196. "line-height": "30px",
  197. "padding-left": "65px",
  198. "font-size": "16px",
  199. "font-family": "微软雅黑",
  200. "border-radius": "3px",
  201. "border": "1px solid #354f67",
  202. "color": "#FFF",
  203. "margin-right": "20px",
  204. "margin-top": "20px",
  205. "box-shadow": "0px 0px 0px #666",
  206. "background": "url(/x_component_cms_Column/$Main/default/icon/editOk_bg.png) no-repeat"
  207. },
  208. "columnCreateCancelActionNode": {
  209. "height": "30px",
  210. "width": "60px",
  211. "cursor": "pointer",
  212. "float": "right",
  213. "line-height": "30px",
  214. "padding-left": "40px",
  215. "font-size": "16px",
  216. "font-family": "微软雅黑",
  217. "border-radius": "3px",
  218. "color": "#FFF",
  219. "margin-top": "20px",
  220. "box-shadow": "0px 0px 0px #666",
  221. "border": "1px solid #999",
  222. "background": "url(/x_component_cms_Column/$Main/default/icon/editCancel_bg.png) no-repeat"
  223. }
  224. }