css.wcss 955 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "topNode": {
  3. "padding": "3px",
  4. "margin": "0px 0px",
  5. "height": "30px",
  6. "overflow": "hidden"
  7. },
  8. "refreshNode": {
  9. "height": "24px",
  10. "width": "24px",
  11. "margin-left": "0px",
  12. "cursor": "pointer",
  13. "float": "left",
  14. "border": "1px solid #999",
  15. "border-radius": "3px",
  16. "background": "url("+"/x_component_File/$Main/default/icon/refresh.png) center center no-repeat",
  17. },
  18. "searchNode": {
  19. "height": "24px",
  20. "width": "190px",
  21. "background-color": "#FFF",
  22. "border-radius": "3px",
  23. "border": "1px solid #999",
  24. "float": "right"
  25. },
  26. "pathNode": {
  27. "height": "24px",
  28. "margin-right": "200px",
  29. "margin-left": "30px",
  30. "background-color": "#FFF",
  31. "border": "1px solid #999",
  32. "border-radius": "3px",
  33. },
  34. "fileContentNode": {
  35. "overflow": "hidden"
  36. },
  37. "folderTreeAreaNode": {
  38. "width": "260px",
  39. "height": "100%",
  40. "border-right": "1px solid #999"
  41. },
  42. "folderTreeNode": {
  43. "padding": "0px",
  44. "overflow": "hidden"
  45. }
  46. }