css.wcss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. "overflow" : "hidden"
  125. },
  126. "columnItemDescriptionNode" : {
  127. "margin-top" : "5px",
  128. "height": "50px",
  129. "color": "#666",
  130. "line-height": "20px",
  131. "font-family": "微软雅黑",
  132. "font-size": "14px"
  133. },
  134. "columnItemDelActionNode": {
  135. "position" : "absolute",
  136. "right" : "5px",
  137. "width": "22px",
  138. "height": "26px",
  139. "top": "5px",
  140. "opacity": 0,
  141. "background": "url(/x_component_cms_Column/$Main/default/icon/deleteColumn.png) no-repeat center center"
  142. },
  143. "columnItemEditActionNode": {
  144. "position" : "absolute",
  145. "right" : "27px",
  146. "width": "22px",
  147. "height": "26px",
  148. "top": "5px",
  149. "opacity": 0,
  150. "background": "url(/x_component_cms_Column/$Main/default/icon/editColumn.png) no-repeat center center"
  151. },
  152. "columnCreateMarkNode": {
  153. "opacity": 0.6,
  154. "position": "absolute",
  155. "background-color": "#CCC",
  156. "top": "0px",
  157. "left": "0px"
  158. },
  159. "columnCreateAreaNode": {
  160. "position": "absolute",
  161. "opacity": 0,
  162. "top": "0px"
  163. },
  164. "columnCreateNode": {
  165. "background-color": "#FFF",
  166. "width": "80%",
  167. "max-width": "600px",
  168. "box-shadow": "0px 0px 20px #999",
  169. "margin": "auto",
  170. "border-radius": "8px",
  171. "border": "6px solid #666",
  172. "overflow": "hidden"
  173. },
  174. "columnCreateNewNode": {
  175. "width": "47px",
  176. "height": "47px",
  177. "background": "url(/x_component_cms_Column/$Main/default/icon/new.png) no-repeat"
  178. },
  179. "columnCreateEditNode": {
  180. "width": "47px",
  181. "height": "47px"
  182. },
  183. "columnCreateFormNode": {
  184. "border-radius": "8px",
  185. "border": "0px solid #666",
  186. "width": "70%",
  187. "margin": "auto",
  188. "font-size": "16px",
  189. "color": "#666",
  190. "font-family": "微软雅黑"
  191. },
  192. "columnCreateOkActionNode": {
  193. "height": "30px",
  194. "width": "85px",
  195. "cursor": "pointer",
  196. "float": "right",
  197. "line-height": "30px",
  198. "padding-left": "65px",
  199. "font-size": "16px",
  200. "font-family": "微软雅黑",
  201. "border-radius": "3px",
  202. "border": "1px solid #354f67",
  203. "color": "#FFF",
  204. "margin-right": "20px",
  205. "margin-top": "20px",
  206. "box-shadow": "0px 0px 0px #666",
  207. "background": "url(/x_component_cms_Column/$Main/default/icon/editOk_bg.png) no-repeat"
  208. },
  209. "columnCreateCancelActionNode": {
  210. "height": "30px",
  211. "width": "60px",
  212. "cursor": "pointer",
  213. "float": "right",
  214. "line-height": "30px",
  215. "padding-left": "40px",
  216. "font-size": "16px",
  217. "font-family": "微软雅黑",
  218. "border-radius": "3px",
  219. "color": "#FFF",
  220. "margin-top": "20px",
  221. "box-shadow": "0px 0px 0px #666",
  222. "border": "1px solid #999",
  223. "background": "url(/x_component_cms_Column/$Main/default/icon/editCancel_bg.png) no-repeat"
  224. }
  225. }