map.wxss 574 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .map_container {
  2. width: 100%;
  3. height: 100%;
  4. position: fixed;
  5. top: 0;
  6. bottom: 0;
  7. left: 0;
  8. right: 0;
  9. }
  10. .map {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .map-tab-bar {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. width: 100%;
  19. z-index: 1000;
  20. font-size: 0;
  21. background-color: #fff;
  22. }
  23. .map-hide {
  24. display: none;
  25. }
  26. .map-foot {
  27. top: auto;
  28. bottom: 0;
  29. padding: 0 10px;
  30. }
  31. .map-name {
  32. height: 80rpx;
  33. line-height: 80rpx;
  34. font-size: 35rpx;
  35. overflow: hidden;
  36. }
  37. .map-address {
  38. height: 60rpx;
  39. line-height: 60rpx;
  40. font-size: 25rpx;
  41. overflow: hidden;
  42. }