css.wcss 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "processNodeMobile_from": {
  32. "width": "480px",
  33. "min-height": "280px",
  34. "height": "auto",
  35. "z-index":300,
  36. "background-color": "#eeeeee",
  37. "overflow": "hidden",
  38. "border": "0px",
  39. "border-radius": "0px",
  40. "box-shadow": "0px",
  41. "opacity": 1,
  42. "position": "absolute"
  43. },
  44. "processNode": {
  45. "width": "480px",
  46. "min-height": "280px",
  47. "height": "auto",
  48. "opacity": 1,
  49. "overflow": "hidden"
  50. },
  51. "processNodeMobile": {
  52. "width": "480px",
  53. "min-height": "280px",
  54. "height": "auto",
  55. "opacity": 1,
  56. "top":"0px",
  57. "left": "0px",
  58. "overflow": "hidden"
  59. },
  60. "routeSelectorTile": {
  61. "overflow": "hidden",
  62. "height": "24px",
  63. "line-height": "24px"
  64. },
  65. "routeSelectorArea": {
  66. "overflow": "hidden"
  67. },
  68. "mobileActionBarNode": {
  69. "font-size": "16px",
  70. "color": "#008BE6",
  71. "text-align": "center",
  72. "line-height": "40px",
  73. "height": "40px",
  74. "width": "100%",
  75. "position": "absolute",
  76. "background-color": "#ffffff",
  77. "bottom": "0px"
  78. },
  79. "mobileSaveActionNode": {
  80. "height": "40px"
  81. }
  82. }