map.wxss 877 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .map {
  2. height: 100vh;
  3. width: 100%;
  4. }
  5. .map-w {
  6. position: relative;
  7. }
  8. .contact-w {
  9. position: absolute;
  10. right: 40rpx;
  11. bottom: 372rpx;
  12. height: 125px;
  13. width: 52px;
  14. border-radius: 62.5px;
  15. color: #fff;
  16. text-align: center;
  17. }
  18. .contact-nav {
  19. top: 27px;
  20. height: 52px;
  21. }
  22. .contact-mask {
  23. background: #000;
  24. opacity: 0.66;
  25. position: absolute;
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .contact-content {
  30. position: absolute;
  31. z-index: 11111;
  32. height: 100%;
  33. width: 100%;
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: space-between;
  37. padding: 30rpx 0;
  38. box-sizing: border-box;
  39. }
  40. cover-view {
  41. line-height: 32rpx;
  42. font-size: 22rpx;
  43. }
  44. .contact-nav .contact-content {
  45. padding: 0;
  46. justify-content: center;
  47. }
  48. .contact-nav .contact-logo {
  49. width: 20px;
  50. height: 20px;
  51. }
  52. .contact-logo {
  53. height: 24px;
  54. width: 24px;
  55. margin: 0 auto 2px;
  56. }