css.wcss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. {
  2. "topNode": {
  3. "padding": "3px",
  4. "margin": "0px 0px",
  5. "height": "30px",
  6. "overflow": "hidden"
  7. },
  8. "toolsNode": {
  9. "height": "30px",
  10. "margin-bottom": "2px"
  11. },
  12. "toolsActionNode": {
  13. "padding": "2px 10px",
  14. "border": "1px solid #999",
  15. "background-color": "#e1ecff",
  16. "border-radius": "3px",
  17. "float": "left",
  18. "cursor": "pointer",
  19. "margin-left": "10px"
  20. },
  21. "toolsActionNode_over": {
  22. "padding": "2px 10px",
  23. "border": "1px solid #999",
  24. "background-color": "#bbd5ff",
  25. "border-radius": "3px",
  26. "float": "left",
  27. "cursor": "pointer",
  28. "margin-left": "10px"
  29. },
  30. "toolsMenuActionNode": {
  31. "width": "38px",
  32. "padding": "2px 8px",
  33. "border": "1px solid #999",
  34. "background-color": "#e1ecff",
  35. "border-radius": "3px",
  36. "float": "left",
  37. "cursor": "pointer",
  38. "margin-left": "10px",
  39. "overflow": "hidden"
  40. },
  41. "toolsMenuActionNode_over": {
  42. "width": "38px",
  43. "padding": "2px 8px",
  44. "border": "1px solid #999",
  45. "background-color": "#bbd5ff",
  46. "border-radius": "3px",
  47. "float": "left",
  48. "cursor": "pointer",
  49. "margin-left": "10px",
  50. "overflow": "hidden"
  51. },
  52. "downTextNode": {
  53. "float": "left",
  54. "margin-right": "5px"
  55. },
  56. "downIconNode": {
  57. "float": "right",
  58. "width": "8px",
  59. "height": "20px",
  60. "background": "url("+"../x_component_File/$Main/default/icon/down.png) center center no-repeat"
  61. },
  62. "leftNode": {
  63. "height": "24px",
  64. "width": "24px",
  65. "margin-left": "0px",
  66. "cursor": "pointer",
  67. "float": "left",
  68. "border": "1px solid #999",
  69. "margin-left": "4px",
  70. "border-radius": "3px",
  71. "background": "url("+"../x_component_File/$Main/default/icon/left.png) center center no-repeat"
  72. },
  73. "rightNode": {
  74. "height": "24px",
  75. "width": "24px",
  76. "margin-left": "0px",
  77. "cursor": "pointer",
  78. "float": "left",
  79. "border": "1px solid #999",
  80. "margin-left": "4px",
  81. "border-radius": "3px",
  82. "background": "url("+"../x_component_File/$Main/default/icon/right.png) center center no-repeat"
  83. },
  84. "refreshNode": {
  85. "height": "24px",
  86. "width": "24px",
  87. "margin-left": "0px",
  88. "cursor": "pointer",
  89. "float": "left",
  90. "border": "1px solid #999",
  91. "margin-left": "4px",
  92. "border-radius": "3px",
  93. "background": "url("+"../x_component_File/$Main/default/icon/refresh.png) center center no-repeat"
  94. },
  95. "searchNode": {
  96. "height": "24px",
  97. "width": "190px",
  98. "background-color": "#FFF",
  99. "border-radius": "3px",
  100. "border": "1px solid #999",
  101. "float": "right"
  102. },
  103. "pathNode": {
  104. "height": "24px",
  105. "margin-right": "200px",
  106. "margin-left": "94px",
  107. "background-color": "#FFF",
  108. "border": "1px solid #999",
  109. "border-radius": "3px",
  110. },
  111. "fileContentNode": {
  112. "overflow": "hidden"
  113. },
  114. "folderContentNode": {
  115. "width": "260px",
  116. "height": "100%",
  117. "overflow": "hidden",
  118. "float": "left",
  119. },
  120. "attachmentContentNode": {
  121. "margin-left": "260px",
  122. "height": "100%",
  123. "overflow": "hidden"
  124. },
  125. "resizeContentNode": {
  126. "width": "1px",
  127. "background-color": "#CCC",
  128. "border-top": "1px solid #CCC",
  129. "float": "right",
  130. "height": "100%",
  131. "cursor": "col-resize"
  132. },
  133. "folderTreeAreaNode": {
  134. "height": "100%",
  135. "margin-right": "1px",
  136. "overflow": "hidden",
  137. },
  138. "folderTreeAreaScrollNode": {
  139. "height": "100%",
  140. "overflow": "hidden",
  141. },
  142. "folderTreeNode": {
  143. "padding": "0px",
  144. "overflow": "hidden"
  145. },
  146. "fileContentAreaScrollNode": {
  147. // "margin-left": "260px",
  148. "margin-right": "5px",
  149. "height": "100%",
  150. "overflow": "hidden",
  151. "background-color": "#FFF"
  152. },
  153. "fileContentAreaNode":{
  154. "overflow": "hidden"
  155. },
  156. "attachmentNode": {
  157. "width": "80px",
  158. "height": "120px",
  159. "float": "left",
  160. "margin-left": "20px",
  161. "margin-bottom": "10px",
  162. "margin-top": "10px",
  163. "background": "transparent"
  164. },
  165. "attachmentNode_over": {
  166. "width": "80px",
  167. "height": "120px",
  168. "float": "left",
  169. "margin-left": "20px",
  170. "margin-bottom": "10px",
  171. "background": "#d8e7ff"
  172. },
  173. "attachmentNode_select": {
  174. "width": "80px",
  175. "height": "120px",
  176. "float": "left",
  177. "margin-left": "20px",
  178. "margin-bottom": "10px",
  179. "background": "#aacaff"
  180. },
  181. "attachmentIconNode": {
  182. "width": "80px",
  183. "height": "72px",
  184. "background-position": "center center",
  185. "background-repeat": "no-repeat",
  186. "text-align": "center",
  187. },
  188. "shareIconNode": {
  189. "width": "80px",
  190. "height": "20px",
  191. "background": "url("+"../x_component_File/$Main/default/icon/share.png) center center no-repeat",
  192. "position": "relative",
  193. "z-index":100,
  194. "top": "-56px"
  195. },
  196. "attachmentImgNode": {
  197. "width": "80px",
  198. "height": "72px",
  199. "margin-top": "4px",
  200. "background-position": "center center",
  201. "background-repeat": "no-repeat"
  202. },
  203. "attachmentTextNode": {
  204. "width": "80px",
  205. "height": "36px",
  206. "overflow": "hidden",
  207. "line-height": "18px",
  208. "word-break": "break-all",
  209. "text-align": "center"
  210. },
  211. "pathItemNode": {
  212. "height": "14px",
  213. "margin-top": "2px",
  214. "margin-left": "2px",
  215. "margin-right": "2px",
  216. "line-height": "14px",
  217. "font-size": "12px",
  218. "float": "left",
  219. "padding": "2px",
  220. "border": "1px solid #FFF",
  221. "background-color": "#FFF",
  222. "cursor": "pointer"
  223. },
  224. "pathItemNode_over": {
  225. "height": "14px",
  226. "margin-top": "2px",
  227. "margin-left": "2px",
  228. "margin-right": "2px",
  229. "line-height": "14px",
  230. "font-size": "12px",
  231. "float": "left",
  232. "padding": "2px",
  233. "border": "1px solid #a8c6f8",
  234. "background-color": "#edf3fe",
  235. "cursor": "pointer"
  236. },
  237. "pathItemIconNode": {
  238. "width": "10px",
  239. "height": "24px",
  240. "float": "left",
  241. "background": "url("+"../x_component_File/$Main/default/icon/next.png) center center no-repeat"
  242. },
  243. "dropUploadInforNode": {
  244. "width": "260px",
  245. "height": "60px",
  246. "line-height": "60px",
  247. "opacity": 0,
  248. "border-radius": "5px",
  249. "background-color": "#576d91",
  250. "color": "#FFF",
  251. "font-size": "18px",
  252. "position": "absolute",
  253. "text-align": "center"
  254. },
  255. "createFolderNode": {
  256. "width": "450px",
  257. "height": "160px",
  258. "border-radius": "5px",
  259. "box-shadow": "0px 0px 10px #FFF",
  260. "position": "absolute",
  261. "border": "2px solid #999",
  262. "border-top": "4px solid #5290e5",
  263. "background-color": "#FFF",
  264. "z-index": 100
  265. },
  266. "createFolderTitleNode": {
  267. "height": "30px",
  268. "line-height": "30px",
  269. "text-align": "center",
  270. "font-weight": "bold",
  271. "font-family": "Microsoft YaHei",
  272. "font-size": "14px"
  273. },
  274. "createFolderInforNode": {
  275. "height": "24px",
  276. "line-height": "24px",
  277. "text-align": "center",
  278. "color": "#666",
  279. "font-family": "Microsoft YaHei",
  280. "font-size": "12px",
  281. "text-align": "left",
  282. "margin": "10px 20px 0px 20px"
  283. },
  284. "createFolderInputAreaNode": {
  285. "margin": "0px 20px 20px 20px",
  286. "height": "24px"
  287. },
  288. "createFolderInputNode": {
  289. "width": "407px",
  290. "height": "23px",
  291. "border": "1px solid #666",
  292. },
  293. "shareFileInputNode": {
  294. "width": "407px",
  295. "height": "23px",
  296. "border": "1px solid #F00",
  297. "cursor": "pointer"
  298. },
  299. "createFolderActionNode": {
  300. "margin": "0px 20px",
  301. "border-top": "1px solid #999",
  302. },
  303. "createFolderOkButton": {
  304. "height": "24px",
  305. "width": "80px",
  306. "color": "#FFF",
  307. "background-color": "#42699e",
  308. "border": "1px solid #1e3d67",
  309. "border-radius": "3px",
  310. "float": "right",
  311. "margin-top": "10px",
  312. "margin-left": "10px"
  313. },
  314. "createFolderCancelButton": {
  315. "height": "24px",
  316. "width": "80px",
  317. "color": "#666",
  318. "background-color": "#DFDFDF",
  319. "border": "1px solid #666",
  320. "border-radius": "3px",
  321. "float": "right",
  322. "margin-top": "10px",
  323. "margin-left": "10px"
  324. }
  325. }