css.wcss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. "overflow": "auto",
  27. "margin": "0px 5px"
  28. },
  29. "buttonAreaNode": {
  30. "height": "40px"
  31. },
  32. "okButton": {
  33. "height": "24px",
  34. "text-align": "center",
  35. "line-height": "24px",
  36. "border": "1px solid #666",
  37. "color": "#FFF",
  38. "background-color": "#4c6b87",
  39. "border-radius": "3px",
  40. "width": "80px",
  41. "float": "right",
  42. "margin-right": "8px",
  43. "margin-top": "8px",
  44. "cursor": "pointer"
  45. },
  46. "button": {
  47. "height": "24px",
  48. "text-align": "center",
  49. "line-height": "24px",
  50. "border": "1px solid #666",
  51. "color": "#666",
  52. "border-radius": "3px",
  53. "width": "80px",
  54. "float": "right",
  55. "margin-right": "8px",
  56. "margin-top": "8px",
  57. "cursor": "pointer"
  58. },
  59. "listTitleNodeArea": {
  60. "height": "24px",
  61. "line-height": "24px",
  62. "background": "#e7eaed",
  63. "border-bottom": "1px solid #CCC"
  64. },
  65. "listTitleActionNode": {
  66. "height": "16px",
  67. "width": "40px",
  68. "line-height": "16px",
  69. "float": "right",
  70. "margin-right": "5px",
  71. "margin-top": "3px",
  72. "text-align": "center",
  73. "background-color": "#FFF",
  74. "cursor": "pointer",
  75. "border": "1px solid #CCC"
  76. },
  77. "listTitleNode": {
  78. "height": "24px",
  79. "line-height": "24px",
  80. "margin-right": "45px",
  81. "padding": "0px 5px",
  82. "background": "#e7eaed",
  83. "border-bottom": "1px solid #CCC"
  84. },
  85. "listNode": {
  86. "padding": "5px 0px",
  87. "min-height": "30px",
  88. "overflow": "hidden"
  89. },
  90. "categoryItem": {
  91. "height": "20px",
  92. "line-height": "20px",
  93. "color": "#555",
  94. "padding-left": "20px"
  95. },
  96. "categoryItemCheckbox": {
  97. "border": "0px solid #666",
  98. "float": "left"
  99. },
  100. "categoryItemText": {
  101. "float": "left"
  102. },
  103. "progressBarNode": {
  104. "height": "60px",
  105. "width": "400px",
  106. "background-color": "#EEE",
  107. "overflow": "hidden",
  108. "border": "3px solid #666",
  109. "border-radius": "10px",
  110. "box-shadow": "0px 0px 15px #666",
  111. "position": "absolute",
  112. "z-index":101
  113. },
  114. "progressBarTextNode": {
  115. "height": "20px",
  116. "line-height": "20px",
  117. "color": "#555",
  118. "width": "360px",
  119. "margin": "10px auto 5px auto"
  120. },
  121. "progressBar": {
  122. "height": "8px",
  123. "width": "358px",
  124. "border": "1px solid #666",
  125. "background-color": "#FFF",
  126. "border-radius": "3px",
  127. "margin": "0px 20px"
  128. },
  129. "progressBarPercent": {
  130. "height": "8px",
  131. "width": "0px",
  132. "background-color": "#4c6b87"
  133. }
  134. }