css.wcss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. {
  2. "toolbarNode": {
  3. "width":"100%",
  4. "overflow": "hidden",
  5. //"border-bottom": "1px solid #999",
  6. "margin-left" : "1px",
  7. "height": "38px",
  8. "margin-bottom": "10px",
  9. "padding-left" :"5px",
  10. "background-color": "#476783"
  11. //"background-color": "#EEE"
  12. },
  13. "toolbarItemNode": {
  14. //"width": "68px",
  15. "height": "25px",
  16. "line-height": "25px",
  17. "float": "left",
  18. "margin-left": "5px",
  19. "margin-top": "4px",
  20. "padding-right": "8px",
  21. "cursor": "pointer",
  22. "background-color": "#FFF",
  23. "border": "1px solid #AAA",
  24. "line-height": "normal",
  25. "color":"#666",
  26. "border-radius":"3px"
  27. },
  28. "toolbarItemRightNode": {
  29. //"width": "68px",
  30. "height": "25px",
  31. "line-height": "25px",
  32. "float": "right",
  33. "margin-right": "15px",
  34. "margin-top": "4px",
  35. "padding-right": "8px",
  36. "cursor": "pointer",
  37. "background-color": "#FFF",
  38. "border": "1px solid #AAA",
  39. "line-height": "normal",
  40. "color":"#666",
  41. "border-radius":"3px"
  42. },
  43. "toolbarItemNode_over": {
  44. "background-color": "#FFF",
  45. "border": "2px solid #FFF"
  46. },
  47. "toolbarItemNode_current": {
  48. "background-color": "#FFF",
  49. "border": "2px solid #FFF"
  50. },
  51. "toolbarItemNode_down": {
  52. "border-top": "2px solid #CCC",
  53. "border-left": "2px solid #CCC",
  54. "border-right": "2px solid #FFF",
  55. "border-bottom": "2px solid #FFF",
  56. "background-color": "#FFF"
  57. },
  58. "toolbarItemIconNode": {
  59. "width": "30px",
  60. "height": "25px",
  61. "float" :"left",
  62. "background-repeat": "no-repeat",
  63. "background-position": "8px center"
  64. },
  65. "toolbarItemTextNode": {
  66. "float":"left",
  67. "text-align": "left",
  68. "line-height" :"25px",
  69. "font-family": "微软雅黑",
  70. "font-size": "14px"
  71. },
  72. "toolbarSeparatorNode": {
  73. "float":"left",
  74. "border-left" : "1px solid #fff"
  75. },
  76. "fileterNode": {
  77. "overflow": "hidden",
  78. //"border-bottom": "1px solid #999",
  79. "margin-left" : "10px",
  80. "margin-right" : "20px",
  81. "height": "38px",
  82. "margin-bottom": "5px",
  83. "margin-top": "5px",
  84. "padding-left" :"5px",
  85. "background-color": "#fff",
  86. "border-bottom" : "1px solid #ddd"
  87. //"background-color": "#EEE"
  88. },
  89. "filterTable" : {
  90. "width" : "600px",
  91. "color" : "#666",
  92. "font-size" : "14px"
  93. },
  94. "filterTableTitle" : {
  95. "text-align" : "right"
  96. },
  97. "filterTableValue" : {
  98. "text-align" : "left"
  99. },
  100. "filterButton" :{
  101. "cursor" : "pointer",
  102. "height" : "24px",
  103. "line-height" : "24px",
  104. "background-color" : "#fff",
  105. "border" : "1px solid #ccc"
  106. },
  107. // "viewViewNode": {
  108. // "margin-left":"8px",
  109. // "line-height": "24px"
  110. // },
  111. // "viewNode": {
  112. // "float": "left",
  113. // "margin-top" : "5px",
  114. // "margin-left": "10px",
  115. // "margin-right": "10px",
  116. // "color": "#666",
  117. // "cursor": "pointer",
  118. // "font-size": "14px",
  119. // "font-weight": "normal"
  120. // },
  121. // "viewNode_current": {
  122. // "float": "left",
  123. // "margin-top" : "5px",
  124. // "margin-left": "10px",
  125. // "margin-right": "10px",
  126. // "color": "#666",
  127. // "cursor": "pointer",
  128. // "font-size": "16px",
  129. // "font-weight": "bold"
  130. // },
  131. "viewContainerNode": {
  132. "overflow": "hidden",
  133. "position": "static",
  134. "margin": "0px 10px"
  135. },
  136. "viewContentListNode": {
  137. "overflow": "hidden",
  138. "padding-bottom": "20px",
  139. "margin-right": "10px"
  140. },
  141. "noElementNode": {
  142. "text-align": "center",
  143. "padding": "20px",
  144. "height": "60px",
  145. "line-height": "60px",
  146. "margin-top": "10px",
  147. "margin-left": "0px",
  148. "color": "#888",
  149. "cursor": "pointer",
  150. "font-size": "16px"
  151. },
  152. "viewHeadNode": {
  153. "width":"100%",
  154. "height": "30px",
  155. "background-color": "#f1f3fc",
  156. "color": "#666666",
  157. "font-weight": "bold",
  158. "line-height": "30px",
  159. "font-family": "微软雅黑",
  160. "font-size": "14px"
  161. },
  162. "normalThNode" : {
  163. "background-color" : "#f1f3fc",
  164. "text-align":"center",
  165. "height": "30px",
  166. "border-top": "1px solid #FFF"
  167. },
  168. "normalTdNode" : {
  169. "height": "30px",
  170. "text-align":"center",
  171. "overflow" : "hidden",
  172. //"font-weight" : "bold",
  173. "border-top": "1px solid #FFF",
  174. "border-bottom": "1px solid #CCC"
  175. },
  176. "sortIconNode" : {
  177. "height": "16px",
  178. "width": "16px",
  179. "line-height": "20px",
  180. "margin-top": "5px",
  181. //"float": "left",
  182. "display":"inline-block",
  183. "margin-right": "5px",
  184. "background-position" : "center center",
  185. "background-repeat" : "no-repeat",
  186. "background-image" : "url(/x_component_Execution/$Explorer/default/icon/dblsort.gif)"
  187. },
  188. "sortIconNode_asc" : {
  189. "height": "16px",
  190. "width": "16px",
  191. "line-height": "20px",
  192. "margin-top": "5px",
  193. //"float": "left",
  194. "display":"inline-block",
  195. "margin-right": "5px",
  196. "background-position" : "center center",
  197. "background-repeat" : "no-repeat",
  198. "background-image" : "url(/x_component_Execution/$Explorer/default/icon/dblasc.gif)"
  199. },
  200. "sortIconNode_desc" : {
  201. "height": "16px",
  202. "width": "16px",
  203. "line-height": "20px",
  204. "margin-top": "5px",
  205. //"float": "left",
  206. "display":"inline-block",
  207. "margin-right": "5px",
  208. "background-position" : "center center",
  209. "background-repeat" : "no-repeat",
  210. "background-image" : "url(/x_component_Execution/$Explorer/default/icon/dbldesc.gif)"
  211. },
  212. "documentNode": {
  213. "overflow": "hidden",
  214. "background-color": "#fcfcfc",
  215. "min-height": "29px",
  216. "overflow": "hidden",
  217. "color": "#666666",
  218. //"line-height": "39px",
  219. "cursor": "pointer",
  220. "font-family": "微软雅黑",
  221. "font-size": "12px"
  222. },
  223. "documentNode_noread": {
  224. "background-color": "#fcfcfc"
  225. },
  226. "documentNode_over": {
  227. "background-color": "#f5f6f7"
  228. },
  229. "documentNode_remove": {
  230. "background-color": "#ffcccc"
  231. },
  232. "documentNode":{
  233. "background-color": "#fcfcfc",
  234. "min-height": "29px",
  235. "overflow": "hidden",
  236. "color": "#666666",
  237. //"line-height": "39px",
  238. "cursor": "pointer",
  239. "font-family": "微软雅黑",
  240. "font-size": "12px"
  241. },
  242. "documentActionNode": {
  243. "height": "20px",
  244. "border-radius": "3px",
  245. "border": "1px solid #666",
  246. "width": "20px",
  247. "line-height": "20px",
  248. "margin-top": "10px",
  249. "box-shadow": "1px 1px 2px #CCC",
  250. "color": "#888",
  251. "cursor": "pointer",
  252. "float": "left",
  253. "margin-right": "5px",
  254. "background": "no-repeat center center",
  255. "background-image" : "url(/x_component_Execution/$Explorer/default/icon/delete.png)"
  256. },
  257. "documentActionNode_over":{
  258. "box-shadow": "1px 1px 2px #999",
  259. "background": "no-repeat center center",
  260. "background-image": "url(/x_component_Execution/$Explorer/default/icon/delete_over.png)",
  261. "background-color": "#666"
  262. },
  263. "documentActionNode_down":{
  264. "box-shadow": "-1px -1px 3px #999 inset"
  265. },
  266. "formMarkNode": {
  267. "width": "100%",
  268. "height": "100%",
  269. "opacity": 0.6,
  270. "position": "absolute",
  271. "background-color": "#CCC",
  272. "top": "0px",
  273. "left": "0px"
  274. },
  275. "formAreaNode": {
  276. "position": "absolute",
  277. "opacity": 0,
  278. "top": "0px"
  279. },
  280. "formNode": {
  281. "background-color": "#FFF",
  282. "width": "80%",
  283. "max-width": "600px",
  284. "box-shadow": "0px 0px 20px #999",
  285. "margin": "auto",
  286. "border-radius": "8px",
  287. "border": "6px solid #666",
  288. "overflow": "hidden"
  289. },
  290. "formNewNode": {
  291. "width": "47px",
  292. "height": "47px",
  293. "background": "url(/x_component_Execution/$Explorer/default/icon/new.png) no-repeat"
  294. },
  295. "formIconNode": {
  296. "width": "47px",
  297. "height": "47px"
  298. },
  299. "formEditNode": {
  300. "width": "47px",
  301. "height": "47px"
  302. },
  303. "formFormNode": {
  304. "border-radius": "8px",
  305. "border": "0px solid #666",
  306. "width": "70%",
  307. "margin": "auto",
  308. "font-size": "16px",
  309. "color": "#666",
  310. "font-family": "微软雅黑"
  311. },
  312. "formOkActionNode": {
  313. "height": "30px",
  314. "width": "85px",
  315. "cursor": "pointer",
  316. "float": "right",
  317. "line-height": "30px",
  318. "padding-left": "65px",
  319. "font-size": "16px",
  320. "font-family": "微软雅黑",
  321. "border-radius": "3px",
  322. "border": "1px solid #354f67",
  323. "color": "#FFF",
  324. "margin-right": "20px",
  325. "margin-top": "20px",
  326. "box-shadow": "0px 0px 0px #666",
  327. "background": "url(/x_component_Execution/$Explorer/default/icon/editOk_bg.png) no-repeat"
  328. },
  329. "formCancelActionNode": {
  330. "height": "30px",
  331. "width": "60px",
  332. "cursor": "pointer",
  333. "float": "right",
  334. "line-height": "30px",
  335. "padding-left": "40px",
  336. "font-size": "16px",
  337. "font-family": "微软雅黑",
  338. "border-radius": "3px",
  339. "color": "#FFF",
  340. "margin-top": "20px",
  341. "box-shadow": "0px 0px 0px #666",
  342. "border": "1px solid #999",
  343. "background": "url(/x_component_Execution/$Explorer/default/icon/editCancel_bg.png) no-repeat"
  344. }
  345. }