css.wcss 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "content": {
  3. "height": "430px",
  4. "width": "355px",
  5. "background-color": "#EEE",
  6. "overflow": "hidden",
  7. "border": "3px solid #666",
  8. "border-radius": "10px",
  9. "box-shadow": "0px 0px 15px #666",
  10. "position": "absolute",
  11. "z-index":101
  12. },
  13. "titleNode": {
  14. "height": "29px",
  15. "border-bottom": "0px solid #666",
  16. "padding": "0px 5px",
  17. "line-height": "29px"
  18. },
  19. "contentNode": {
  20. "height": "360px",
  21. "background-color": "#FFF",
  22. "border-top": "1px solid #666",
  23. "border-left": "1px solid #666",
  24. "border-bottom": "1px solid #CCC",
  25. "border-right": "1px solid #CCC",
  26. "margin": "0px 5px"
  27. },
  28. "buttonAreaNode": {
  29. "height": "40px"
  30. },
  31. "okButton": {
  32. "height": "24px",
  33. "text-align": "center",
  34. "line-height": "24px",
  35. "border": "1px solid #666",
  36. "color": "#FFF",
  37. "background-color": "#4c6b87",
  38. "border-radius": "3px",
  39. "width": "80px",
  40. "float": "right",
  41. "margin-right": "8px",
  42. "margin-top": "8px",
  43. "cursor": "pointer"
  44. },
  45. "button": {
  46. "height": "24px",
  47. "text-align": "center",
  48. "line-height": "24px",
  49. "border": "1px solid #666",
  50. "color": "#666",
  51. "border-radius": "3px",
  52. "width": "80px",
  53. "float": "right",
  54. "margin-right": "8px",
  55. "margin-top": "8px",
  56. "cursor": "pointer"
  57. },
  58. "textarea": {
  59. "width": "340px",
  60. "height": "355px",
  61. "border": "0px"
  62. },
  63. "progressBarNode": {
  64. "height": "60px",
  65. "width": "400px",
  66. "background-color": "#EEE",
  67. "overflow": "hidden",
  68. "border": "3px solid #666",
  69. "border-radius": "10px",
  70. "box-shadow": "0px 0px 15px #666",
  71. "position": "absolute",
  72. "z-index":101
  73. },
  74. "progressBarTextNode": {
  75. "height": "20px",
  76. "line-height": "20px",
  77. "color": "#555",
  78. "width": "360px",
  79. "margin": "10px auto 5px auto"
  80. },
  81. "progressBar": {
  82. "height": "8px",
  83. "width": "358px",
  84. "border": "1px solid #666",
  85. "background-color": "#FFF",
  86. "border-radius": "3px",
  87. "margin": "0px 20px"
  88. },
  89. "progressBarPercent": {
  90. "height": "8px",
  91. "width": "0px",
  92. "background-color": "#4c6b87"
  93. }
  94. }