css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  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. "setupApplicationNode": {
  38. "float": "left",
  39. "width": "50px",
  40. "height": "50px",
  41. "background": "url(../x_component_AppCenter/$Main/default/icon/setup.png) no-repeat center center",
  42. "cursor": "pointer",
  43. "border-right": "1px solid #EEE",
  44. "border-left": "0px solid #EEE"
  45. },
  46. "emptyNode": {
  47. "height": "60px",
  48. "width": "80%",
  49. "margin": "auto",
  50. "margin-top": "40px",
  51. "text-align": "center",
  52. "font-size": "18px",
  53. "color": "#999999",
  54. "cursor": "pointer"
  55. },
  56. "moduleIconNode": {
  57. "width": "100px",
  58. "height": "100px",
  59. "float": "left",
  60. "background": "url(../x_component_AppMarket/$Main/default/icon/default.png) center center no-repeat"
  61. },
  62. "moduleSetupContentNode": {
  63. "width": "90%",
  64. "margin": "auto",
  65. "overflow": "hidden"
  66. },
  67. "moduleSetupTitleNode": {
  68. "margin-top": "10px",
  69. "height": "100px",
  70. "background-color": "#f1f1f1"
  71. },
  72. "moduleSetupTitleContentNode": {
  73. "margin-left": "110px",
  74. "padding-top": "6px",
  75. "padding-bottom": "2px",
  76. "height": "86px"
  77. },
  78. "moduleSetupNameNode": {
  79. "height": "30px",
  80. "line-height": "30px",
  81. "font-size": "12px",
  82. "font-weight": "bold",
  83. "color": "#333333"
  84. },
  85. "moduleSetupCategoryNode": {
  86. "height": "28px",
  87. "line-height": "28px",
  88. "font-size": "12px",
  89. "font-weight": "bold",
  90. "color": "#333333"
  91. },
  92. "moduleSetupDescriptionNode": {
  93. "height": "28px",
  94. "line-height": "28px",
  95. "font-size": "12px",
  96. "font-weight": "bold",
  97. "color": "#333333"
  98. },
  99. "moduleInputTitleNode":{
  100. "height": "28px",
  101. "line-height": "28px",
  102. "width": "60px",
  103. "float": "left"
  104. },
  105. "moduleInputContentNode": {
  106. "margin-left": "60px",
  107. "height": "100%"
  108. },
  109. "moduleInputNode": {
  110. "height": "20px",
  111. "line-height": "20px",
  112. "width": "90%",
  113. "border": "1px solid #cccccc"
  114. },
  115. "moduleSetupCompareContentNode": {
  116. //"border": "1px solid #cccccc",
  117. "margin-top": "10px",
  118. "overflow": "auto"
  119. },
  120. "moduleLoadingAreaNode": {
  121. "margin": "auto",
  122. "width": "100px"
  123. },
  124. "moduleLoadingImgNode": {
  125. "margin-top": "60px",
  126. "margin-bottom": "60px",
  127. "width": "100px",
  128. "height": "100px",
  129. "border": "0px"
  130. },
  131. "moduleSetupContentInforNode": {
  132. "height": "36px",
  133. "line-height": "36px",
  134. "color": "#666666",
  135. "font-size": "14px",
  136. "padding-left": "6px"
  137. },
  138. "moduleSetupListAreaTitleNode": {
  139. "height": "30px",
  140. "line-height": "30px",
  141. "background-color": "#eeeeee",
  142. "color": "#333333",
  143. "padding-left": "10px",
  144. "font-weight": "bold",
  145. "font-size": "14px"
  146. },
  147. "moduleSetupListAreaContentNode": {
  148. "min-height": "30px"
  149. },
  150. "moduleSetupListContentNode": {
  151. "height": "36px",
  152. "line-height": "36px",
  153. "margin": "0px 10px",
  154. "font-size": "14px",
  155. "color": "#666666",
  156. "background": "transparent",
  157. "border-bottom": "1px solid #eeeeee"
  158. },
  159. "moduleSetupListContentNode_over": {
  160. "height": "36px",
  161. "line-height": "36px",
  162. "margin": "0px 10px",
  163. "font-size": "14px",
  164. "color": "#666666",
  165. "background": "#f3f9ff",
  166. "border-bottom": "1px solid #eeeeee"
  167. },
  168. "moduleSetupListIconNode": {
  169. "height": "36px",
  170. "float": "left",
  171. "width": "36px",
  172. "cursor": "pointer"
  173. },
  174. "moduleSetupListNameNode": {
  175. "height": "36px",
  176. "margin-right": "160px",
  177. "margin-left": "36px",
  178. "overflow": "hidden",
  179. "cursor": "pointer"
  180. },
  181. "moduleSetupListActionNode": {
  182. "height": "36px",
  183. "float": "right",
  184. "width": "60px"
  185. },
  186. "moduleSetupListInforNode": {
  187. "height": "36px",
  188. "float": "right",
  189. "width": "100px"
  190. },
  191. "moduleSelectActionNode": {
  192. "height": "18px",
  193. "line-height": "18px",
  194. "margin-top": "8px",
  195. "width": "40px",
  196. "border-radius": "6px",
  197. "border": "1px solid #999",
  198. "color": "#333",
  199. "text-align": "center",
  200. "font-size": "12px",
  201. "cursor": "pointer"
  202. },
  203. "moduleSelectContentAreaNode": {
  204. "background-color": "#ffffff",
  205. "height": "36px",
  206. "border-radius": "6px",
  207. "position": "absolute"
  208. },
  209. "moduleSelectTitleNode": {
  210. "height": "30px",
  211. "line-height": "30px",
  212. "font-size": "14px",
  213. "color": "#666666",
  214. "border-radius": "6px",
  215. "text-align": "center",
  216. },
  217. "moduleSelectContentNode": {
  218. "border-top": "1px solid #999999",
  219. "border-left": "1px solid #999999",
  220. "border-bottom": "1px solid #cccccc",
  221. "border-right": "1px solid #cccccc",
  222. "background-color": "#ffffff",
  223. "width": "95%",
  224. "margin": "0px auto",
  225. "overflow": "auto"
  226. },
  227. "moduleSelectButtonNode": {
  228. "height": "40px",
  229. "overflow": "hidden"
  230. },
  231. "moduleSelectButtonActionNode": {
  232. "height": "20px",
  233. "width": "50px",
  234. "text-align": "center",
  235. "line-height": "20px",
  236. "font-size": "12px",
  237. "border": "1px solid #999999",
  238. "border-radius": "5px",
  239. "float": "right",
  240. "margin-right": "10px",
  241. "margin-top": "10px",
  242. "background-color": "#ffffff",
  243. "cursor": "pointer"
  244. },
  245. "moduleSelectContentTitleNode": {
  246. "height": "24px",
  247. "line-height": "24px",
  248. "font-size": "12px",
  249. "padding": "0px 5px",
  250. "background-color": "#e7eaed",
  251. "border-bottom": "1px solid #cccccc"
  252. },
  253. "moduleSelectContentTitleTextNode": {
  254. "height": "24px",
  255. "margin-right": "120px"
  256. },
  257. "moduleSelectContentTitleButtonNode": {
  258. "height": "24px",
  259. "width": "115px",
  260. "float": "right"
  261. },
  262. "moduleSelectContentTitleButtonActionNode": {
  263. "height": "18px",
  264. "width": "45px",
  265. "font-weight": "normal",
  266. "text-align": "center",
  267. "line-height": "18px",
  268. "font-size": "12px",
  269. "border": "1px solid #999999",
  270. "border-radius": "5px",
  271. "float": "right",
  272. "margin-left": "3px",
  273. "margin-top": "3px",
  274. "background-color": "#ffffff",
  275. "cursor": "pointer"
  276. },
  277. "moduleSelectContentListNode": {
  278. "min-height": "20px"
  279. },
  280. "moduleSelectContentListItemNode": {
  281. "overflow": "hidden",
  282. "min-height": "20px",
  283. "line-height": "20px",
  284. "padding-left": "20px",
  285. "color": "#555555"
  286. },
  287. "moduleStatusInforNode1": {
  288. "height": "24px",
  289. "line-height": "24px",
  290. "font-size": "12px",
  291. "padding": "0px 5px",
  292. "background-color": "#e7eaed",
  293. "border-bottom": "1px solid #cccccc"
  294. },
  295. "moduleStatusInforNode2": {
  296. "height": "24px",
  297. "line-height": "24px",
  298. "font-size": "12px",
  299. "padding": "0px 15px",
  300. },
  301. "moduleNode": {
  302. "width": "300px",
  303. "height": "100px",
  304. "float": "left",
  305. "margin": "20px 10px"
  306. },
  307. "moduleContentNode": {
  308. "margin-left": "110px",
  309. "margin-top": "2px",
  310. "margin-bottom": "2px",
  311. "height": "96px"
  312. },
  313. "moduleNameNode": {
  314. "height": "24px",
  315. "line-height": "24px",
  316. "font-size": "14px",
  317. "font-weight": "bold",
  318. "color": "#333333"
  319. },
  320. "moduleCategoryNode": {
  321. "height": "18px",
  322. "line-height": "18px",
  323. "font-size": "12px",
  324. "color": "#777777"
  325. },
  326. "moduleDescriptionNode": {
  327. "height": "36px",
  328. "line-height": "18px",
  329. "font-size": "12px",
  330. "color": "#999999"
  331. },
  332. "moduleActionNode": {
  333. "height": "16px",
  334. "width": "50px",
  335. "border": "1px solid #999999",
  336. "line-height": "16px",
  337. "font-size": "12px",
  338. "border-radius": "8px",
  339. "color": "#ffffff",
  340. "background-color": "#4c6b87",
  341. "cursor": "pointer",
  342. "text-align": "center",
  343. "float": "left"
  344. },
  345. "moduleDeleteActionNode": {
  346. "height": "16px",
  347. "width": "50px",
  348. "border": "1px solid #999999",
  349. "line-height": "16px",
  350. "font-size": "12px",
  351. "border-radius": "8px",
  352. "color": "#ffffff",
  353. "background-color": "rgb(208, 126, 14)",
  354. "cursor": "pointer",
  355. "text-align": "center",
  356. "margin-left": "125px"
  357. },
  358. "moduleSetupIconNode": {
  359. "width": "130px",
  360. "height": "130px",
  361. "background": "url(../x_component_AppMarket/$Main/default/icon/logo1.png) center center no-repeat"
  362. },
  363. "moduleSetupIconAreaNode": {
  364. "width": "130px",
  365. "height": "130px",
  366. "background-color": "#666666",
  367. "overflow": "hidden",
  368. "float": "left"
  369. },
  370. "moduleSetupTitleNode2": {
  371. "margin-top": "10px",
  372. "height": "130px",
  373. "background-color": "#ffffff"
  374. },
  375. "moduleSetupTitleContentNode2": {
  376. "margin-left": "140px",
  377. "padding-top": "10px",
  378. "padding-bottom": "10px",
  379. "height": "110px"
  380. },
  381. "moduleSetupNameNode2": {
  382. "height": "30px",
  383. "line-height": "30px",
  384. "font-size": "16px",
  385. "font-weight": "bold",
  386. "color": "#333333"
  387. },
  388. "moduleSetupCategoryNode2": {
  389. "height": "20px",
  390. "line-height": "20px",
  391. "font-size": "12px",
  392. "color": "#777777"
  393. },
  394. "moduleSetupDescriptionNode2": {
  395. "height": "40px",
  396. "line-height": "20px",
  397. "font-size": "12px",
  398. "color": "#999999"
  399. },
  400. "moduleSetupListAreaTitleNode2": {
  401. "height": "30px",
  402. "line-height": "30px",
  403. "background-color": "#dddddd",
  404. "color": "#333333",
  405. "padding-left": "10px",
  406. "font-weight": "bold",
  407. "font-size": "14px"
  408. },
  409. "moduleSetupListAreaContentNode2": {
  410. "min-height": "30px",
  411. "background-color": "#ffffff"
  412. }
  413. }