css.wcss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "contentNode": {
  3. "height": "366px",
  4. "margin": "20px",
  5. },
  6. "screenNode": {
  7. "border": "1px solid #999",
  8. "height": "80px",
  9. "margin-bottom": "10px",
  10. "font-family": "Consolas"
  11. },
  12. "screenReferenceNode": {
  13. "height": "20px",
  14. "line-height": "20px",
  15. "font-size": "14px",
  16. "color": "#777",
  17. "padding": "0px 5px",
  18. "text-align": "right"
  19. },
  20. "screenContentNode": {
  21. "height": "60px",
  22. "line-height": "60px",
  23. "font-size": "36px",
  24. "padding": "0px 5px",
  25. "text-align": "right",
  26. "color": "#333"
  27. },
  28. "buttonAreaNode": {
  29. "margin-top": "10px",
  30. "height": "280px"
  31. },
  32. "buttonStyle1": {
  33. "height": "34px",
  34. "border": "1px solid #AAA",
  35. "box-shadow": "0px 0px 2px #999",
  36. "border-radius":"3px",
  37. "text-align": "center",
  38. "font-size": "14px",
  39. "background": "url(/x_component_Calculator/$Main/default/icon/but1.png) center center",
  40. "line-height": "34px",
  41. "cursor": "pointer"
  42. },
  43. "buttonStyle2": {
  44. "height": "34px",
  45. "border": "1px solid #AAA",
  46. "box-shadow": "0px 0px 2px #999",
  47. "border-radius":"3px",
  48. "text-align": "center",
  49. "font-size": "14px",
  50. "background": "url(/x_component_Calculator/$Main/default/icon/but2.png) center center",
  51. "line-height": "34px",
  52. "cursor": "pointer"
  53. },
  54. "buttonStyle3": {
  55. "height": "34px",
  56. "border": "1px solid #AAA",
  57. "box-shadow": "0px 0px 2px #999",
  58. "border-radius":"3px",
  59. "text-align": "center",
  60. "font-size": "14px",
  61. "background": "url(/x_component_Calculator/$Main/default/icon/but3.png) center center",
  62. "line-height": "34px",
  63. "cursor": "pointer"
  64. },
  65. "button_over": {
  66. "border": "1px solid #ffdb00",
  67. "box-shadow": "0px 0px 3px #ffdb00",
  68. "background": "url(/x_component_Calculator/$Main/default/icon/but_over.png) center center",
  69. },
  70. "button_down": {
  71. "border": "1px solid #c29b29",
  72. "box-shadow": "0px 0px 3px #c29b29",
  73. "background": "url(/x_component_Calculator/$Main/default/icon/but_down.png) center center",
  74. },
  75. "but_equal": {
  76. "height": "76px",
  77. "border": "1px solid #AAA",
  78. "box-shadow": "0px 0px 2px #999",
  79. "border-radius":"3px",
  80. "text-align": "center",
  81. "font-size": "18px",
  82. "font-weight": "bold",
  83. "background": "url(/x_component_Calculator/$Main/default/icon/but4.png) center center",
  84. "line-height": "76px",
  85. "cursor": "pointer"
  86. },
  87. "but_equal_over": {
  88. "border": "1px solid #ffdb00",
  89. "box-shadow": "0px 0px 3px #ffdb00",
  90. "background": "url(/x_component_Calculator/$Main/default/icon/but4_over.png) center center",
  91. },
  92. "but_equal_down": {
  93. "border": "1px solid #c29b29",
  94. "box-shadow": "0px 0px 3px #c29b29",
  95. "background": "url(/x_component_Calculator/$Main/default/icon/but4_down.png) center center",
  96. },
  97. "but_0": {
  98. "height": "34px",
  99. "border": "1px solid #AAA",
  100. "box-shadow": "0px 0px 2px #999",
  101. "border-radius":"3px",
  102. "text-align": "center",
  103. "font-size": "14px",
  104. "background": "url(/x_component_Calculator/$Main/default/icon/but5.png) center center",
  105. "line-height": "34px",
  106. "cursor": "pointer"
  107. },
  108. "but_0_over": {
  109. "border": "1px solid #ffdb00",
  110. "box-shadow": "0px 0px 3px #ffdb00",
  111. "background": "url(/x_component_Calculator/$Main/default/icon/but5_over.png) center center",
  112. },
  113. "but_0_down": {
  114. "border": "1px solid #c29b29",
  115. "box-shadow": "0px 0px 3px #c29b29",
  116. "background": "url(/x_component_Calculator/$Main/default/icon/but5_down.png) center center",
  117. },
  118. "but_back_icon": {
  119. "height": "100%",
  120. "width": "100%",
  121. "background": "url(/x_component_Calculator/$Main/default/icon/back.png) center center no-repeat",
  122. },
  123. "but_sqrt_icon": {
  124. "height": "100%",
  125. "width": "100%",
  126. "background": "url(/x_component_Calculator/$Main/default/icon/sqrt.png) center center no-repeat",
  127. }
  128. }