css.wcss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "50px",
  5. "margin": "0px 0px",
  6. "background-color": "#000",
  7. "opacity": "0.7"
  8. },
  9. "titleTextNode": {
  10. "padding-right": "20px",
  11. "color": "#FFF",
  12. "font-size": "18px",
  13. "line-height": "50px",
  14. "font-weight": "bold",
  15. "width": "160px",
  16. "float": "right",
  17. "text-align": "right"
  18. },
  19. "contentNode": {
  20. "overflow": "auto",
  21. "background-color": "#ffffff"
  22. },
  23. "contentModuleArea": {
  24. "width": "90%",
  25. "margin": "20px auto",
  26. "overflow": "hidden"
  27. },
  28. "createApplicationNode": {
  29. "float": "left",
  30. "width": "50px",
  31. "height": "50px",
  32. "background": "url(/x_component_AppCenter/$Main/default/icon/create.png) no-repeat center center",
  33. "cursor": "pointer",
  34. "border-right": "1px solid #EEE",
  35. "border-left": "0px solid #EEE"
  36. },
  37. "emptyNode": {
  38. "height": "60px",
  39. "width": "80%",
  40. "margin": "auto",
  41. "margin-top": "40px",
  42. "text-align": "center",
  43. "font-size": "18px",
  44. "color": "#999999",
  45. "cursor": "pointer"
  46. },
  47. "moduleIconNode": {
  48. "width": "100px",
  49. "height": "100px",
  50. "float": "left",
  51. "background": "url(/x_component_AppMarket/$Main/default/icon/default.png) center center no-repeat"
  52. },
  53. "moduleSetupContentNode": {
  54. "width": "90%",
  55. "margin": "auto",
  56. "overflow": "hidden"
  57. },
  58. "moduleSetupTitleNode": {
  59. "margin-top": "10px",
  60. "height": "100px",
  61. "background-color": "#f1f1f1"
  62. },
  63. "moduleSetupTitleContentNode": {
  64. "margin-left": "110px",
  65. "padding-top": "6px",
  66. "padding-bottom": "2px",
  67. "height": "86px"
  68. },
  69. "moduleSetupNameNode": {
  70. "height": "30px",
  71. "line-height": "30px",
  72. "font-size": "12px",
  73. "font-weight": "bold",
  74. "color": "#333333"
  75. },
  76. "moduleSetupCategoryNode": {
  77. "height": "28px",
  78. "line-height": "28px",
  79. "font-size": "12px",
  80. "font-weight": "bold",
  81. "color": "#333333"
  82. },
  83. "moduleSetupDescriptionNode": {
  84. "height": "28px",
  85. "line-height": "28px",
  86. "font-size": "12px",
  87. "font-weight": "bold",
  88. "color": "#333333"
  89. },
  90. "moduleInputTitleNode":{
  91. "height": "28px",
  92. "line-height": "28px",
  93. "width": "60px",
  94. "float": "left"
  95. },
  96. "moduleInputContentNode": {
  97. "margin-left": "60px",
  98. "height": "100%"
  99. },
  100. "moduleInputNode": {
  101. "height": "20px",
  102. "line-height": "20px",
  103. "width": "90%",
  104. "border": "1px solid #cccccc"
  105. },
  106. "moduleSetupCompareContentNode": {
  107. //"border": "1px solid #cccccc",
  108. "margin-top": "10px",
  109. "overflow": "auto"
  110. },
  111. "moduleLoadingAreaNode": {
  112. "margin": "auto",
  113. "width": "100px"
  114. },
  115. "moduleLoadingImgNode": {
  116. "margin-top": "60px",
  117. "margin-bottom": "60px",
  118. "width": "100px",
  119. "height": "100px",
  120. "border": "0px"
  121. },
  122. "moduleSetupContentInforNode": {
  123. "height": "36px",
  124. "line-height": "36px",
  125. "color": "#666666",
  126. "font-size": "14px",
  127. "padding-left": "6px"
  128. },
  129. "moduleSetupListAreaTitleNode": {
  130. "height": "30px",
  131. "line-height": "30px",
  132. "background-color": "#eeeeee",
  133. "color": "#333333",
  134. "padding-left": "10px",
  135. "font-weight": "bold",
  136. "font-size": "14px"
  137. },
  138. "moduleSetupListAreaContentNode": {
  139. "min-height": "30px"
  140. },
  141. "moduleSetupListContentNode": {
  142. "height": "36px",
  143. "line-height": "36px",
  144. "margin": "0px 10px",
  145. "font-size": "14px",
  146. "color": "#666666",
  147. "background": "transparent",
  148. "border-bottom": "1px solid #eeeeee"
  149. },
  150. "moduleSetupListContentNode_over": {
  151. "height": "36px",
  152. "line-height": "36px",
  153. "margin": "0px 10px",
  154. "font-size": "14px",
  155. "color": "#666666",
  156. "background": "#f3f9ff",
  157. "border-bottom": "1px solid #eeeeee"
  158. },
  159. "moduleSetupListIconNode": {
  160. "height": "36px",
  161. "float": "left",
  162. "width": "36px",
  163. "cursor": "pointer"
  164. },
  165. "moduleSetupListNameNode": {
  166. "height": "36px",
  167. "margin-right": "160px",
  168. "margin-left": "36px",
  169. "overflow": "hidden",
  170. "cursor": "pointer"
  171. },
  172. "moduleSetupListActionNode": {
  173. "height": "36px",
  174. "float": "right",
  175. "width": "60px"
  176. },
  177. "moduleSetupListInforNode": {
  178. "height": "36px",
  179. "float": "right",
  180. "width": "100px"
  181. },
  182. "moduleSelectActionNode": {
  183. "height": "18px",
  184. "line-height": "18px",
  185. "margin-top": "8px",
  186. "width": "40px",
  187. "border-radius": "6px",
  188. "border": "1px solid #999",
  189. "color": "#333",
  190. "text-align": "center",
  191. "font-size": "12px",
  192. "cursor": "pointer"
  193. },
  194. "moduleSelectContentAreaNode": {
  195. "background-color": "#ffffff",
  196. "height": "36px",
  197. "border-radius": "6px",
  198. "position": "absolute"
  199. },
  200. "moduleSelectTitleNode": {
  201. "height": "30px",
  202. "line-height": "30px",
  203. "font-size": "14px",
  204. "color": "#666666",
  205. "border-radius": "6px",
  206. "text-align": "center",
  207. },
  208. "moduleSelectContentNode": {
  209. "border-top": "1px solid #999999",
  210. "border-left": "1px solid #999999",
  211. "border-bottom": "1px solid #cccccc",
  212. "border-right": "1px solid #cccccc",
  213. "background-color": "#ffffff",
  214. "width": "95%",
  215. "margin": "0px auto",
  216. "overflow": "auto"
  217. },
  218. "moduleSelectButtonNode": {
  219. "height": "40px",
  220. "overflow": "hidden"
  221. },
  222. "moduleSelectButtonActionNode": {
  223. "height": "20px",
  224. "width": "50px",
  225. "text-align": "center",
  226. "line-height": "20px",
  227. "font-size": "12px",
  228. "border": "1px solid #999999",
  229. "border-radius": "5px",
  230. "float": "right",
  231. "margin-right": "10px",
  232. "margin-top": "10px",
  233. "background-color": "#ffffff",
  234. "cursor": "pointer"
  235. },
  236. "moduleSelectContentTitleNode": {
  237. "height": "24px",
  238. "line-height": "24px",
  239. "font-size": "12px",
  240. "padding": "0px 5px",
  241. "background-color": "#e7eaed",
  242. "border-bottom": "1px solid #cccccc"
  243. },
  244. "moduleSelectContentTitleTextNode": {
  245. "height": "24px",
  246. "margin-right": "120px"
  247. },
  248. "moduleSelectContentTitleButtonNode": {
  249. "height": "24px",
  250. "width": "115px",
  251. "float": "right"
  252. },
  253. "moduleSelectContentTitleButtonActionNode": {
  254. "height": "18px",
  255. "width": "45px",
  256. "text-align": "center",
  257. "line-height": "18px",
  258. "font-size": "12px",
  259. "border": "1px solid #999999",
  260. "border-radius": "5px",
  261. "float": "right",
  262. "margin-left": "3px",
  263. "margin-top": "3px",
  264. "background-color": "#ffffff",
  265. "cursor": "pointer"
  266. },
  267. "moduleSelectContentListNode": {
  268. "min-height": "20px"
  269. },
  270. "moduleSelectContentListItemNode": {
  271. "height": "20px",
  272. "line-height": "20px",
  273. "padding-left": "20px",
  274. "color": "#555555"
  275. },
  276. "moduleStatusInforNode1": {
  277. "height": "24px",
  278. "line-height": "24px",
  279. "font-size": "12px",
  280. "padding": "0px 5px",
  281. "background-color": "#e7eaed",
  282. "border-bottom": "1px solid #cccccc"
  283. },
  284. "moduleStatusInforNode2": {
  285. "height": "24px",
  286. "line-height": "24px",
  287. "font-size": "12px",
  288. "padding": "0px 15px",
  289. },
  290. "moduleNode": {
  291. "width": "300px",
  292. "height": "100px",
  293. "float": "left",
  294. "margin": "20px 10px"
  295. },
  296. "moduleIconNode": {
  297. "width": "100px",
  298. "height": "100px",
  299. "float": "left",
  300. "background": "url(/x_component_AppCenter/$Main/default/icon/default.png) center center no-repeat"
  301. },
  302. "moduleContentNode": {
  303. "margin-left": "110px",
  304. "margin-top": "2px",
  305. "margin-bottom": "2px",
  306. "height": "96px"
  307. },
  308. "moduleNameNode": {
  309. "height": "24px",
  310. "line-height": "24px",
  311. "font-size": "14px",
  312. "font-weight": "bold",
  313. "color": "#333333"
  314. },
  315. "moduleCategoryNode": {
  316. "height": "18px",
  317. "line-height": "18px",
  318. "font-size": "12px",
  319. "color": "#777777"
  320. },
  321. "moduleDescriptionNode": {
  322. "height": "36px",
  323. "line-height": "18px",
  324. "font-size": "12px",
  325. "color": "#999999"
  326. },
  327. "moduleActionNode": {
  328. "height": "16px",
  329. "width": "60px",
  330. "border": "1px solid #999999",
  331. "line-height": "16px",
  332. "font-size": "12px",
  333. "border-radius": "8px",
  334. "color": "#ffffff",
  335. "background-color": "#4c6b87",
  336. "cursor": "pointer",
  337. "text-align": "center"
  338. }
  339. }