css.wcss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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_Deployment/$Main/default/icon/add.png)"
  68. },
  69. "addIconNode_over": {
  70. "background-image": "url(../x_component_Deployment/$Main/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_Deployment/$Main/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. "deployInputNode": {
  145. "height": "18px",
  146. "width": "95%"
  147. },
  148. "deployOkAction": {
  149. "height": "32px",
  150. "width": "220px",
  151. "line-height": "32px",
  152. "font-size": "18px",
  153. "border-radius": "5px",
  154. "box-shadow": "0px 0px 5px #999",
  155. "text-align": "center",
  156. "cursor": "pointer",
  157. "margin": "10px auto",
  158. "background-color": "#6288a2",
  159. "color": "#FFF",
  160. "border": "1px solid #666",
  161. },
  162. "action2Node": {
  163. "height": "20px",
  164. "width": "40px",
  165. "line-height": "20px",
  166. "border": "1px solid #999",
  167. "background-color": "#FFF",
  168. "border-radius": "5px",
  169. "box-shadow": "0px 0px 3px #999",
  170. "text-align": "center",
  171. "color": "#777",
  172. "cursor": "pointer",
  173. "margin-right": "6px",
  174. "float": "left"
  175. },
  176. "action3Node": {
  177. "height": "20px",
  178. "width": "40px",
  179. "line-height": "20px",
  180. "border": "1px solid #999",
  181. "background-color": "#FFF",
  182. "border-radius": "5px",
  183. "box-shadow": "0px 0px 3px #999",
  184. "text-align": "center",
  185. "color": "#777",
  186. "cursor": "pointer",
  187. "margin-right": "0px",
  188. "float": "right"
  189. },
  190. "action4Node": {
  191. "height": "20px",
  192. "width": "60px",
  193. "line-height": "20px",
  194. "border": "1px solid #999",
  195. "background-color": "#FFF",
  196. "border-radius": "5px",
  197. "box-shadow": "0px 0px 3px #999",
  198. "text-align": "center",
  199. "color": "#777",
  200. "cursor": "pointer",
  201. "margin-left": "4px",
  202. "float": "left"
  203. },
  204. "action5Node": {
  205. "height": "20px",
  206. "width": "60px",
  207. "line-height": "20px",
  208. "border": "1px solid #999",
  209. "background-color": "#FFF",
  210. "border-radius": "5px",
  211. "box-shadow": "0px 0px 3px #999",
  212. "text-align": "center",
  213. "color": "#777",
  214. "cursor": "pointer",
  215. "margin-right": "4px",
  216. "float": "right"
  217. }
  218. }