css.wcss 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  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": "Microsoft YaHei",
  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. "elementContentNode" : {
  132. "margin-right" : "10px",
  133. "overflow" : "hidden"
  134. },
  135. "viewContainerNode": {
  136. "overflow": "hidden",
  137. "position": "static",
  138. "margin": "0px 10px"
  139. },
  140. "viewContentListNode": {
  141. "overflow": "hidden",
  142. "padding-bottom": "20px",
  143. "margin-right": "10px"
  144. },
  145. "noElementNode": {
  146. "text-align": "center",
  147. "padding": "20px",
  148. "height": "60px",
  149. "line-height": "60px",
  150. "margin-top": "10px",
  151. "margin-left": "0px",
  152. "color": "#888",
  153. "cursor": "pointer",
  154. "font-size": "16px"
  155. },
  156. "viewHeadNode": {
  157. "width":"100%",
  158. "height": "30px",
  159. "background-color": "#f1f3fc",
  160. "color": "#666666",
  161. "font-weight": "bold",
  162. "line-height": "30px",
  163. "font-family": "Microsoft YaHei",
  164. "font-size": "14px"
  165. },
  166. "normalThNode" : {
  167. "background-color" : "#f1f3fc",
  168. "text-align":"center",
  169. "height": "30px",
  170. "border-top": "1px solid #FFF"
  171. },
  172. "normalTdNode" : {
  173. "height": "30px",
  174. "text-align":"center",
  175. "overflow" : "hidden",
  176. //"font-weight" : "bold",
  177. "border-top": "1px solid #FFF",
  178. "border-bottom": "1px solid #CCC"
  179. },
  180. "sortIconNode" : {
  181. "height": "16px",
  182. "width": "16px",
  183. "line-height": "20px",
  184. "margin-top": "5px",
  185. //"float": "left",
  186. "display":"inline-block",
  187. "margin-right": "5px",
  188. "background-position" : "center center",
  189. "background-repeat" : "no-repeat",
  190. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  191. },
  192. "sortIconNode_asc" : {
  193. "height": "16px",
  194. "width": "16px",
  195. "line-height": "20px",
  196. "margin-top": "5px",
  197. //"float": "left",
  198. "display":"inline-block",
  199. "margin-right": "5px",
  200. "background-position" : "center center",
  201. "background-repeat" : "no-repeat",
  202. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  203. },
  204. "sortIconNode_desc" : {
  205. "height": "16px",
  206. "width": "16px",
  207. "line-height": "20px",
  208. "margin-top": "5px",
  209. //"float": "left",
  210. "display":"inline-block",
  211. "margin-right": "5px",
  212. "background-position" : "center center",
  213. "background-repeat" : "no-repeat",
  214. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  215. },
  216. "documentItemNode": {
  217. "overflow": "hidden",
  218. "background-color": "#fcfcfc",
  219. "min-height": "29px",
  220. "overflow": "hidden",
  221. "color": "#666666",
  222. //"line-height": "39px",
  223. "cursor": "pointer",
  224. "font-family": "Microsoft YaHei",
  225. "font-size": "12px"
  226. },
  227. "documentItemNode_noread": {
  228. "background-color": "#fcfcfc"
  229. },
  230. "documentItemDocumentNode_over": {
  231. "background-color": "#f5f6f7"
  232. },
  233. "documentItemDocumentNode_remove": {
  234. "background-color": "#ffcccc"
  235. },
  236. "documentItemDocumentNode":{
  237. "background-color": "#fcfcfc",
  238. "min-height": "29px",
  239. "overflow": "hidden",
  240. "color": "#666666",
  241. //"line-height": "39px",
  242. "cursor": "pointer",
  243. "font-family": "Microsoft YaHei",
  244. "font-size": "12px"
  245. },
  246. "documentActionNode": {
  247. "height": "20px",
  248. "border-radius": "3px",
  249. "border": "1px solid #666",
  250. "width": "20px",
  251. "line-height": "20px",
  252. "margin-top": "10px",
  253. "box-shadow": "1px 1px 2px #CCC",
  254. "color": "#888",
  255. "cursor": "pointer",
  256. "float": "left",
  257. "margin-right": "5px",
  258. "background": "no-repeat center center",
  259. "background-image" : "url(../x_component_Template/$Explorer/default/icon/delete.png)"
  260. },
  261. "documentActionNode_over":{
  262. "box-shadow": "1px 1px 2px #999",
  263. "background": "no-repeat center center",
  264. "background-image": "url(../x_component_Template/$Explorer/default/icon/delete_over.png)",
  265. "background-color": "#666"
  266. },
  267. "documentActionNode_down":{
  268. "box-shadow": "-1px -1px 3px #999 inset"
  269. },
  270. "formMaskNode": {
  271. "width": "100%",
  272. "height": "100%",
  273. "opacity": 0.6,
  274. "position": "absolute",
  275. "background-color": "#CCC",
  276. "top": "0px",
  277. "left": "0px"
  278. },
  279. "formAreaNode": {
  280. "position": "absolute",
  281. "opacity": 0,
  282. "top": "0px"
  283. },
  284. "formNode": {
  285. "background-color": "#FFF",
  286. "width": "80%",
  287. "max-width": "600px",
  288. "box-shadow": "0px 0px 20px #999",
  289. "margin": "auto",
  290. "border-radius": "8px",
  291. "border": "6px solid #666",
  292. "overflow": "hidden"
  293. },
  294. "formNewNode": {
  295. "width": "47px",
  296. "height": "47px",
  297. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  298. },
  299. "formIconNode": {
  300. "width": "47px",
  301. "height": "47px"
  302. },
  303. "formEditNode": {
  304. "width": "47px",
  305. "height": "47px"
  306. },
  307. "formFormNode": {
  308. "border-radius": "8px",
  309. "border": "0px solid #666",
  310. "width": "70%",
  311. "margin": "auto",
  312. "font-size": "16px",
  313. "color": "#666",
  314. "font-family": "Microsoft YaHei"
  315. },
  316. "formOkActionNode": {
  317. "height": "30px",
  318. "width": "85px",
  319. "cursor": "pointer",
  320. "float": "right",
  321. "line-height": "30px",
  322. "padding-left": "65px",
  323. "font-size": "16px",
  324. "font-family": "Microsoft YaHei",
  325. "border-radius": "3px",
  326. "border": "1px solid #354f67",
  327. "color": "#FFF",
  328. "margin-right": "20px",
  329. "margin-top": "20px",
  330. "box-shadow": "0px 0px 0px #666",
  331. "background": "url(../x_component_Template/$Explorer/default/icon/editOk_bg.png) no-repeat"
  332. },
  333. "formCancelActionNode": {
  334. "height": "30px",
  335. "width": "60px",
  336. "cursor": "pointer",
  337. "float": "right",
  338. "line-height": "30px",
  339. "padding-left": "40px",
  340. "font-size": "16px",
  341. "font-family": "Microsoft YaHei",
  342. "border-radius": "3px",
  343. "color": "#FFF",
  344. "margin-top": "20px",
  345. "box-shadow": "0px 0px 0px #666",
  346. "border": "1px solid #999",
  347. "background": "url(../x_component_Template/$Explorer/default/icon/editCancel_bg.png) no-repeat"
  348. }
  349. }