css.wcss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "50px",
  5. "background-color": "#4c6b87"
  6. },
  7. "titleTextNode": {
  8. "padding-left": "20px",
  9. "color": "#FFF",
  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. "contentNodeTo": {
  30. "width": "800px",
  31. "height": "220px"
  32. },
  33. "titleAreaNode": {
  34. "height": "70px",
  35. "line-height": "70px"
  36. },
  37. "titleAreaTextNode": {
  38. "height": "70px",
  39. "line-height": "70px",
  40. "font-size": "18px",
  41. "color": "#333333",
  42. "text-align": "center",
  43. "margin-right": "60px",
  44. },
  45. "closeNode": {
  46. "height": "70px",
  47. "width": "60px",
  48. "background": "url("+"../x_component_DesignCenter/$Main/default/close.png) center center no-repeat",
  49. "cursor": "pointer",
  50. "float": "right"
  51. },
  52. "contentAreaNode": {
  53. "padding": "0px 0px 20px 0px",
  54. "width": "620px",
  55. "margin": "auto",
  56. "overflow": "auto",
  57. //"background-color": "#ffffff"
  58. },
  59. "applicationMenuNode": {
  60. "float": "left",
  61. "margin": "10px",
  62. "width": "100px",
  63. "height": "120px",
  64. "text-align": "center",
  65. "cursor": "pointer"
  66. },
  67. "applicationMenuIconNode": {
  68. "width": "100px",
  69. "height": "80px",
  70. "background-repeat": "no-repeat",
  71. "background-position": "center center"
  72. },
  73. "applicationMenuTextNode": {
  74. "height": "40px",
  75. "line-height": "20px",
  76. "font-family": "Microsoft YaHei",
  77. "font-size": "14px",
  78. "color": "#333333"
  79. }
  80. }