css.wcss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. {
  2. "rightContentNode": {
  3. "height": "100%",
  4. //"margin-left": "140px",
  5. "overflow": "hidden",
  6. "background-color" : "#fff",
  7. "border-left" : "1px solid #ccc",
  8. "opacity": 1
  9. },
  10. "leftContentNode": {
  11. "overflow": "hidden",
  12. "float": "left",
  13. "width": "298px",
  14. "height": "100%",
  15. "background-color": "#f7f7f7"
  16. },
  17. "leftTitleNode": {
  18. "padding-left": "10px",
  19. "height": "80px",
  20. "line-height": "80px",
  21. "color": "#fff",
  22. "font-size": "16px",
  23. "background-color": "#3c76b7"
  24. },
  25. "leftTitleTextNode" : {
  26. "float": "left",
  27. "padding-left" : "10px"
  28. },
  29. "leftTitleIconNode" : {
  30. "float": "left",
  31. "width": "80px",
  32. "height": "80px",
  33. "background-position": "center center",
  34. "background-repeat": "no-repeat"
  35. },
  36. "normalStartMenuNode": {
  37. "overflow": "hidden",
  38. "border": "0px",
  39. "width" : "293px",
  40. "margin-right" : "5px"
  41. //"box-shadow": "0px 0px 15px #999",
  42. //"border-radius": "0px",
  43. //"float": "left",
  44. },
  45. "startMenuAreaNode" : {
  46. //"width" : "293px"
  47. },
  48. "startMenuNaviNode": {
  49. "height": "40px",
  50. "line-height": "40px",
  51. "padding-left": "20px",
  52. "padding-right": "15px",
  53. "cursor": "pointer",
  54. "background-color": "#f7f7f7"
  55. },
  56. "startMenuNaviNode_over": {
  57. "background-color": "#f0f0f0"
  58. },
  59. "startMenuNaviNode_current": {
  60. "background-color": "#f0f0f0"
  61. },
  62. "startMenuNaviNode_down": {
  63. "background-color": "#f0f0f0"
  64. },
  65. "startMenuIconNode": {
  66. "margin-top": "12px",
  67. "float": "left",
  68. "width": "16px",
  69. "height": "16px",
  70. "background-repeat": "no-repeat",
  71. "background-position": "center center"
  72. },
  73. "startMenuTextNode": {
  74. "margin-left": "10px",
  75. "float": "left",
  76. "font-family": "微软雅黑",
  77. "font-face": "STHeitiSC-Medium",
  78. "font-size": "15px",
  79. "color": "#333"
  80. },
  81. "startMenuCreateNode" : {
  82. "margin-top": "12px",
  83. "margin-right": "5px",
  84. "float": "right",
  85. "width": "16px",
  86. "height": "16px",
  87. "background-image" : "url(/x_component_cms_ColumnManager/$Main/default/icon/plus2.png)",
  88. "background-repeat": "no-repeat",
  89. "background-position": "center center"
  90. },
  91. "startMenuCreateNode_over" : {
  92. "background-image" : "url(/x_component_cms_ColumnManager/$Main/default/icon/plus_over.png)"
  93. },
  94. "startMenuExpandNode" : {
  95. "margin-top": "12px",
  96. "float": "right",
  97. "width": "16px",
  98. "height": "16px",
  99. "background-image" : "url(/x_component_cms_ColumnManager/$Main/default/icon/icon_down2.png)",
  100. "background-repeat": "no-repeat",
  101. "background-position": "center center"
  102. },
  103. "startMenuCollapseNode" : {
  104. "margin-top": "12px",
  105. "float": "right",
  106. "width": "16px",
  107. "height": "16px",
  108. "background-image" : "url(/x_component_cms_ColumnManager/$Main/default/icon/icon_down2_click.png)",
  109. "background-repeat": "no-repeat",
  110. "background-position": "center center"
  111. },
  112. "propertyTitleBar": {
  113. "font-size" : "16px",
  114. "overflow" : "hidden",
  115. "background-color" : "#f7f7f7",
  116. "height" : "50px",
  117. "padding-left" : "20px",
  118. "line-height" : "50px",
  119. "color" : "#333"
  120. },
  121. "propertyContentNode": {
  122. "overflow": "hidden"
  123. },
  124. "propertyContentAreaNode": {
  125. "overflow": "hidden",
  126. "margin-right": "8px"
  127. },
  128. "propertyBaseContentTdTitle": {
  129. "width": "20%",
  130. "text-align": "right",
  131. "color": "#da7429",
  132. "font-size": "14px"
  133. },
  134. "baseActionAreaNode": {
  135. "height": "40px",
  136. "overflow": "hidden",
  137. "border-bottom": "1px solid #999",
  138. "margin": "10px 40px 10px 40px"
  139. },
  140. "baseTextNode": {
  141. "height": "40px",
  142. "color": "#333",
  143. "font-size": "16px",
  144. "line-height": "40px",
  145. //"font-weight": "bold",
  146. "margin-right": "300px"
  147. },
  148. "propertyInforActionNode": {
  149. "float": "right",
  150. "height": "40px",
  151. "margin-right": "10px",
  152. "border-bottom": "1px solid #c9c9c9",
  153. "width": "200px"
  154. },
  155. "editBaseNode": {
  156. "background": "url("
  157. +
  158. "/x_component_cms_ColumnManager/$Main/default/icon/edit.png) 3px center no-repeat",
  159. "float": "right",
  160. "cursor": "pointer",
  161. "margin-top": "12px",
  162. "padding": "3px 5px",
  163. "padding-left": "22px",
  164. "font-size": "12px",
  165. "font-weight": "normal",
  166. "border": "1px solid #AAA",
  167. "background-color": "#FFF",
  168. "line-height": "normal",
  169. "color": "#666",
  170. "border-radius": "3px"
  171. },
  172. "cancelBaseNode": {
  173. "background": "url("
  174. +
  175. "/x_component_cms_ColumnManager/$Main/default/icon/editCancel.png) 3px center no-repeat",
  176. "float": "right",
  177. "cursor": "pointer",
  178. "margin-top": "12px",
  179. "padding": "3px 5px",
  180. "padding-left": "22px",
  181. "font-size": "12px",
  182. "font-weight": "normal",
  183. "border": "1px solid #999",
  184. "background-color": "#AAA",
  185. "line-height": "normal",
  186. "color": "#FFF",
  187. "border-radius": "3px"
  188. },
  189. "saveBaseNode": {
  190. "background": "url("
  191. +
  192. "/x_component_cms_ColumnManager/$Main/default/icon/editOk.png) 15px center no-repeat",
  193. "float": "right",
  194. "cursor": "pointer",
  195. "margin-top": "12px",
  196. "padding": "3px 20px",
  197. "padding-left": "35px",
  198. "font-size": "12px",
  199. "font-weight": "normal",
  200. "border": "1px solid #888",
  201. "background-color": "#6b8bbd",
  202. "line-height": "normal",
  203. "color": "#FFF",
  204. "margin-right": "10px",
  205. "border-radius": "3px",
  206. "box-shadow": "0px 0px 5px #888"
  207. },
  208. "formInput": {
  209. "content": {
  210. "height": "24px",
  211. "line-height": "24px",
  212. "margin": "3px 20px",
  213. "cursor": "default",
  214. "font-size": "14px"
  215. },
  216. "input": {
  217. "width": "90%",
  218. "height": "22px",
  219. "border": "1px solid #CCC",
  220. "box-shadow": "0px 0px 0px",
  221. "font-size": "14px"
  222. },
  223. "input_focus": {
  224. "width": "90%",
  225. "height": "22px",
  226. "border": "1px solid #da7429",
  227. "box-shadow": "0px 0px 8px #fab37e",
  228. "font-size": "14px"
  229. }
  230. },
  231. "iconContentTitleNode": {
  232. "overflow": "hidden",
  233. "margin": "20px 40px 10px 40px",
  234. "height": "40px",
  235. "color": "#333",
  236. "font-size": "16px",
  237. "line-height": "40px",
  238. //"font-weight": "bold",
  239. "border-bottom": "1px solid #c9c9c9"
  240. },
  241. "controllerListTitleNode": {
  242. "overflow": "hidden",
  243. "margin": "20px 40px 10px 40px",
  244. "height": "40px",
  245. "color": "#333",
  246. "font-size": "16px",
  247. "line-height": "40px",
  248. //"font-weight": "bold",
  249. "clear": "both",
  250. "border-bottom": "1px solid #c9c9c9"
  251. },
  252. "administratorsContentNode": {
  253. "padding": "10px",
  254. "overflow": "hidden",
  255. "margin": "0px 40px"
  256. },
  257. "availableTitleNode": {
  258. "overflow": "hidden",
  259. "margin": "20px 40px 10px 40px",
  260. "height": "40px",
  261. "color": "#333",
  262. "font-size": "16px",
  263. "line-height": "40px",
  264. //"font-weight": "bold",
  265. "clear": "both",
  266. "border-bottom": "1px solid #c9c9c9"
  267. },
  268. "availableItemsContentNode": {
  269. "padding": "10px",
  270. "overflow": "hidden",
  271. "margin": "0px 40px"
  272. },
  273. "selectButtonStyle": {
  274. "margin-left": "40px",
  275. "float": "left",
  276. "background-color": "#FFF",
  277. "padding": "4px 14px",
  278. "border": "1px solid #999",
  279. "border-radius": "3px",
  280. "margin-top": "10px",
  281. "font-size": "14px",
  282. "color": "#666",
  283. "cursor": "pointer"
  284. }
  285. }