css.wcss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "content":{
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "auto",
  6. "background-color": "#FFF"
  7. },
  8. "maskNode": {
  9. "background-color": "#666",
  10. "opacity": 0.4,
  11. "z-index":100
  12. },
  13. "processNode_from": {
  14. "width": "480px",
  15. "min-height": "280px",
  16. "height": "auto",
  17. "z-index":300,
  18. "background-color": "#FFF",
  19. "overflow": "hidden",
  20. "border": "3px solid #666",
  21. "border-radius": "10px",
  22. "box-shadow": "0px 0px 15px #666",
  23. "opacity": 1,
  24. "position": "absolute"
  25. },
  26. "processNode": {
  27. "width": "480px",
  28. "min-height": "280px",
  29. "height": "auto",
  30. "opacity": 1,
  31. "overflow": "hidden"
  32. },
  33. "routeSelectorTile": {
  34. "overflow": "hidden",
  35. "height": "24px",
  36. "line-height": "24px"
  37. },
  38. "routeSelectorArea": {
  39. "overflow": "hidden"
  40. },
  41. "mobileActionBarNode": {
  42. "font-size": "16px",
  43. "color": "#008BE6",
  44. "text-align": "center",
  45. "line-height": "40px",
  46. "height": "40px",
  47. "width": "100%",
  48. "position": "absolute",
  49. "background-color": "#ffffff",
  50. "bottom": "0px"
  51. },
  52. "mobileSaveActionNode": {
  53. "height": "40px"
  54. }
  55. }