css.wcss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "50px",
  5. "background-color": "#4c6b87"
  6. },
  7. "titleTextNode": {
  8. "padding-left": "20px",
  9. "color": "#333333",
  10. "font-size": "18px",
  11. "line-height": "50px",
  12. "font-weight": "bold",
  13. "width": "160px",
  14. "float": "left"
  15. },
  16. "contentNode": {
  17. "overflow": "hidden",
  18. "background-color": "#dddddd",
  19. "position": "absolute",
  20. "border-radius": "10px",
  21. //"background-color": "#f1f1f1",
  22. "box-shadow": "0px 0px 30px #333333",
  23. "border": "5px solid #666666",
  24. "width": "1px",
  25. "height": "1px",
  26. "-webkit-user-select": "none",
  27. "-moz-user-select": "none"
  28. },
  29. "contentNodeFlat": {
  30. "overflow": "hidden",
  31. "background-color": "#f0f0f0",
  32. "position": "absolute",
  33. "border-radius": "10px",
  34. "box-shadow": "0px",
  35. "border": "0px solid #666666",
  36. "width": "1px",
  37. "height": "1px",
  38. "-webkit-user-select": "none",
  39. "-moz-user-select": "none"
  40. },
  41. "contentNodeTo": {
  42. "width": "680px",
  43. "height": "350px"
  44. },
  45. "titleAreaNode": {
  46. "height": "70px",
  47. "line-height": "70px"
  48. },
  49. "titleAreaTextNode": {
  50. "height": "70px",
  51. "line-height": "70px",
  52. "font-size": "18px",
  53. "color": "#333333",
  54. "text-align": "center",
  55. "margin-right": "60px",
  56. },
  57. "closeNode": {
  58. "height": "70px",
  59. "width": "60px",
  60. "background": "url("+"../x_component_ControlPanel/$Main/default/close.png) center center no-repeat",
  61. "cursor": "pointer",
  62. "float": "right"
  63. },
  64. "contentAreaNode": {
  65. "padding": "0px 0px 20px 0px",
  66. "overflow": "auto",
  67. "margin": "auto",
  68. "width": "600px"
  69. //"background-color": "#ffffff"
  70. },
  71. "applicationMenuNode": {
  72. "float": "left",
  73. "margin": "10px",
  74. "width": "100px",
  75. "height": "120px",
  76. "text-align": "center",
  77. "cursor": "pointer"
  78. },
  79. "applicationMenuIconNode": {
  80. "width": "100px",
  81. "height": "80px",
  82. "background-repeat": "no-repeat",
  83. "background-position": "center center"
  84. },
  85. "applicationMenuTextNode": {
  86. "height": "40px",
  87. "line-height": "20px",
  88. "font-family": "Microsoft YaHei",
  89. "font-size": "14px",
  90. "color": "#333333"
  91. }
  92. }