css.wcss 2.1 KB

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