navigation.css 688 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .navigation-layout{
  2. display: flex;
  3. flex-direction: column;
  4. height: 100%;
  5. }
  6. .amap-navigation-contarner{
  7. position: relative;
  8. width: 100%;
  9. flex: 1 0 auto;
  10. }
  11. #navg-panel{
  12. width: 100%;
  13. min-height: 60px;
  14. background: white;
  15. padding: 10px;
  16. display: flex;
  17. }
  18. /* id */
  19. #address{
  20. word-break: break-all;
  21. margin-left: 5px;
  22. }
  23. .right-panel{
  24. display: flex;
  25. flex-direction: row;
  26. justify-content: flex-end;
  27. }
  28. #daohang-button{
  29. background: white;
  30. border-radius: 5px;
  31. border: solid 1px darkgray;
  32. display: flex;
  33. padding: 2px;
  34. justify-content: center;
  35. align-items: center;
  36. }