123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .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;
- }
|