css.wcss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "scriptPropertyNode": {
  3. "overflow": "hidden",
  4. "background": "#FFF",
  5. "height": "100%"
  6. },
  7. "propertyTitleNode": {
  8. "height": "24px",
  9. "line-height": "24px",
  10. "font-size": "12px",
  11. "font-weight": "bold",
  12. "margin": "10px 10px 0px 10px"
  13. },
  14. "propertyTextNode": {
  15. "height": "24px",
  16. "line-height": "24px",
  17. "font-size": "12px",
  18. "margin": "0px 10px",
  19. "color": "#666"
  20. },
  21. "propertyInputNode": {
  22. "display": "block",
  23. "width": "90%",
  24. "margin": "0px 10px",
  25. "border": "1px solid #999",
  26. "height": "20px",
  27. "line-height": "20px"
  28. },
  29. "propertyInputAreaNode": {
  30. "display": "block",
  31. "width": "90%",
  32. "margin": "0px 10px",
  33. "border": "1px solid #999",
  34. "height": "60px",
  35. "overflow": "auto"
  36. },
  37. "includeTitleNode": {
  38. "height": "24px",
  39. "background-color": "#EEE",
  40. "border-bottom": "#999",
  41. "line-height": "24px"
  42. },
  43. "includeTitleActionNode": {
  44. "height": "24px",
  45. "width": "30px",
  46. "background": "url("+"../x_component_process_ScriptDesigner/$Script/default/icon/add.png) no-repeat center center",
  47. "float": "right",
  48. "cursor": "pointer"
  49. },
  50. "includeTitleTextNode": {
  51. "margin": "0px 35px 0px 5px",
  52. "height": "24px"
  53. }
  54. }