css.wcss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "node" : {
  3. "height": "100%",
  4. "overflow": "hidden"
  5. },
  6. "contentContainerNode" : {
  7. "margin-left": "0px",
  8. "overflow": "hidden",
  9. "background-color" : "#eee",
  10. "opacity": 1
  11. },
  12. "contentScrollNode": {
  13. "background-color": "#fff",
  14. "overflow": "scroll"
  15. },
  16. "contentNode": {
  17. "background-color": "#fff",
  18. "padding-bottom": "10px"
  19. },
  20. "bottomNode": {
  21. "height": "60px",
  22. "overflow": "hidden"
  23. },
  24. "inputEditButton": {
  25. "margin-top": "20px",
  26. "background": "#4A90E2",
  27. "border-radius": "20px",
  28. "width" : "320px",
  29. "height" : "40px",
  30. "line-height" : "40px",
  31. "border" : "0px",
  32. "color" : "#fff",
  33. "cursor" : "pointer",
  34. "font-size" : "16px",
  35. "text-align": "center"
  36. },
  37. "inputOkButton" : {
  38. "margin-top": "20px",
  39. "background": "#4A90E2",
  40. "border-radius": "20px",
  41. "width" : "230px",
  42. "height" : "40px",
  43. "line-height" : "40px",
  44. "border" : "0px",
  45. "color" : "#fff",
  46. "cursor" : "pointer",
  47. "font-size" : "16px",
  48. "text-align": "center",
  49. "float": "left"
  50. },
  51. "inputCancelButton" : {
  52. "margin-top": "20px",
  53. "background": "#fff",
  54. "border-radius": "20px",
  55. "width" : "160px",
  56. "height" : "40px",
  57. "line-height" : "40px",
  58. "color" : "#666",
  59. "border" : "0px",
  60. "margin-left" : "20px",
  61. "font-size" : "16px",
  62. "text-align": "center",
  63. "cursor" : "pointer",
  64. "float": "left"
  65. }
  66. }