css.wcss 7.0 KB

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