css.wcss 9.2 KB

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