.map_container { width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; } .map { width: 100%; height: 100%; } .map-tab-bar { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; font-size: 0; background-color: #fff; } .map-hide { display: none; } .map-foot { top: auto; bottom: 0; padding: 0 10px; } .map-name { height: 80rpx; line-height: 80rpx; font-size: 35rpx; overflow: hidden; } .map-address { height: 60rpx; line-height: 60rpx; font-size: 25rpx; overflow: hidden; }