1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .navigation-layout{
- display: flex;
- flex-direction: column;
- height: 100%;
- }
- .amap-navigation-contarner{
- position: relative;
- width: 100%;
- flex: 1 0 auto;
- }
- #navg-panel{
- width: 100%;
- min-height: 60px;
- background: white;
- padding: 10px;
- display: flex;
- }
- /* id */
- #address{
- word-break: break-all;
- margin-left: 5px;
- }
- .right-panel{
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- }
- #daohang-button{
- background: white;
- border-radius: 5px;
- border: solid 1px darkgray;
- display: flex;
- padding: 2px;
- justify-content: center;
- align-items: center;
- }
|