css.wcss 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. {
  2. "toolbarAreaNode": {
  3. "height": "50px",
  4. "margin": "0px 0px",
  5. "background-color": "#000",
  6. "overflow": "hidden",
  7. "width": "100%",
  8. "opacity": "0.7"
  9. },
  10. "createApplicationNode": {
  11. "float": "left",
  12. "width": "50px",
  13. "height": "50px",
  14. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/createCategory.png) no-repeat center center",
  15. "cursor": "pointer",
  16. "border-right": "1px solid #EEE",
  17. "border-left": "0px solid #EEE"
  18. },
  19. "searchApplicationNode": {
  20. "margin-left": "81px",
  21. "overflow": "hidden"
  22. },
  23. "searchApplicationButtonNode": {
  24. "float": "right",
  25. "width": "50px",
  26. "height": "50px",
  27. "margin-right": "10px",
  28. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/searchCategory.png) no-repeat center center",
  29. "cursor": "pointer"
  30. },
  31. "searchApplicationInputAreaNode": {
  32. "margin-right": "80px",
  33. "text-align": "right"
  34. },
  35. "searchApplicationInputBoxNode": {
  36. "margin-top": "13px",
  37. "width": "50%",
  38. "max-width": "400px",
  39. "height": "24px",
  40. "border-radius": "5px",
  41. "background-color": "#EEE",
  42. "float": "right",
  43. "text-align": "center"
  44. },
  45. "searchApplicationInputNode": {
  46. "width": "96%",
  47. "height": "22px",
  48. "border": "0px",
  49. "font-family": "微软雅黑",
  50. "font-size": "14px",
  51. "color": "#999",
  52. "background": "transparent",
  53. "-webkit-user-select": "auto",
  54. "-moz-user-select": "auto"
  55. },
  56. "categoryAreaNode":{
  57. "height": "50px",
  58. "overflow": "hidden",
  59. "background-color": "#FFF"
  60. },
  61. "allCategoryItemNode": {
  62. "padding": "10px",
  63. "line-height": "30px",
  64. "height": "28px",
  65. "overflow": "hidden",
  66. "font-size": "18px",
  67. "font-family": "微软雅黑",
  68. "font-weight": "bold",
  69. "float": "left",
  70. "cursor": "pointer",
  71. "border-bottom": "2px solid #FFF"
  72. },
  73. "allCategoryItemNode_over": {
  74. "border-bottom": "2px solid #4d71eb"
  75. },
  76. "allCategoryItemNode_current": {
  77. "border-bottom": "2px solid #2b2b2b"
  78. },
  79. "categoryItemNode": {
  80. "padding": "10px",
  81. "line-height": "30px",
  82. "height": "28px",
  83. "overflow": "hidden",
  84. "font-size": "14px",
  85. "font-family": "微软雅黑",
  86. "float": "left",
  87. "cursor": "pointer",
  88. "border-bottom": "2px solid #FFF"
  89. },
  90. "categoryActionNode": {
  91. "float": "right",
  92. "margin-right": "20px",
  93. "padding": "4px 14px",
  94. "border": "1px solid #666",
  95. "border-radius": "3px",
  96. "margin-top": "10px",
  97. "font-size": "14px",
  98. "color": "#666",
  99. "cursor": "pointer"
  100. },
  101. "importActionNode": {
  102. "float": "right",
  103. "margin-right": "20px",
  104. "padding": "4px 14px",
  105. "border": "1px solid #666",
  106. "border-radius": "3px",
  107. "margin-top": "10px",
  108. "font-size": "14px",
  109. "color": "#666",
  110. "cursor": "pointer"
  111. },
  112. "categoryItemNode_over": {
  113. "border-bottom": "2px solid #4d71eb"
  114. },
  115. "categoryItemNode_current": {
  116. "border-bottom": "2px solid #2b2b2b"
  117. },
  118. "applicationAreaNode": {
  119. "overflow": "auto"
  120. },
  121. "applicationContentNode": {
  122. "overflow": "hidden",
  123. "margin": "auto",
  124. "padding-bottom": "20px"
  125. },
  126. "applicationCreateMarkNode": {
  127. "opacity": 0.6,
  128. "position": "absolute",
  129. "background-color": "#CCC",
  130. "top": "0px",
  131. "left": "0px"
  132. },
  133. "applicationCreateAreaNode": {
  134. "position": "absolute",
  135. "opacity": 0,
  136. "top": "0px"
  137. },
  138. "applicationCreateNode": {
  139. "background-color": "#FFF",
  140. "width": "80%",
  141. "max-width": "600px",
  142. "box-shadow": "0px 0px 20px #999",
  143. "margin": "auto",
  144. "border-radius": "8px",
  145. "border": "6px solid #666",
  146. "overflow": "hidden"
  147. },
  148. "applicationCreateNewNode": {
  149. "width": "47px",
  150. "height": "47px",
  151. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/new.png) no-repeat"
  152. },
  153. "applicationCreateFormNode": {
  154. "border-radius": "8px",
  155. "border": "0px solid #666",
  156. "width": "70%",
  157. "margin": "auto",
  158. "font-size": "16px",
  159. "color": "#666",
  160. "font-family": "微软雅黑"
  161. },
  162. "applicationCreateOkActionNode": {
  163. "height": "30px",
  164. "width": "85px",
  165. "cursor": "pointer",
  166. "float": "right",
  167. "line-height": "30px",
  168. "padding-left": "65px",
  169. "font-size": "16px",
  170. "font-family": "微软雅黑",
  171. "border-radius": "3px",
  172. "border": "1px solid #354f67",
  173. "color": "#FFF",
  174. "margin-right": "20px",
  175. "margin-top": "20px",
  176. "box-shadow": "0px 0px 0px #666",
  177. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/editOk_bg.png) no-repeat"
  178. },
  179. "applicationCreateCancelActionNode": {
  180. "height": "30px",
  181. "width": "60px",
  182. "cursor": "pointer",
  183. "float": "right",
  184. "line-height": "30px",
  185. "padding-left": "40px",
  186. "font-size": "16px",
  187. "font-family": "微软雅黑",
  188. "border-radius": "3px",
  189. "color": "#FFF",
  190. "margin-top": "20px",
  191. "box-shadow": "0px 0px 0px #666",
  192. "border": "1px solid #999",
  193. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/editCancel_bg.png) no-repeat"
  194. },
  195. "applicationItemNode": {
  196. "width": "260px",
  197. "overflow": "hidden",
  198. "float": "left",
  199. "margin-left": "20px",
  200. "margin-top": "20px",
  201. "border": "1px solid #BBB",
  202. "box-shadow": "0px 0px 0px #BBB",
  203. "background-color": "#FFF"
  204. },
  205. "applicationItemNode_select": {
  206. "border": "1px solid #e97070",
  207. "box-shadow": "0px 0px 10px #e97070"
  208. },
  209. "applicationItemTopNode": {
  210. "height": "80px",
  211. "cursor": "pointer"
  212. },
  213. "applicationItemTopNode_select": {
  214. "background-color": "#e97070"
  215. },
  216. "applicationItemNewNode": {
  217. "width": "47px",
  218. "height": "47px",
  219. "position": "relative",
  220. "top": "-80px",
  221. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/new.png) no-repeat right"
  222. },
  223. "applicationItemIconNode": {
  224. "width": "80px",
  225. "height": "80px",
  226. "float": "left",
  227. "background-repeat": "no-repeat",
  228. "background-position": "center center"
  229. },
  230. "applicationItemTitileNode": {
  231. "margin-left": "80px",
  232. "margin-right": "26px",
  233. "height": "80px"
  234. },
  235. "applicationItemDelActionNode": {
  236. "width": "22px",
  237. "height": "26px",
  238. "float": "right",
  239. "opacity": 0,
  240. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/delete.png) no-repeat center center"
  241. },
  242. "applicationItemExportActionNode": {
  243. "width": "22px",
  244. "height": "26px",
  245. "float": "right",
  246. "opacity": 0,
  247. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/export.png) no-repeat center center"
  248. },
  249. "applicationItemDelActionNode_select": {
  250. "opacity": 1,
  251. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/delete_red.png) no-repeat center center"
  252. },
  253. "deleteElementsNode":{
  254. "position": "absolute",
  255. "background-color": "#c04444",
  256. "border": "2px solid #FFF",
  257. "border-radius": "5px",
  258. "box-shadow": "0px 0px 10px #999",
  259. "cursor": "pointer",
  260. "color": "#FFF",
  261. "padding": "5px 10px"
  262. },
  263. "applicationItemNameNode": {
  264. "overflow": "hidden",
  265. "height": "30px",
  266. "font-size": "18px",
  267. "font-family": "微软雅黑",
  268. "font-weight": "bold",
  269. "line-height": "40px",
  270. "color": "#FFF"
  271. },
  272. "applicationItemTypeNode": {
  273. "height": "30px",
  274. "font-size": "14px",
  275. "font-family": "微软雅黑",
  276. "line-height": "40px",
  277. "color": "#EEE"
  278. },
  279. "applicationItemInforNode": {
  280. "border-top": "1px solid #BBB",
  281. "overflow": "hidden"
  282. },
  283. "applicationItemDescriptionNode": {
  284. "overflow": "hidden",
  285. "color": "#999",
  286. "padding": "5px"
  287. },
  288. "applicationItemElNode": {
  289. "overflow": "hidden"
  290. },
  291. "applicationItemElTitleNode": {
  292. "font-size": "14px",
  293. "font-weight": "bold",
  294. "font-family": "微软雅黑",
  295. "color": "#333",
  296. "padding": "0px 5px 5px 5px"
  297. },
  298. "applicationItemElListNode": {
  299. "color": "#666",
  300. "height": "40px",
  301. "overflow": "hidden",
  302. "line-height": "20px",
  303. "padding": "0px 5px 5px 15px"
  304. },
  305. "noApplicationNode": {
  306. "text-align": "center",
  307. "padding": "20px",
  308. "height": "60px",
  309. "line-height": "60px",
  310. "margin-top": "10px",
  311. "margin-left": "0px",
  312. "color": "#888",
  313. "cursor": "pointer",
  314. "font-size": "16px"
  315. },
  316. "applicationItemDateNode": {
  317. "height": "30px",
  318. "line-height": "30px",
  319. "color": "#999",
  320. "text-align": "right",
  321. "margin-right": "20px"
  322. },
  323. "listItemNode": {
  324. "height": "20px",
  325. "width": "110px",
  326. "float": "left",
  327. "line-height": "20px",
  328. "cursor": "pointer",
  329. "overflow": "hidden",
  330. "margin-right": "10px"
  331. }
  332. }