css.wcss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "content":{
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "auto",
  6. "background-color": "#FFF"
  7. },
  8. "formNode": {
  9. "min-height": "100%",
  10. "font-size": "14px",
  11. "overflow": "hidden"
  12. },
  13. "maskNode": {
  14. "background-color": "#666",
  15. "opacity": 0.4,
  16. "z-index":100
  17. },
  18. "processNode_from": {
  19. "width": "480px",
  20. "min-height": "280px",
  21. "height": "auto",
  22. "z-index":300,
  23. "background-color": "#FFF",
  24. "overflow": "hidden",
  25. "border": "3px solid #666",
  26. "border-radius": "10px",
  27. "box-shadow": "0px 0px 15px #666",
  28. "opacity": 1,
  29. "position": "absolute"
  30. },
  31. "processNode_Area": {
  32. "height": "300px",
  33. "background-color": "#FFF",
  34. "overflow": "hidden"
  35. },
  36. "processNodeMobile_from": {
  37. "width": "480px",
  38. "min-height": "280px",
  39. "height": "auto",
  40. "z-index":3000,
  41. "background-color": "#eeeeee",
  42. "overflow": "hidden",
  43. "border": "0px",
  44. "border-radius": "0px",
  45. "box-shadow": "0px",
  46. "opacity": 1,
  47. "position": "absolute"
  48. },
  49. "processNode": {
  50. "width": "480px",
  51. "min-height": "280px",
  52. "height": "auto",
  53. "opacity": 1,
  54. "overflow": "hidden"
  55. },
  56. "processNodeMobile": {
  57. "width": "480px",
  58. "min-height": "280px",
  59. "height": "auto",
  60. "opacity": 1,
  61. "top":"0px",
  62. "left": "0px",
  63. "overflow": "hidden"
  64. },
  65. "routeSelectorTile": {
  66. "overflow": "hidden",
  67. "height": "24px",
  68. "line-height": "24px"
  69. },
  70. "routeSelectorArea": {
  71. "overflow": "hidden"
  72. },
  73. "mobileActionBarNode": {
  74. "font-size": "16px",
  75. "color": "#008BE6",
  76. "text-align": "center",
  77. "line-height": "40px",
  78. "height": "40px",
  79. "width": "100%",
  80. "position": "absolute",
  81. "background-color": "#ffffff",
  82. "bottom": "0px"
  83. },
  84. "mobileSaveActionNode": {
  85. "height": "40px"
  86. }
  87. }