1
0

map.wxss 744 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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: 10px 10px;
  30. }
  31. .map-storeName {
  32. height: 80rpx;
  33. line-height: 80rpx;
  34. font-size: 35rpx;
  35. overflow: hidden;
  36. }
  37. .map-storeAddress {
  38. height: auto;
  39. width: 700rpx;
  40. display: block;
  41. white-space: pre-line;
  42. line-height: 45rpx;
  43. font-size: 25rpx;
  44. overflow: hidden;
  45. }
  46. .map-distance {
  47. height: 60rpx;
  48. line-height: 60rpx;
  49. font-size: 25rpx;
  50. overflow: hidden;
  51. }