css.wcss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "50px",
  5. "background-color": "#4c6b87"
  6. },
  7. "titleTextNode": {
  8. "padding-left": "20px",
  9. "color": "#FFF",
  10. "font-size": "18px",
  11. "line-height": "50px",
  12. "font-weight": "bold",
  13. "width": "160px",
  14. "float": "left"
  15. },
  16. "appDeploymentContent": {
  17. "overflow": "auto"
  18. },
  19. "componentsContent": {
  20. "padding": "0px"
  21. },
  22. "componentItemNode": {
  23. "width": "140px",
  24. "height": "170px",
  25. "overflow": "hidden",
  26. "padding": "10px",
  27. "padding-top": "15px",
  28. "float": "left",
  29. "background-color": "#EEE",
  30. "border-right": "1px solid #CCC",
  31. "border-bottom": "1px solid #CCC",
  32. "border-top": "1px solid #FFF",
  33. "border-left": "1px solid #FFF",
  34. "margin": "0px"
  35. },
  36. "userComponentItemNode": {
  37. "width": "140px",
  38. "height": "170px",
  39. "overflow": "hidden",
  40. "padding": "10px",
  41. "padding-top": "15px",
  42. "float": "left",
  43. "background-color": "#F9F9F9",
  44. "border-right": "1px solid #CCC",
  45. "border-bottom": "1px solid #CCC",
  46. "border-top": "1px solid #FFF",
  47. "border-left": "1px solid #FFF",
  48. "margin": "0px"
  49. },
  50. "iconNode": {
  51. "height": "90px",
  52. "background-repeat": "no-repeat",
  53. "background-position": "center center"
  54. },
  55. "addIconNode": {
  56. "cursor": "pointer",
  57. "height": "90px",
  58. "width": "90px",
  59. "margin": "auto",
  60. "background-color": "#EEE",
  61. "margin-bottom": "10px",
  62. "border-radius": "10px",
  63. "box-shadow": "0px 0px 0px #CCC",
  64. "border": "3px solid #C3C3C3",
  65. "background-repeat": "no-repeat",
  66. "background-position": "center center",
  67. "background-image": "url(../x_component_Setting/$SettingModuleUI/default/icon/add.png)"
  68. },
  69. "addIconNode_over": {
  70. "background-image": "url(../x_component_Setting/$SettingModuleUI/default/icon/add_over.png)",
  71. "border": "3px solid #3498db",
  72. "box-shadow": "0px 0px 5px #666"
  73. },
  74. "contentNode": {
  75. "text-align": "center",
  76. "height": "50px"
  77. },
  78. "titleNode": {
  79. "height": "30px",
  80. "line-height": "30px",
  81. "font-weight": "bold",
  82. "font-size": "18px"
  83. },
  84. "nameNode": {
  85. "height": "20px",
  86. "line-height": "20px",
  87. "color": "#666",
  88. "font-size": "14px"
  89. },
  90. "actionAreaNode": {
  91. "height": "30px",
  92. "text-align": "center"
  93. },
  94. "actionNode": {
  95. "height": "20px",
  96. "width": "60px",
  97. "line-height": "20px",
  98. "border": "1px solid #999",
  99. "background-color": "#FFF",
  100. "border-radius": "5px",
  101. "box-shadow": "0px 0px 3px #999",
  102. "text-align": "center",
  103. "color": "#777",
  104. "cursor": "pointer",
  105. "margin": "auto"
  106. },
  107. "actionNode_over":{
  108. "background-color": "#6288a2",
  109. "color": "#FFF",
  110. "border": "1px solid #666",
  111. },
  112. "flagNode": {
  113. "position": "relative",
  114. "top": "-185px",
  115. "left": "-10px",
  116. "width": "32px",
  117. "height": "32px",
  118. "background": "url(../x_component_Setting/$SettingModuleUI/default/icon/flag.png) no-repeat center center",
  119. },
  120. "newDeployNode": {
  121. "overflow": "hidden"
  122. },
  123. "deployContentNode": {
  124. "margin": "30px auto",
  125. "width": "80%",
  126. "max-width": "600px",
  127. "overflow": "hidden"
  128. },
  129. "deployLineNode": {
  130. "height": "36px",
  131. "line-height": "36px"
  132. },
  133. "deployTitleNode": {
  134. "height": "36px",
  135. "width": "100px",
  136. "float": "left",
  137. "color": "#db7a33",
  138. "font-size": "14px"
  139. },
  140. "deployvalueNode": {
  141. "height": "36px",
  142. "margin-left": "100px",
  143. },
  144. "deployIconNode": {
  145. "height": "64px",
  146. "width": "64px",
  147. "background-color": "#cccccc",
  148. "float": "left",
  149. "overflow": "hidden",
  150. "margin-right": "10px"
  151. },
  152. "deployInputNode": {
  153. "height": "18px",
  154. "width": "95%"
  155. },
  156. "deployOkAction": {
  157. "height": "32px",
  158. "width": "220px",
  159. "line-height": "32px",
  160. "font-size": "18px",
  161. "border-radius": "5px",
  162. "box-shadow": "0px 0px 5px #999",
  163. "text-align": "center",
  164. "cursor": "pointer",
  165. "margin": "10px auto",
  166. "background-color": "#6288a2",
  167. "color": "#FFF",
  168. "border": "1px solid #666",
  169. },
  170. "action2Node": {
  171. "height": "20px",
  172. "width": "40px",
  173. "line-height": "20px",
  174. "border": "1px solid #999",
  175. "background-color": "#FFF",
  176. "border-radius": "5px",
  177. "box-shadow": "0px 0px 3px #999",
  178. "text-align": "center",
  179. "color": "#777",
  180. "cursor": "pointer",
  181. "margin-right": "6px",
  182. "float": "left"
  183. },
  184. "action3Node": {
  185. "height": "20px",
  186. "width": "40px",
  187. "line-height": "20px",
  188. "border": "1px solid #999",
  189. "background-color": "#FFF",
  190. "border-radius": "5px",
  191. "box-shadow": "0px 0px 3px #999",
  192. "text-align": "center",
  193. "color": "#777",
  194. "cursor": "pointer",
  195. "margin-right": "0px",
  196. "float": "right"
  197. },
  198. "action4Node": {
  199. "height": "20px",
  200. "width": "60px",
  201. "line-height": "20px",
  202. "border": "1px solid #999",
  203. "background-color": "#FFF",
  204. "border-radius": "5px",
  205. "box-shadow": "0px 0px 3px #999",
  206. "text-align": "center",
  207. "color": "#777",
  208. "cursor": "pointer",
  209. "margin-left": "4px",
  210. "float": "left"
  211. },
  212. "action5Node": {
  213. "height": "20px",
  214. "width": "60px",
  215. "line-height": "20px",
  216. "border": "1px solid #999",
  217. "background-color": "#FFF",
  218. "border-radius": "5px",
  219. "box-shadow": "0px 0px 3px #999",
  220. "text-align": "center",
  221. "color": "#777",
  222. "cursor": "pointer",
  223. "margin-right": "4px",
  224. "float": "right"
  225. }
  226. }