css.wcss 8.5 KB

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